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;