Custom lable text #376
-
How can we implement and show custom label text. for example I want to have three lines in my label text component on my line chart with two chart entries, first line for x value, second and third the y value of the line charts. Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Answered by
patrickmichalik
Aug 30, 2023
Replies: 1 comment
-
Hello! You can create a custom |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rezafaraji93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! You can create a custom
MarkerLabelFormatter
to achieve this. Please see thelabelFormatter
field ofMarkerComponent
.