You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LiveDataSeries update(final LiveDataUpdateEvent event) method results in a new Point beeing added to the chart.
That is causing issues with pointer animation in Gauge charts (there is no anim at all). Would be could to have the option to use either addPoint or updatePoint on LiveDataSeries updates.
The text was updated successfully, but these errors were encountered:
LiveDataSeries update(final LiveDataUpdateEvent event) method results in a new Point beeing added to the chart.
That is causing issues with pointer animation in Gauge charts (there is no anim at all). Would be could to have the option to use either addPoint or updatePoint on LiveDataSeries updates.
The text was updated successfully, but these errors were encountered: