Chart.js allows you to show tooltips like this:
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?