fix plot odl + modifiche grafiche
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user