ant-design / ant-design-charts

A React Chart Library
https://ant-design-charts.antgroup.com/
MIT License
1.93k stars 362 forks source link

🐛funnel控制台报错Cannot read properties of undefined (reading 'length') #1669

Closed xiaoCue closed 1 year ago

xiaoCue commented 1 year ago

🐛 bug 描述

container.js:373 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'length') at ./nodemodules/@antv_g-base@0.5.11@@antv/g-base/esm/abstract/container.js.Container.getCount

📷 复现步骤

漏斗图funnel ,uselayoutEffect中使用chart.changeSize

🏞 期望结果

控制台无报错

© 版本信息

@ant-design/charts@1.3.5 @ant-design/plots@1.2.2

AllenWUu commented 1 year ago

+1

FuncWei commented 1 year ago

去掉renderer="svg"不会报这个错

lxfu1 commented 1 year ago

建议不要使用renderer: "svg"

xiaoCue commented 1 year ago

报错的代码里没有使用renderer: "svg"