From 308445fa81dfc01d3b0312fe5d79504b866728c5 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 23 Sep 2024 21:54:02 +0800 Subject: [PATCH] ux: fill brush for line chart (#493) --- src/Models/Statistics.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Models/Statistics.cs b/src/Models/Statistics.cs index c3a3b3cf..c493d8a7 100644 --- a/src/Models/Statistics.cs +++ b/src/Models/Statistics.cs @@ -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 } }