mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-22 13:51:15 +08:00
ux: fill brush for line chart (#493)
This commit is contained in:
@@ -103,6 +103,7 @@ namespace SourceGit.Models
|
||||
{
|
||||
Values = samples,
|
||||
Stroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 1 },
|
||||
Fill = new SolidColorPaint(SKColors.SkyBlue.WithAlpha(90)),
|
||||
GeometrySize = 8,
|
||||
GeometryStroke = new SolidColorPaint(SKColors.Green) { StrokeThickness = 2 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user