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 feature to set min max yaxis #107

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

Conversation

handikahevn24
Copy link

larapex-chart is nice package and help me create chart fastest with laravel, but i have issue to modified value of min and max yaxis.

Here i have add feature to create set min max yaxis if someone need custom value of yaxis.

Best Regards

Handika

@marineusde
Copy link
Contributor

Its a good idea, I implemented it some weeks ago in my fork: https://github.com/marineusde/larapex-charts

You can use it:

(new BarChart)
    ->setYAxisOption(new YAxisOption($minAmount, $maxAmount, $tickAmount))

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