antvis / G2Plot

:dango: An interactive and responsive charting library based on G2.
https://g2plot.antv.antgroup.com
MIT License
2.55k stars 605 forks source link

🤔 [使用带有缩略轴的柱状图的时候采用增量数据、每秒获取数据使用changeData,更新数据后、滑动缩略轴出现报错] #2832

Open TwoKe945 opened 3 years ago

TwoKe945 commented 3 years ago

🐛 Question description [使用带有缩略轴的柱状图的时候采用增量数据、每秒获取数据使用changeData,更新数据后、滑动缩略轴出现报错]

微信截图_20210906141536

TwoKe945 commented 3 years ago

group-component.js?31e6:57 Uncaught TypeError: Cannot read properties of undefined (reading 'undefined-undefined-foreground') at Slider.GroupComponent.getElementById (group-component.js?31e6:57) at Slider.GroupComponent.getElementByLocalId (group-component.js?31e6:61) at HTMLDivElement.Slider._this.onMouseMove (slider.js?d451:45)

TwoKe945 commented 3 years ago

不滑动缩略轴就没有问题、滑动缩率轴之后就会有有问题【滑动的同时可能也在做changeData的步骤】