asantibanez / livewire-charts

Neat Livewire Charts for your Laravel projects
MIT License
787 stars 116 forks source link

Changed 'emit' functions in Area,Line, and Radar chart to 'dispatch' … #105

Closed redsquirrelstudio closed 8 months ago

redsquirrelstudio commented 9 months ago

Summary

Changed 'emit' functions in Area, Line, and Radar chart's onClick functions to use 'dispatch' instead.

Issue

In the current version, clicking a point on these graph types throws an exception as the 'emit' function no longer exists in Livewire 3.

Type of Change

redsquirrelstudio commented 8 months ago

Hi, any chance of this getting reviewed? Would be good to go back to requiring the base package in our project :)

asantibanez commented 8 months ago

Hi @redsquirrelstudio

Good catch. I totally missed this one. Thanks.