Chartjs-How to increase the line width when hovering the cursor in chart.js?

0👍

Your code is almost right, but you are forgetting to add Chart.js datalables plugin which is essential for using hoverBorderWidth or hoverRadius.

Include

<script src="https://cdn.jsdelivr.net/npm/chartjs-plugin-datalabels"></script>

Leave a comment