I would like to understand what is the best way to update a chart with real-time data. And where the limits are of what ApexCharts-Flow icw Vaadin is capable of.
I’ve tested with 100 (x, y) data points. Analogous to how a cartoon is replayed, I’ve created 100 Series, where the first Series contained 1 data point and each next series contained one more, until the last Series contained all the 100 data points. When updating the chart a 100 times with each each following Series, I had expected the ScatterChart would show a growing graph that slowly builds up to be complete. Instead, only the latest data points were shown for each update.
Does anyone have any example of real-time updates for ApexCharts…? Or are real-time charts really beyond what ApexCharts-Flow is capable of…?
Thanks…