somonus / react-echarts

React echarts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Children may be an array in Chart

yinqiong919 opened this issue · comments

The "prevProps.children" in the function componentDidUpdate in Chart.js may be an array.
such as <Chart ...><Chart.Pie .../> <Chart.Pie .. />

close