visiky

Results 68 comments of visiky

`plot.chart.getSnapRecords` 应该就是 G2 的 getSnapRecords API,你可以先尝试看下是否可以实现你需要的功能

目前漏斗图不适合使用图例筛选,先关闭掉图例筛选交互(后续修复图例筛选功能的时候,再一起解决) ```ts interactions: [ { type: 'legend-filter', enable: false } ] ```

I also have the same problem here, is there any solutions?

- 动画效果不应该因为 geometry 类型不适合就 crash... (或许得去修 G2 的问题) - 具体解决方案,我先思考下 🤔 再给回复

原因和解决方案见:https://github.com/antvis/G2/pull/3763#issuecomment-1003315666 不过这个方案就会导致 连续图例无法使用。~~目前还没有很好的处理方式~~

### 股票图 ![image](https://user-images.githubusercontent.com/15646325/122661311-81b2cb80-d1bb-11eb-9930-d21397e4b4f5.png)

- 多 Y 轴配置:https://github.com/ant-design/ant-design-charts/issues/760