Is it possible to prevent the tooltip from disappearing when clicking outside the line graph itself? I want it to always be visible on the latest datapoint clicked.
Im using chart.js 3.9.1 in vue
Thanks :)
Is it possible to prevent the tooltip from disappearing when clicking outside the line graph itself? I want it to always be visible on the latest datapoint clicked.
Im using chart.js 3.9.1 in vue
Thanks :)
Please try it:
Namespace:
options.plugins.tooltip, the global options for the chart tooltips is defined inChart.defaults.plugins.tooltip.for complete details, you can check this link, my friend.