Apexcharts.js: Disable hover effect with selection enabled false

Created on 13 Feb 2019  路  2Comments  路  Source: apexcharts/apexcharts.js

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...

Most helpful comment

states: {
    hover: {
        filter: {
            type: 'none',
        }
    },
}

https://apexcharts.com/docs/options/states/

All 2 comments

states: {
    hover: {
        filter: {
            type: 'none',
        }
    },
}

https://apexcharts.com/docs/options/states/

Thank you @junedchhipa, this worked! :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

artfulrobot picture artfulrobot  路  3Comments

rudeayelo picture rudeayelo  路  3Comments

felixalguzman picture felixalguzman  路  3Comments

rcoundon picture rcoundon  路  3Comments

drummad picture drummad  路  3Comments