Dynamic axis labels style #546
-
Hello, and thank you for the incredible work on this project. I was wondering if there's a possibility of implementing dynamic styling for axis labels, similar to how |
Beta Was this translation helpful? Give feedback.
Answered by
patrickmichalik
Jan 21, 2024
Replies: 1 comment
-
Hello! Thanks for the kind words. You can achieve this via |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
smelfungus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! Thanks for the kind words. You can achieve this via
AxisValueFormatter
. The return type offormatValue
isCharSequence
, meaning thatSpannableString
s can be used. For bold, useStyleSpan(Typeface.BOLD)
.