© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3w ago•
38 replies
Stanneman

Background color line chart not used

✅ Solved4️⃣v4Widgets
Hi! I've configured a
backgroundColor
backgroundColor
and
borderColor
borderColor
for my line chart.
Those colors work fine in the label underneath the chart, but not in the 'tooltip'.

protected function getData(): array
{
    return [
        'datasets' => [
            [
                'label' => 'Offertes',
                'data' => [0, 10, 5, 2, 21, 32, 45, 74, 65, 45, 77, 89],
                'backgroundColor' => '#36A2EB',
                'borderColor' => '#9BD0F5',
                'tension' => 0.4,
            ],
            [
                'label' => 'Orderbevestigingen',
                'data' => [0, 3, 1, 5, 4, 6, 4, 8, 3, 9, 5, 110],
                'backgroundColor' => '#19e123',
                'borderColor' => '#006baf',
                'tension' => 0.4,
            ]
        ],
        'labels' => ['Jan', 'Feb', 'Mrt', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec']
    ];
}
protected function getData(): array
{
    return [
        'datasets' => [
            [
                'label' => 'Offertes',
                'data' => [0, 10, 5, 2, 21, 32, 45, 74, 65, 45, 77, 89],
                'backgroundColor' => '#36A2EB',
                'borderColor' => '#9BD0F5',
                'tension' => 0.4,
            ],
            [
                'label' => 'Orderbevestigingen',
                'data' => [0, 3, 1, 5, 4, 6, 4, 8, 3, 9, 5, 110],
                'backgroundColor' => '#19e123',
                'borderColor' => '#006baf',
                'tension' => 0.4,
            ]
        ],
        'labels' => ['Jan', 'Feb', 'Mrt', 'Apr', 'Mei', 'Jun', 'Jul', 'Aug', 'Sep', 'Okt', 'Nov', 'Dec']
    ];
}
CleanShot_2026-01-18_at_14.24.04.png
Solution
You can explicitly set
pointBackgroundColor
pointBackgroundColor
. I guess Filament provides a default in v4
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources
Was this page helpful?

Similar Threads

Recent Announcements

Similar Threads

Line Chart change background color
FilamentFFilament / ❓┊help
2y ago
Line Chart
FilamentFFilament / ❓┊help
3y ago
Changing a line chart inner circle color
FilamentFFilament / ❓┊help
5mo ago
Use Different Color for Each Line in Chart
FilamentFFilament / ❓┊help
3y ago