Skip to content

Cannot use bold prop for labels in VueUI XyCanvas #173

Closed Answered by graphieros
SurajGoswami98 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @SurajGoswami98

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 fontSizeRatio, as it would be a breaking change to modify, and a major is not in the cards for now.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by graphieros
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants