Open jpageacsys opened 2 weeks ago
Strange I'll take a look; the good news is that now that is handled by the library, themes now work better.
You need to do something like https://github.com/beto-rodriguez/LiveCharts2/issues/1458#issuecomment-2246990467 then the library will set the colors based on the theme.
Thanks! I'll just switch over to using that.
Describe the bug When I hover over my pie chart, the legend disappears
To Reproduce I have a pie chart set up like this:
The key binding is set to this in the page
Expected behavior The legend should remain visible but instead disappears when I hover over the control.
Screenshots Here's a video of it happening: https://github.com/user-attachments/assets/b6eaf2b0-5e08-4699-80f4-a1b8c185e8d8
If I remove the binding to the text color it works but this looks bad in the dark theme:
I am using LiveCharts 2.0.0-rc4.5 for WinUI Thanks!