Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add strokeDashArray to setGrid method. #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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