leandrocfe / filament-apex-charts

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

Charts Not Displaying Correctly After Upgrading to Livewire v3.5.6 #96

Open sellouter-dev opened 1 week ago

sellouter-dev commented 1 week ago

After upgrading Livewire to version v3.5.6, the charts in my Laravel application are no longer rendering correctly. The charts either fail to appear, display distorted data, or do not update dynamically as expected.

Capture-2024-09-20-230837

Capture-2024-09-20-230938

garniergeorges commented 1 week ago

Hi,

I encountered this problem yesterday as well, you can disabling lazy loading.

protected static bool $isLazy = false;

I put it on my widgets and it worked.