diff --git a/MP.Stats/Components/ChartJs/Line.razor b/MP.Stats/Components/ChartJs/Line.razor index ac41d907..53b43065 100644 --- a/MP.Stats/Components/ChartJs/Line.razor +++ b/MP.Stats/Components/ChartJs/Line.razor @@ -31,7 +31,7 @@ public string MinValue { get; set; } = "0"; [Parameter] - public string MaxValue { get; set; } = "100"; + public string MaxValue { get; set; } = "0"; [Parameter] public int lTens { get; set; } = 0; @@ -79,8 +79,8 @@ { maxTicksLimit = 10 }, - suggestedMin = MinValue, - suggestedMax = MaxValue + suggestedMin = MinValue != MaxValue ? MinValue : "auto", + suggestedMax = MinValue != MaxValue ? MaxValue : "auto" }, xAxes = new { @@ -95,7 +95,7 @@ { //labels = Labels.ToArray(), datasets = new[] - { + { new { data = DataTS, diff --git a/MP.Stats/MP.Stats.csproj b/MP.Stats/MP.Stats.csproj index a32f33cc..d78a0eab 100644 --- a/MP.Stats/MP.Stats.csproj +++ b/MP.Stats/MP.Stats.csproj @@ -4,7 +4,7 @@ net6.0 MP.Stats 826e877c-ba70-4253-84cb-d0b1cafd4440 - 6.14.2202.2520 + 6.14.2202.2612 diff --git a/MP.Stats/Resources/ChangeLog.html b/MP.Stats/Resources/ChangeLog.html index 4dc55ed7..634c73ce 100644 --- a/MP.Stats/Resources/ChangeLog.html +++ b/MP.Stats/Resources/ChangeLog.html @@ -1,6 +1,6 @@ Modulo statistiche MAPO -

Versione: 6.14.2202.2520

+

Versione: 6.14.2202.2612


Note di rilascio: