Skip to content

Conversation

@hesami
Copy link

@hesami hesami commented Jul 7, 2024

Update LarapexChart.php by adding the $strokeDashArray parameter to the setGrid method.

Update LarapexChart.php by adding the $strokeDashArray parameter to the setGrid method.
@marineusde
Copy link
Contributor

marineusde commented Jul 26, 2024

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)
);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants