leandrocfe / filament-apex-charts

Apex Charts integration for Filament PHP.
https://filament-apex-charts-demo.leandroferreira.dev.br
MIT License
286 stars 36 forks source link

dropdownOpen not defined #43

Closed makzumi closed 10 months ago

makzumi commented 10 months ago

Hello, Every time I add a chart I get an error where "dropdownOpen" is not defined. This causes charts not to load properly and filters not to work at all.

Version: "leandrocfe/filament-apex-charts": "^3.0",

image

leandrocfe commented 10 months ago

If you publish the views, try to remove the folder and run composer update This was fixed https://github.com/leandrocfe/filament-apex-charts/pull/34

makzumi commented 10 months ago

Nope, that didn't work, I tried a couple things:

makzumi commented 10 months ago

Yeah, I dumped autoload, clearead all caches, optimized, etc... Same error hmmm....

makzumi commented 10 months ago

Found the issue, I'll submit a PR soon

makzumi commented 10 months ago

Here's a PR for this issue: #44 Thanks