Javascript – How to increase the line width when hovering the cursor in chart.js?
I know that I can change the width of the line and its points with borderWidth: 1, pointRadius: 1, it works fine. But how to increase the width of the line and its points when hovering the mouse cursor over…