Open hesami opened 3 months ago
good idea, I added it (little bit more complex) in my fork in Version 1.4.1:
https://github.com/marineusde/larapex-charts
you can use it easily:
$chart = (new BarChart)
->setGridOptions(
(new GridOption())->setStrokeDashArray(5)
);
Update LarapexChart.php by adding the $strokeDashArray parameter to the setGrid method.