leandrocfe / filament-apex-charts

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

Fix chart dropdown #34

Closed howdu closed 1 year ago

howdu commented 1 year ago

The x-data is not passed to x-filament::card causing an undefined dropdownOpen error.

Also the classes in <x-filament-widgets::widget class="*"> and <x-filament::card class=""> are not conveyed but have left them.

ilasisi commented 1 year ago

@howdu well done on your commit, but this issue still persists, am on version 3.0.1, or is there any prior thing I need to do aside clearing cache?

Thanks cc @leandrocfe

image image

leandrocfe commented 1 year ago

Did you publish the views? Try to remove the folder

ilasisi commented 1 year ago

@leandrocfe Yes, removed and all works fine now. Thanks