Is there currently any way to disable mouse hover behaviour with configuration? In this case with a radialBar chart.
I was assuming selection: enabled: false would also have disabled hover styles...
states: {
hover: {
filter: {
type: 'none',
}
},
}
Thank you @junedchhipa, this worked! :)
Most helpful comment
https://apexcharts.com/docs/options/states/