ArielMejiaDev / larapex-charts

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

Mixed Chart #17

Closed bhavikf closed 3 years ago

bhavikf commented 3 years ago

Hello,

Thanks for such a great package.

I would like to use it in one of the app that i am working on but the real question I have is can we use the mixed type chart that is with BarChart and Line Chart on top of it whereas Y Axis on left side can denote the value for Line Chart whereas Y Axis on Right side denote the value for Bar Chart.

Appreciate your quick response.

Thanks, Bhavik

ArielMejiaDev commented 3 years ago

Hi @bhavikf at this moment the docs have the charts that are available, on every release I add more charts, but at this moment the mixed charts are not available.

But, you can extend from LarapexChart class and add/override the methods needed to add your own implementation.

I even accept Pull Requests to add this type of chart, so feel free to make a PR if you want.