leandrocfe / filament-apex-charts

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

Label not visible in light theme #25

Closed valpuia closed 1 year ago

valpuia commented 1 year ago

Screenshot from 2023-06-03 09-14-36

Label is not visible in light mode, but in dark it's correct

"version": "1.0.3",

Updated: Label can visible if you change your theme to dark and change again.. otherwise it's like image

valpuia commented 1 year ago

Legend label can be visible if given like below, sorry for inconveniences

'legend' => [
    'labels' => [
        'colors' => '#9ca3af',
        'fontWeight' => 600,
    ],
],