How can I set the code that there will be no hover effects, hover options, (hover) links etc on chart?
I\'m using chart.js. Below is my code, where I set pie chart.
There's another option:
states: { hover: { filter: { type: 'none', } }, },