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

Graph hidden #79

Open gya-informatica opened 3 months ago

gya-informatica commented 3 months ago

When I add the mount function to the widget, the graph does not appear. (Laravel 11 Filamet 3.2.88)

class PostTL extends ApexChartWidget { ... public function mount(Post $record=null): void { ... } ... }

When I deactivate it it appears without problems