F2
F2 copied to clipboard
饼图设置默认选中之后,再点击label选中,默认选中没办法清除
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
https://f2.antv.vision/zh/examples/pie/basic#pie-click
Steps to reproduce
设置 chart.interaction('pie-select', { defaultSelected: { const: 'const', type: '交通出行', money: 51.39 } }); 之后 chart.clearInteraction()不能清除默认选中
| Environment | Info |
|---|---|
| f2 | 3.8.6 |
| System | - |
| Browser | - |
我好像也遇到了同样的问题,你解决了吗?