Skip to content
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

Update the chart #8

Closed
caginbektas opened this issue Feb 13, 2020 · 2 comments
Closed

Update the chart #8

caginbektas opened this issue Feb 13, 2020 · 2 comments
Labels
question Further information is requested

Comments

@caginbektas
Copy link

Hi David,

I've tried to call the update() method with a new set of json source.

VM2961:1 Uncaught ReferenceError: update is not defined
at :1:1

is it possible to re-draw the graph with new data?

@bumbeishvili
Copy link
Owner

bumbeishvili commented Feb 13, 2020

@caginbektas if you want data update, you should pass new data and invoke render method

chartReference
  .data(newData)
  .render()

@bumbeishvili bumbeishvili added the question Further information is requested label Feb 13, 2020
@caginbektas
Copy link
Author

thank you! :)

@bumbeishvili bumbeishvili mentioned this issue Feb 26, 2020
39 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants