ux: fill brush for line chart (#493)

This commit is contained in:
leo 2024-09-23 21:54:02 +08:00
parent af57c56cd7
commit 308445fa81
No known key found for this signature in database

View file

@ -103,6 +103,7 @@ namespace SourceGit.Models
{ {
Values = samples, Values = samples,
Stroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 1 }, Stroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 1 },
Fill = new SolidColorPaint(SKColors.SkyBlue.WithAlpha(90)),
GeometrySize = 8, GeometrySize = 8,
GeometryStroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 2 } GeometryStroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 2 }
} }