High-Performance UI Component Library for Enterprise Applications Forums Charts & Data Viz I have a Smart Chart dashboard with live updates every few seconds. What is the

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #113566
    alex.morris22
    Participant

    Hi everyone, I am working on a small reporting tool for operations with Charts. I am currently trying to solve this: I have a Smart Chart dashboard with live updates every few seconds. What is the recommended way to append new points without re-rendering the entire series? So far, I tested with both static data and API data, but state gets out of sync after user interactions. Is there an official pattern for this scenario?

    #113583
    admin
    Keymaster

    Hi,

    You can use the Chart’s refresh() method which basically redraws the chart taking into account data changes.

    Regards,
    Markov

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.