Open
Description
Description
Steps to Reproduce
- set chart type to 'radar'
- add xaxis like
xaxis: {
categories: [your data],
labels: {
show: true,
style: {
cssClass: 'custom-class',
},
},
},
Expected Behavior
'custom-class' should be set in radar chart
Actual Behavior
- the class of xaxis labels will not include 'custom-class'
it works when chart type is 'bar'
Screenshots
Reproduction Link
https://codesandbox.io/s/vue-basic-example-forked-9rq22g?file=/src/components/Chart.component.vue