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?