asantibanez / livewire-charts

Neat Livewire Charts for your Laravel projects
MIT License
804 stars 120 forks source link

Apex Charts Methods Unable to find #113

Open tahirafridi opened 10 months ago

tahirafridi commented 10 months ago

I need to know how to call the apex chart methods/events for example on their official documentation example here https://apexcharts.com/javascript-chart-demos/area-charts/datetime-x-axis/ they have some time line links on top of the area chart, if you click each link let say Yearl, YTD, weekly or daily then they are calling javascript events for to change the zoomX values accordingly, how to achieve the same thing in this package?

Thank you for your awesome work by creating this package. Thank you!