Polar Chart - Labels on the Polar chart #8923
Replies: 3 comments
-
I have one solution which is good for my problem which may also useful for you all. first labels array which you want to show on top add in datasets property with key labels and then add below code to your options property
|
Beta Was this translation helpful? Give feedback.
-
I need to add labels as well. |
Beta Was this translation helpful? Give feedback.
-
here is a hack that I ended up with - radar has the labels so you can draw the"radar" behind "polar area". Just add two canvases one above the other and setup the radar so only the labels are visible (like transparent colors for the chart lines etc). |
Beta Was this translation helpful? Give feedback.
-
#344 I want to display labels on the base of the sectors around the arc (like in picture 1). I went through #344 but couldn't find a solution to achieve this. Does latest chart.js support this feature?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions