### Description <!-- REQUIRED --> <!-- Issues reporting a bug, but lacking a Reproduction WILL BE CLOSED! Please ask questions in Discussions. Issues opened that are questions will be closed without comment. --> ### Steps to Reproduce 1. set chart type to 'radar' 2. 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 - the class of xaxis labels will not include 'custom-class'  - if chart type is 'bar', it works well:  ### Reproduction Link <!-- REQUIRED --> <!-- Modify this codepen https://codepen.io/apexcharts/pen/bxzgZJ to demonstrate the problem clearly, just fork it and paste the resulting codepen in your issue. Please make sure this is a minimal example, containing only the minimum necessary code to help us troubleshoot your problem. Issues/bug reports without reproducible example WILL BE CLOSED, so make sure you include one. If you are using vue-apexcharts, and want to create a demo in Vue environment, use the CodeSandbox Vue template - https://codesandbox.io/s/pwwz8009n0 If you are using react-apexcharts, and want to create a demo in React environment, use the CodeSandbox React template - https://codesandbox.io/s/6yoqonyo7r --> https://codesandbox.io/s/vue-basic-example-forked-9rq22g?file=/src/components/Chart.component.vue