marineusde / larapex-charts

A Laravel wrapper for apex charts
https://github.com/marineusde/larapex-charts
MIT License
1 stars 2 forks source link

Set stroke width? #18

Closed lukejames1111 closed 2 months ago

lukejames1111 commented 2 months ago

Is there a way to set the stroke width of the lines on a line chart?

lukejames1111 commented 2 months ago

Ah, turns out I found out by myself!

->setStroke(2, [], 'smooth')