ArielMejiaDev / larapex-charts

A Laravel wrapper for apex charts
https://larapex-charts.netlify.app/
MIT License
284 stars 84 forks source link

Add support for stoke curve type #73

Closed jeffreyvanhees closed 7 months ago

jeffreyvanhees commented 1 year ago

This PR adds support for setting the curve type like:

$this->chart->areaChart()->setStroke(2, [], 'smooth');
ArielMejiaDev commented 7 months ago

Thanks! sorry for the delay!