[Chartjs]-How can I make line on chart thinner?

3👍

borderWidth is the only property you can use to make it thinner or thicker, because a line literally has no thickness of its own. You can see the explanation here, along with the fiddle.

Also have a look at the documentation, there aren’t a lot of options anyway to work with for line chart.

Leave a comment