[Chartjs]-Custom tooltip styling in Chart.js

3👍

To do this you’ll need to render a custom tooltip. There is a good example on the Chart.js website.

It’s a lot of work as you need to handle everything yourself (like positioning) but also the only way to get such a highly formatted result.

Leave a comment