qiuyeduxin

Results 3 issues of qiuyeduxin

- [ ] I have searched the [issues](https://github.com/antvis/g2/issues) of this repository and believe that this is not a duplicate. ### What problem does this feature solve? 当大盘同时有多个图表加载时候,滚动页面会非常卡顿,浏览器也会大量的报no-passive警告,加入这个可以解决卡顿,记得兼容哦 ### What does...

G

![image](https://user-images.githubusercontent.com/10897871/122907161-6dbac580-d385-11eb-9769-3afdfb6b103e.png) As shown in the above figure, the example of rowpan in the official website, when I set the rowspan to be larger, the above figure will appear when I...

` const dv = new DataSet().createView().source([ { item: '2019', columnValue: 1.01, type: 'a' }, { item: '2019', columnValue: 2.01, type: 'a' }, { item: '2020', columnValue: 1.01, type: 'a' },...