From dddeff9dff450f385e8d06dab1aa9ce373e85ecd Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Sat, 22 May 2021 17:31:05 +0200 Subject: [PATCH] ok x stepped --- MP.Stats/Components/ChartScarti.razor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP.Stats/Components/ChartScarti.razor.cs b/MP.Stats/Components/ChartScarti.razor.cs index f5460e9e..d64aca3d 100644 --- a/MP.Stats/Components/ChartScarti.razor.cs +++ b/MP.Stats/Components/ChartScarti.razor.cs @@ -183,7 +183,7 @@ namespace MP.Stats.Components BackgroundColor = backgroundColors(1), Fill = true, PointRadius = 2, - SteppedLine=true, + SteppedLine = true, BorderDash = new List { } }; return answ;