Replies: 1 comment
-
Hello! Vico is generally intended for more conventional use cases. The drawing logic is optimized for long data sets (only the visible part of a chart is drawn), but I’m afraid dynamic downsampling isn’t supported and isn’t a planned addition for the near future. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I need to display several large static datasets (up to tens of million points each) on the same line chart. Datasets need to be downsampled/decimated to the visible area using algorithms like RDP or LTTB after each zoom or panning event.
Does this library support something like this? Or maybe there are zoom/panning callbacks, where downsampling could be performed manually?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions