ArielMejiaDev / larapex-charts

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

add feature to set min max yaxis #107

Open handikahevn24 opened 1 month ago

handikahevn24 commented 1 month ago

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 commented 1 week ago

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