@if (RawData == null || RawData.Count == 0)
{
}
else
{
@foreach (PeriodoSel sPer in Enum.GetValues(typeof(PeriodoSel)))
{
}
@foreach (var item in @ParetoData)
{
-
@item.label
@item.value
}
Selezione tipo (day/week/month/year) + selezione ITEM da mostrare, tra quelli POSSIBILI dato periodo...
}