Add dynamic data update for iOS wrapper
For iOS wrapper there is no way to do data.addPoint(...)
. The only way to do a dynamic chart is resetting data when new points become available.
Would be nice for HISeries
to contain methods such as addPoint()
and data.update()
for data changing. Also animation shall work on such operations.
3
votes
Gregory M.
shared this idea