fix plot odl + modifiche grafiche

This commit is contained in:
zaccaria.majid
2022-10-14 12:39:43 +02:00
parent fba6eca9cc
commit 6c88e2687a
10 changed files with 168 additions and 142 deletions
+3 -11
View File
@@ -17,8 +17,8 @@ namespace MP.SPEC.Components.Chart
Doughnut
}
[Parameter]
public string Id { get; set; }
//[Parameter]
public string Id { get; set; } = "myChart";
[Parameter]
public ChartType Type { get; set; }
@@ -40,15 +40,7 @@ namespace MP.SPEC.Components.Chart
Options = new
{
Responsive = true,
Scales = new
{
YAxes = new[]
{
new { Ticks = new {
BeginAtZero=true
} }
}
}
},
Data = new
{