Ancora update display statistiche
This commit is contained in:
@@ -25,29 +25,34 @@
|
||||
}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
@if (string.IsNullOrEmpty(@currSelect))
|
||||
{
|
||||
@if (string.IsNullOrEmpty(@currSelect))
|
||||
{
|
||||
<div class="col-9">
|
||||
<div class="alert alert-info">selezionare la metrica</div>
|
||||
}
|
||||
else
|
||||
{
|
||||
</div>
|
||||
}
|
||||
else
|
||||
{
|
||||
<div class="col-6">
|
||||
<BarPlot Id="@currSelect" AspRatio="2" Data="@DatiPareto" Labels="@LabelPareto" Legenda="@currTitle" lineColor="@lineColors" backColor="@bgColors"></BarPlot>
|
||||
}
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<PieChart Id="PieSelected" AspRatio="1" LegendPos="none" Data="@DatiPareto" Labels="@LabelPareto" lineColor="@lineColors" backColor="@bgColors" Title="@currTitle"></PieChart>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-3">
|
||||
<PieChart Id="PieSelected" AspRatio="1" LegendPos="none" Data="@DatiPareto" Labels="@LabelPareto" lineColor="@lineColors" backColor="@bgColors" Title="@currTitle"></PieChart>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
<div class="row mb-2">
|
||||
<div class="col-3">
|
||||
<ParetoDetail Title="@currSelect" ParetoList="@currData"></ParetoDetail>
|
||||
@if (!string.IsNullOrEmpty(@currSelect))
|
||||
{
|
||||
<div class="row mb-2">
|
||||
<div class="col-3">
|
||||
<ParetoDetail Title="@currSelect" ParetoList="@currData"></ParetoDetail>
|
||||
</div>
|
||||
<div class="col-9">
|
||||
timeserie selezionata x num call/tempo
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-9">
|
||||
timeserie selezionata x num call/tempo
|
||||
</div>
|
||||
</div>
|
||||
@* <div class="row small">
|
||||
}
|
||||
@* <div class="row small">
|
||||
@foreach (var item in ParetoDay)
|
||||
{
|
||||
<div class="col-4 mb-2">
|
||||
|
||||
Reference in New Issue
Block a user