Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xaxis.lables.style.cssClass not work in vue3 when chart type is radar #107

Open
yp05327 opened this issue Jun 9, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@yp05327
Copy link

yp05327 commented Jun 9, 2024

Description

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'
    image

  • if chart type is 'bar', it works well:
    image

Reproduction Link

https://codesandbox.io/s/vue-basic-example-forked-9rq22g?file=/src/components/Chart.component.vue

@yp05327 yp05327 added the bug Something isn't working label Jun 9, 2024
@junedchhipa junedchhipa transferred this issue from apexcharts/apexcharts.js Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant