How to modify rememberLineCartesianLayer when series change #935
Replies: 1 comment
-
I managed to get a working version following what was suggested here #924
|
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
-
Question
I have a graph with multiple series where I can toggle some on and off. However, whenever I create a new set of lines, they don't update on the graph in that the series maps to a stale cached color:
enabledConditions is a set that tracks the toggles.
On another topic, is there a way to add click listeners to the built in legend support?
Vico version(s)
2.0.0-beta.2
UI framework(s)
Jetpack Compose
Beta Was this translation helpful? Give feedback.
All reactions