How to reduce visual noise? #915
Inky-developer
started this conversation in
Ideas
Replies: 2 comments 4 replies
-
Hi there, I am also interested in this! I was thinking about this before your question. I had planned to see how dynamically mutating the data series would be at varying zoom levels. We would have to disable animations to make that not too jarring, I think. I'm not sure if there is a better solution in the current implementation, otherwise. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hello, @Inky-developer. This isn't supported at the moment. I'm moving this to "Ideas" for this reason. For now you can implement this by subclassing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
I am rendering a lot of data points, which leads to a lot of noise:
I could filter the points before passing them to the model producer, but then users would not see full details when zooming in.
Ideally, I would like to define a maximal number of points that are allowed to be displayed. If the data contains more points than allowed, it should automatically show the average of a number of close points, instead of each point individually.
That would allow users to zoom in and still see the full details, if they wish.
Is there a way to achieve that using vico?
Vico version(s)
2.0.0-beta.1
UI framework(s)
Jetpack Compose
Beta Was this translation helpful? Give feedback.
All reactions