Radar chart yaxis label overlap. #5068
Unanswered
hungpowergate
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have radar chart with alot data. I get have issue yaxi label ovelap. How to fix it, I tried to fix it with the options in the document but no good result.

yaxis: { show: true, stepSize: 10, min: 0, max: 100, labels: { show: true, style: { colors: [ "#B7B7B7", "#B7B7B7", "#B7B7B7", "#B7B7B7", "#B7B7B7", "#B7B7B7", "#B7B7B7", "#B7B7B7", "#B7B7B7", "#B7B7B7", ], fontSize: "11px", fontWeight: 500, fontFamily: "Poppins", lineHeight: "130%", }, offsetY: 20, }, },
Beta Was this translation helpful? Give feedback.
All reactions