Replies: 1 comment
-
Late answer, but you can call appendSeries() to add your new data. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'am trying to figure out how to connect apexchart with async data without full re-rendering.
Every few seconds after, I receive new point for area chart, after new data comes it is triggering re-rendering :(
But my questions are:
I found only one library (highcharts) having realtime chart support without rerendering the all data points.
https://jsfiddle.net/sdoomz/ams3jyj2/
Beta Was this translation helpful? Give feedback.
All reactions