How to reduce the number of data point drawn on line and area of Apex charts? #4456
Unanswered
swatinawale27
asked this question in
Q&A
Replies: 1 comment 1 reply
-
did you try grouping the data and club into smaller chunk before passing to the chart. It might solve your problem |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have a dataset and we are going to use line/apex chart to plot it. However, dataset can be large and reach 2000+. When all the data is plot on chart, it gets a bit clumsy. Is there any way that ApexCharts can make some data decimation and limit data points to 200 to 500.
Beta Was this translation helpful? Give feedback.
All reactions