visiky
visiky
`plot.chart.getSnapRecords` 应该就是 G2 的 getSnapRecords API,你可以先尝试看下是否可以实现你需要的功能
目前漏斗图不适合使用图例筛选,先关闭掉图例筛选交互(后续修复图例筛选功能的时候,再一起解决) ```ts interactions: [ { type: 'legend-filter', enable: false } ] ```
依赖的 @antv/component 是什么版本?
I also have the same problem here, is there any solutions?
- 动画效果不应该因为 geometry 类型不适合就 crash... (或许得去修 G2 的问题) - 具体解决方案,我先思考下 🤔 再给回复
appendPadding 的 bottom 部分增大一些
原因和解决方案见:https://github.com/antvis/G2/pull/3763#issuecomment-1003315666 不过这个方案就会导致 连续图例无法使用。~~目前还没有很好的处理方式~~
### 股票图 
- 多 Y 轴配置:https://github.com/ant-design/ant-design-charts/issues/760