Chart.js - how to disable everything on hover

后端 未结 6 1518
陌清茗
陌清茗 2021-02-01 15:30

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.

6条回答
  •  情歌与酒
    2021-02-01 16:12

    You can try

     showTooltips: false
    

    You can also use the following link

    http://jsfiddle.net/TZq6q/298/

提交回复
热议问题