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 "dropdownOpen is not defined" error #32

Closed Hasnayeen closed 1 year ago

Hasnayeen commented 1 year ago

filament section component has it's own x-data which means apex-charts x-data doesn't get set at all. This change add a div under section component and move x-data to it.

image