asantibanez / livewire-charts

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

The chart not showing and styles not compiling #46

Closed fadilbjm closed 3 years ago

fadilbjm commented 3 years ago

I faced this problem in my prod server, the chart is not showing and got error "undefined" in console and it also shows @livewireChartsScript not compiling assets Screenshot_2021_0604_190349

fadilbjm commented 3 years ago

i changed @livewireChartsScripts to <script src="/vendor/livewire-charts/app.js"></script> the reference not working on my server