highcharts / highcharts-ios

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

How to load chart with new data in swift? #354

Closed jobinsjohn closed 3 years ago

jobinsjohn commented 3 years ago

My situation is like this

Initialy when the graph loads, it will have 3 sets of data and the graph is drawn correctly.

But when i try to load new data to graph with total 5 sets, graph is not getting updated with new datasets.

Can someone let me know how to refresh data and redraw the graph?

ihnatmoisieiev commented 3 years ago

Hello @jobinsjohn,

in what way do you try to update data?

ihnatmoisieiev commented 3 years ago

Closing due to inactivity.