Marker label based on data type #974
Unanswered
ivaylopenevmg
asked this question in
Questions
Replies: 1 comment 4 replies
-
Hello, @ivaylopenevmg. There are more robust ways to do this, but the best one depends on the specifics. Do the series have the same x values, or is it possible for one series to have a gap where another one doesn't have it, leading to a case where e.g. there are three lines, but the marker highlights only two points at a given x value? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Question
Hello, in my implementation I need to show a label that represents the data type in the marker along side with the numeric value.
Looking at the source code the object we can work with is:
So there is no way to map a label to a
Point
, the work around I use is to map labels with the colors. Example:Is there a better way to do this?
Vico version(s)
2.0.0-beta.1
UI framework(s)
Jetpack Compose
Beta Was this translation helpful? Give feedback.
All reactions