reactjs / react-chartjs

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

Dynamically Add/Remove Data Points #17

Closed aaronhayes closed 9 years ago

aaronhayes commented 9 years ago

Update X-Labels without full redraw. Call Chartjs addData() and removeData() when required.

Probably not the most efficient/tidiest way, but I needed the features done quickly.