0

I'm trying to have the tooltips always shown on a doughnut in Chart.js v3. Is there any way to achieve this?

Babis
  • 1

1 Answers1

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

LeeLenalee
  • 27,463
  • 6
  • 45
  • 69
  • Thank you for your answer. This is not exactly what I'm looking for, but it is indeed a great alternative. Thanks! – Babis Jun 09 '21 at 15:07