'Is it possible to display multiple tooltips corresponding to multiple point by clicking on them in chart.js?

Currently by default a single tooltip is displayed on hover of a point in chart.js but my requirement is to display tooltips for all those point's on which I click on and hide them by clicking on the same point again. Please note there needs to be multiple tooltips on the graph depending upon the number of points that I have clicked on.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source