mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2025-01-11 23:57:21 -08:00
ux: fill brush for line chart (#493)
This commit is contained in:
parent
af57c56cd7
commit
308445fa81
1 changed files with 1 additions and 0 deletions
|
@ -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 }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue