0

Chart.js allows you to show tooltips like this:

enter image description here

This is explained in the official docs here: https://www.chartjs.org/docs/latest/samples/tooltip/content.html

My question is: How can I make all tooltips show at the same time? So instead of having to hover, the tooltip for every point is visible.

Is this something that's possible using Chart.js?

LondonAppDev
  • 8,501
  • 8
  • 60
  • 87
  • 2
    No this is not possible by default, you will need to write your own custom plugin to achieve this – LeeLenalee Dec 09 '22 at 18:20
  • This answer shows how to solve your issue with Chart.js v2: https://stackoverflow.com/a/61436881/2358409 – uminder Dec 13 '22 at 18:19

0 Answers0