-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chart data updator bug #34
Comments
I experience this issue with line charts as well. For example: Then updating the number of years we chart: So my array of datapoints has changed length and I would want the whole chart to redraw. However, there may be use cases where you want to only update the first few data points. Would it make sense to add a property that forces redraw?
Or something to that effect? |
pull request #37 was merged -- that might address this |
Closing this issue since it's been a while and the next major version is being worked on here: #54. |
Hi there,
there is a problem when updating the chart when the new data length is less than the previous one.
for example if you have the dataset.data.length = 10 then the new dataset.data.length = 3 the chart first 3 points is updated but the rest are still drawn.
The text was updated successfully, but these errors were encountered: