Cannot use bold prop for labels in VueUI XyCanvas #173
-
Beta Was this translation helpful? Give feedback.
Answered by
graphieros
Mar 4, 2025
Replies: 1 comment
-
You can upgrade to v2.6.11 to use the new bold attribute for labels: config.style.chart.grid.y.axisLabels.bold: boolean; // default: false
config.style.chart.grid.y.timeLabels.bold: boolean; // default: false
config.style.chart.dataLabels.bold: boolean; // default: false Font size will remain based on |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
graphieros
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @SurajGoswami98
You can upgrade to v2.6.11 to use the new bold attribute for labels:
Font size will remain based on
fontSizeRatio
, as it would be a breaking change to modify, and a major is not in the cards for now.