leandrocfe / filament-apex-charts

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

Graphs in darkmode #6

Closed langeuh closed 1 year ago

langeuh commented 1 year ago

Hi using the graphs in dark mode, makes labels unreadable see screenshots Screenshot 2023-02-02 at 10 34 25 Screenshot 2023-02-02 at 10 34 18 vs Screenshot 2023-02-02 at 10 34 08

leandrocfe commented 1 year ago

Yes. I've been working in dark theme options. You can add it in your getOptions array:

'tooltip' => [ 'theme' => 'dark', ]

langeuh commented 1 year ago

This only is a partly solution. The toolbar menu (screenshot 1 ) doesn't get fixed and not everybody uses the dark theme

the online example seems to do fine in both themes: https://filament-apex-charts-demo.leandroferreira.dev.br/admin/area

leandrocfe commented 1 year ago

You can try: 'theme' => [ 'mode' => 'dark', ], 'chart' => [ 'background' => 'inherit', ... ],

langeuh commented 1 year ago

tried it: toolbar icons and graph labels in light mode disappear

Screenshot 2023-02-02 at 12 03 51 Screenshot 2023-02-02 at 12 03 39

leandrocfe commented 1 year ago

Dark theme options will be available in future updates

leandrocfe commented 1 year ago

Hi @langeuh, The dark mode is available in 1.0 version. https://github.com/leandrocfe/filament-apex-charts/releases/tag/1.0.0