Replies: 1 comment
-
Hey @RinaZabag, options: {
// ...,
states: {
active: {
filter: {
type: 'none',
}
}
}
} Hope it helps :) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hi,
I'm using apexchart.js 3.36.3 and vue-apexcharts 1.6.2 and I'm trying to disable the expand on click on my pie chart but it not being disabled. Here is my configuration of the char options:
Are there additional properties I need to add in order this to work?
Beta Was this translation helpful? Give feedback.
All reactions