reactjs / react-chartjs

common react charting components using chart.js
MIT License
2.93k stars 301 forks source link

needs addData support for round charts #25

Closed nathandao closed 9 years ago

nathandao commented 9 years ago

There seems to be no support for addValue for round charts (polararea, pie, doughnut).

When the initial state chartData is empty - to be updated through ajax, the chart breaks and won't load. This has to do with the introduction of new segments.