You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm using a Cartesian Chart with numerous series that support user customization of color through outside controls. When I change the color of a LineSeries's Stroke, the chart updates the line color, but not the "preview" ball in the legend.
To Reproduce
Steps to reproduce the behavior:
Create a Cartesian Chart with a legend and a LineSeries.
Change the Stroke color of the series at some time after the things have initialized and drawn.
Observe that the legend still shows the old color in the preview ball.
Expected behavior
Either the legend should automatically update when a Stroke color is changed, or a call could be made to manually synchronize.
Screenshots
Note the line has updated to be cyan, but the legend still has the red preview.
Windows 10
WPF (Skia)
The text was updated successfully, but these errors were encountered:
Thanks for the report, now the library is able to detect when a paint changed with the referenced commit and will be included in the next release of the library.
Describe the bug
I'm using a Cartesian Chart with numerous series that support user customization of color through outside controls. When I change the color of a LineSeries's Stroke, the chart updates the line color, but not the "preview" ball in the legend.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Either the legend should automatically update when a Stroke color is changed, or a call could be made to manually synchronize.
Screenshots
Note the line has updated to be cyan, but the legend still has the red preview.
Windows 10
WPF (Skia)
The text was updated successfully, but these errors were encountered: