3

Is there any properties to make line in line chart thicker or thinner excluding "borderWidth"? I need to make line chart with lines thinner than default and don't know how do so

Alex
  • 393
  • 3
  • 7

1 Answers1

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.

Ray
  • 3,864
  • 7
  • 24
  • 36
  • I saw that question before, but it only solves the problem how to make the line thicker. Anyway, thank you, I think I should ask this question to developers – Alex Sep 11 '18 at 15:22