@using ChartJs
@if (RawData == null || RawData.Count == 0) {
No Chart Data
} 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...
Periodo @pSel Detail
}