reactjs / react-chartjs

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

updatePoints crashes when providing a new dataset with more points than the prior dataset #38

Open mkurtzsd opened 9 years ago

mkurtzsd commented 9 years ago

The issue is in the updatePoints function in Core.js. This bug has already been fixed in the master branch of the project in issue #17. What is the ETA for release of this fix? I am currently testing against a clone of the master branch. However, I am using node for distribution to my production server and the last available release is 0.6.0 which still has the bug in it.

framerate commented 9 years ago

I too am seeing this.

djalmaaraujo commented 8 years ago

+1 Just had this issue.

NOX73 commented 8 years ago

+1, anybody home?

Kaizhi commented 8 years ago

+1

javierbyte commented 8 years ago

+1

You can workaround this by adding key={data.length} or something similar.

joshhornby commented 8 years ago

Welcome PRs on this issue.