Chart tooltip color is wrong

I have a (line) chart widget and I am setting the background+border color of each datasets.

This works fine for the chart legend and the lines itself. But the tooltip/hover info over the line have the wrong color.

As you can see, the rectangles are both orange filled (with the correct rectangle border colors). This orange color changes, if I change the I change the protected static string $color = 'primary'; to for example info. Thats weird and not the right behavior?
image.png
image.png
image.png
Solution
GitHub
Package filament/filament Package Version v3.0.89 Laravel Version v10.30.1 Livewire Version v3.1.0 PHP Version 8.1.25 Problem description When setting backgroundColor to a linechart dataset, the co...
Was this page helpful?