How to remove front data when appending data? #2577
snoooopy-ch
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, everyone.
I want to remove first data when I append data to apexchart tail because i want to move graph to left smoothly.
balanceCharts['BTC'].appendData([{ data: [{ x: moment().format('YYYY-MM-DD HH:mm:ss'), y: [80, 85, 30, 50] }] }]);
How can I remove it?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions