Chart.update() does not update parameters of data module #6268
Labels
Comments
Another exampleExpected behaviourWhen using data module with for example csv, after starting Chart.update with new data, data should get updated on the chart. Actual behaviourWhen using data module with for example csv, after starting Chart.update with new data, data does not get updated on the chart. (This behaviour does not seem to be noted in documentation) Live demo with steps to reproducehttps://jsfiddle.net/617jfhrd/
|
I too have come across this problem. It would be good to have some feedback from Highsoft about this. |
Thanks for your patience! Here's the demo with the fix applied: https://jsfiddle.net/highcharts/617jfhrd/1/ |
Great, when can we expect this available on the CDNs and npm ? |
New version should be released within a few weeks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Behaviour
It seems that chart.update() does not update parameters of data module (for example googleSpreadsheetKey).
Live demo
https://jsfiddle.net/d_paul/m863jeyf/
The text was updated successfully, but these errors were encountered: