asantibanez / livewire-charts

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

Uncaught TypeError: t is undefined #55

Open oitcode opened 2 years ago

oitcode commented 2 years ago

I have followed the documentation to use ColumnChartModel as shown in official docs. However I get following error.

Uncaught TypeError: t is undefined drawChart http://127.0.0.1:8000/vendor/livewire-charts/app.js:2 init http://127.0.0.1:8000/vendor/livewire-charts/app.js:2

Not sure what i have missed. I seemed to follow everything in docs.

Please help.