asantibanez / livewire-charts

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

Solves issue #12. Added functions to window #13

Closed acacha closed 3 years ago

acacha commented 3 years ago

With prefix to avoid collisions.

Solves #12

asantibanez commented 3 years ago

Thanks @acacha for the PR. I will be taking this approach into consideration and take it a step further. Will compile all JS functions into a single import that can be added to your app's scripts section, so we don't include the charts scripts every time on every render. 👍

asantibanez commented 3 years ago

Just implemented this @acacha with a new build system for JS code. Thanks for the input!