syampillai / SOCharts

A wrapper around the "echarts" JavaScript library to use it as a Vaadin component.
Apache License 2.0
27 stars 11 forks source link

How to update chart when data is updated dynamically? #33

Closed panderior closed 2 months ago

panderior commented 6 months ago

I was unable to update or redraw the chart when the data I used was updated. I obtain a stream of data at different times from a message broker and I wanted to display that in real-time. I could not find methods to achieve this task. Could you point me to the right direction?

syampillai commented 4 months ago

Data Pushing Example

Search for: Data Push

panderior commented 2 months ago

It is what I was looking for. Thank you for your support.