在 Flutter 图表库 Graphic 中,我们增加了“交互通道”( Interaction Channel )的功能。通过 Stream 输入或输出交互信号。这使得两个或多个图表能够方便的“共享”交互操作。
Stream
详情请见文档:
Chart.gestureChannel;
Chart.resizeChannel;
Chart.changeDataChannel;
GeomElement.selectionChannel
示例:code