highcharts / highcharts-ios

iOS wrapper for Highcharts.
Other
127 stars 39 forks source link

Update JSON data without reloading chart #429

Closed sagar-kudale30 closed 9 months ago

sagar-kudale30 commented 12 months ago

Is it possible to update chart JSON without re-rendering entire chart. I'm trying to update series visibility without resetting chart.

To load chart we are using loadJSONOptions method but not able to find any method to update json.

ihnatmoisieiev commented 12 months ago

Hello, thanks for your question. At the moment it's possible only with update method from HIChartView and HIOptions object or with reloading using loadJSONOptions. How critical is it for you?

sagar-kudale30 commented 9 months ago

Hey @ihnatmoisieiev Thanks for the reply. We have one feature depend on this ability to update JSON without reloading entire chart.

ihnatmoisieiev commented 9 months ago

Hello @sagar-kudale30, we added a possibility to update chart options with JSON data in our latest 11.3.0 release version. Seems like I can close the issue at the moment.