Chartjs-Is there a way to have the tooltips always shown on a pie/doughnut in Chart.js v3?

0👍

Not by default, if you want to see all the values all the time you are better of using the datalabels plugin: https://chartjs-plugin-datalabels.netlify.app/samples/charts/doughnut.html

Leave a comment