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.
You can try the following:
const options = { ... tooltips:{ enabled:false }, ... }