udpate line graph

This commit is contained in:
Samuele Locatelli
2022-02-26 12:58:27 +01:00
parent 0e8fa72f36
commit f16d3a3275
5 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -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,
+1 -1
View File
@@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>MP.Stats</RootNamespace>
<UserSecretsId>826e877c-ba70-4253-84cb-d0b1cafd4440</UserSecretsId>
<Version>6.14.2202.2520</Version>
<Version>6.14.2202.2612</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Modulo statistiche MAPO</i>
<h4>Versione: 6.14.2202.2520</h4>
<h4>Versione: 6.14.2202.2612</h4>
<br />
Note di rilascio:
<ul>
+1 -1
View File
@@ -1 +1 @@
6.14.2202.2520
6.14.2202.2612
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>6.14.2202.2520</version>
<version>6.14.2202.2612</version>
<url>https://nexus.steamware.net/repository/SWS/MP-STATS/stable/LAST/MP.Stats.zip</url>
<changelog>https://nexus.steamware.net/repository/SWS/MP-STATS/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>