Differenze

Queste sono le differenze tra la revisione selezionata e la versione attuale della pagina.

Link a questa pagina di confronto

Entrambe le parti precedenti la revisioneRevisione precedente
dashboard:test_report_2018-2024_semplice [2025/07/04 22:09] – eliminata admindashboard:test_report_2018-2024_semplice [2025/07/04 22:18] (versione attuale) – creata admin
Linea 1: Linea 1:
 +====== 1. Mortalità ======
 +<achart>
 +{
 +  "type": "line",
 +  "data": {
 +    "labels": ["2018", "2019", "2020", "2021", "2022", "2023", "2024"],
 +    "datasets": [
 +      {
 +        "label": "Mortalità",
 +        "data": [0.0, 3.8, 6.1, 0.0, 10.3, 6.9, 2.9],
 +        "borderColor": "#e74c3c",
 +        "backgroundColor": "rgba(231, 76, 60, 0.1)",
 +        "borderWidth": 3,
 +        "pointRadius": 5,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q3 (14.8%)",
 +        "data": [14.8, 14.8, 14.8, 14.8, 14.8, 14.8, 14.8],
 +        "borderColor": "#f39c12",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q1 (5.7%)",
 +        "data": [5.7, 5.7, 5.7, 5.7, 5.7, 5.7, 5.7],
 +        "borderColor": "#27ae60",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      }
 +    ]
 +  },
 +  "options": {
 +    "responsive": true,
 +    "plugins": {
 +      "title": {
 +        "display": true,
 +        "text": "Mortalità (%)"
 +      }
 +    },
 +    "scales": {
 +      "y": {
 +        "beginAtZero": true
 +      }
 +    }
 +  }
 +}
 +</achart>
  
 +====== 2. Morte o Morbidità ======
 +<achart>
 +{
 +  "type": "line",
 +  "data": {
 +    "labels": ["2018", "2019", "2020", "2021", "2022", "2023", "2024"],
 +    "datasets": [
 +      {
 +        "label": "Morte o Morbidità",
 +        "data": [19.4, 26.9, 27.3, 30.8, 34.5, 41.4, 35.3],
 +        "borderColor": "#8e44ad",
 +        "backgroundColor": "rgba(142, 68, 173, 0.1)",
 +        "borderWidth": 3,
 +        "pointRadius": 5,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q3 (50.0%)",
 +        "data": [50.0, 50.0, 50.0, 50.0, 50.0, 50.0, 50.0],
 +        "borderColor": "#f39c12",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q1 (27.3%)",
 +        "data": [27.3, 27.3, 27.3, 27.3, 27.3, 27.3, 27.3],
 +        "borderColor": "#27ae60",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      }
 +    ]
 +  },
 +  "options": {
 +    "responsive": true,
 +    "plugins": {
 +      "title": {
 +        "display": true,
 +        "text": "Morte o Morbidità (%)"
 +      }
 +    },
 +    "scales": {
 +      "y": {
 +        "beginAtZero": true
 +      }
 +    }
 +  }
 +}
 +</achart>
 +
 +====== 3. Infezioni Tardive ======
 +<achart>
 +{
 +  "type": "line",
 +  "data": {
 +    "labels": ["2018", "2019", "2020", "2021", "2022", "2023", "2024"],
 +    "datasets": [
 +      {
 +        "label": "Infezioni Tardive",
 +        "data": [13.9, 15.4, 18.8, 15.4, 19.4, 11.1, 5.9],
 +        "borderColor": "#3498db",
 +        "backgroundColor": "rgba(52, 152, 219, 0.1)",
 +        "borderWidth": 3,
 +        "pointRadius": 5,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q3 (13.7%)",
 +        "data": [13.7, 13.7, 13.7, 13.7, 13.7, 13.7, 13.7],
 +        "borderColor": "#f39c12",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q1 (2.9%)",
 +        "data": [2.9, 2.9, 2.9, 2.9, 2.9, 2.9, 2.9],
 +        "borderColor": "#27ae60",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      }
 +    ]
 +  },
 +  "options": {
 +    "responsive": true,
 +    "plugins": {
 +      "title": {
 +        "display": true,
 +        "text": "Infezioni Tardive (%)"
 +      }
 +    },
 +    "scales": {
 +      "y": {
 +        "beginAtZero": true
 +      }
 +    }
 +  }
 +}
 +</achart>
 +
 +====== 4. Enterocolite Necrotizzante ======
 +<achart>
 +{
 +  "type": "line",
 +  "data": {
 +    "labels": ["2018", "2019", "2020", "2021", "2022", "2023", "2024"],
 +    "datasets": [
 +      {
 +        "label": "Enterocolite Necrotizzante",
 +        "data": [5.6, 3.7, 0.0, 0.0, 15.6, 7.1, 14.7],
 +        "borderColor": "#e67e22",
 +        "backgroundColor": "rgba(230, 126, 34, 0.1)",
 +        "borderWidth": 3,
 +        "pointRadius": 5,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q3 (6.7%)",
 +        "data": [6.7, 6.7, 6.7, 6.7, 6.7, 6.7, 6.7],
 +        "borderColor": "#f39c12",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q1 (0.0%)",
 +        "data": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
 +        "borderColor": "#27ae60",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      }
 +    ]
 +  },
 +  "options": {
 +    "responsive": true,
 +    "plugins": {
 +      "title": {
 +        "display": true,
 +        "text": "Enterocolite Necrotizzante (%)"
 +      }
 +    },
 +    "scales": {
 +      "y": {
 +        "beginAtZero": true
 +      }
 +    }
 +  }
 +}
 +</achart>
 +
 +====== 5. Malattia Polmonare Cronica ======
 +<achart>
 +{
 +  "type": "line",
 +  "data": {
 +    "labels": ["2018", "2019", "2020", "2021", "2022", "2023", "2024"],
 +    "datasets": [
 +      {
 +        "label": "Malattia Polmonare Cronica",
 +        "data": [6.7, 15.8, 17.2, 19.0, 20.0, 27.3, 11.1],
 +        "borderColor": "#9b59b6",
 +        "backgroundColor": "rgba(155, 89, 182, 0.1)",
 +        "borderWidth": 3,
 +        "pointRadius": 5,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q3 (35.3%)",
 +        "data": [35.3, 35.3, 35.3, 35.3, 35.3, 35.3, 35.3],
 +        "borderColor": "#f39c12",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q1 (10.5%)",
 +        "data": [10.5, 10.5, 10.5, 10.5, 10.5, 10.5, 10.5],
 +        "borderColor": "#27ae60",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      }
 +    ]
 +  },
 +  "options": {
 +    "responsive": true,
 +    "plugins": {
 +      "title": {
 +        "display": true,
 +        "text": "Malattia Polmonare Cronica (%)"
 +      }
 +    },
 +    "scales": {
 +      "y": {
 +        "beginAtZero": true
 +      }
 +    }
 +  }
 +}
 +</achart>
 +
 +====== 6. Pneumotorace ======
 +<achart>
 +{
 +  "type": "line",
 +  "data": {
 +    "labels": ["2018", "2019", "2020", "2021", "2022", "2023", "2024"],
 +    "datasets": [
 +      {
 +        "label": "Pneumotorace",
 +        "data": [0.0, 0.0, 0.0, 7.7, 0.0, 0.0, 11.8],
 +        "borderColor": "#1abc9c",
 +        "backgroundColor": "rgba(26, 188, 156, 0.1)",
 +        "borderWidth": 3,
 +        "pointRadius": 5,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q3 (5.6%)",
 +        "data": [5.6, 5.6, 5.6, 5.6, 5.6, 5.6, 5.6],
 +        "borderColor": "#f39c12",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q1 (0.0%)",
 +        "data": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
 +        "borderColor": "#27ae60",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      }
 +    ]
 +  },
 +  "options": {
 +    "responsive": true,
 +    "plugins": {
 +      "title": {
 +        "display": true,
 +        "text": "Pneumotorace (%)"
 +      }
 +    },
 +    "scales": {
 +      "y": {
 +        "beginAtZero": true
 +      }
 +    }
 +  }
 +}
 +</achart>
 +
 +====== 7. Emorragia Intraventricolare Grave ======
 +<achart>
 +{
 +  "type": "line",
 +  "data": {
 +    "labels": ["2018", "2019", "2020", "2021", "2022", "2023", "2024"],
 +    "datasets": [
 +      {
 +        "label": "Emorragia Intraventricolare Grave",
 +        "data": [2.9, 7.4, 3.1, 3.8, 3.3, 0.0, 5.9],
 +        "borderColor": "#e74c3c",
 +        "backgroundColor": "rgba(231, 76, 60, 0.1)",
 +        "borderWidth": 3,
 +        "pointRadius": 5,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q3 (10.0%)",
 +        "data": [10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0],
 +        "borderColor": "#f39c12",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q1 (0.0%)",
 +        "data": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
 +        "borderColor": "#27ae60",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      }
 +    ]
 +  },
 +  "options": {
 +    "responsive": true,
 +    "plugins": {
 +      "title": {
 +        "display": true,
 +        "text": "Emorragia Intraventricolare Grave (%)"
 +      }
 +    },
 +    "scales": {
 +      "y": {
 +        "beginAtZero": true
 +      }
 +    }
 +  }
 +}
 +</achart>
 +
 +====== 8. Leucomalacia Periventricolare Cistica ======
 +<achart>
 +{
 +  "type": "line",
 +  "data": {
 +    "labels": ["2018", "2019", "2020", "2021", "2022", "2023", "2024"],
 +    "datasets": [
 +      {
 +        "label": "Leucomalacia Periventricolare Cistica",
 +        "data": [0.0, 3.7, 0.0, 0.0, 0.0, 7.7, 0.0],
 +        "borderColor": "#34495e",
 +        "backgroundColor": "rgba(52, 73, 94, 0.1)",
 +        "borderWidth": 3,
 +        "pointRadius": 5,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q3 (3.3%)",
 +        "data": [3.3, 3.3, 3.3, 3.3, 3.3, 3.3, 3.3],
 +        "borderColor": "#f39c12",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q1 (0.0%)",
 +        "data": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
 +        "borderColor": "#27ae60",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      }
 +    ]
 +  },
 +  "options": {
 +    "responsive": true,
 +    "plugins": {
 +      "title": {
 +        "display": true,
 +        "text": "Leucomalacia Periventricolare Cistica (%)"
 +      }
 +    },
 +    "scales": {
 +      "y": {
 +        "beginAtZero": true
 +      }
 +    }
 +  }
 +}
 +</achart>
 +
 +====== 9. Retinopatia del Prematuro Grave ======
 +<achart>
 +{
 +  "type": "line",
 +  "data": {
 +    "labels": ["2018", "2019", "2020", "2021", "2022", "2023", "2024"],
 +    "datasets": [
 +      {
 +        "label": "Retinopatia del Prematuro Grave",
 +        "data": [2.8, 0.0, 3.7, 0.0, 0.0, 0.0, 0.0],
 +        "borderColor": "#2ecc71",
 +        "backgroundColor": "rgba(46, 204, 113, 0.1)",
 +        "borderWidth": 3,
 +        "pointRadius": 5,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q3 (7.1%)",
 +        "data": [7.1, 7.1, 7.1, 7.1, 7.1, 7.1, 7.1],
 +        "borderColor": "#f39c12",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q1 (0.0%)",
 +        "data": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
 +        "borderColor": "#27ae60",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      }
 +    ]
 +  },
 +  "options": {
 +    "responsive": true,
 +    "plugins": {
 +      "title": {
 +        "display": true,
 +        "text": "Retinopatia del Prematuro Grave (%)"
 +      }
 +    },
 +    "scales": {
 +      "y": {
 +        "beginAtZero": true
 +      }
 +    }
 +  }
 +}
 +</achart>
 +
 +====== 10. Latte Materno ======
 +<achart>
 +{
 +  "type": "line",
 +  "data": {
 +    "labels": ["2018", "2019", "2020", "2021", "2022", "2023", "2024"],
 +    "datasets": [
 +      {
 +        "label": "Latte Materno",
 +        "data": [66.7, 77.3, 71.4, 61.5, 52.0, 52.0, 61.3],
 +        "borderColor": "#f1c40f",
 +        "backgroundColor": "rgba(241, 196, 15, 0.1)",
 +        "borderWidth": 3,
 +        "pointRadius": 5,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q3 (78.9%)",
 +        "data": [78.9, 78.9, 78.9, 78.9, 78.9, 78.9, 78.9],
 +        "borderColor": "#f39c12",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      },
 +      {
 +        "label": "Q1 (47.8%)",
 +        "data": [47.8, 47.8, 47.8, 47.8, 47.8, 47.8, 47.8],
 +        "borderColor": "#27ae60",
 +        "borderWidth": 2,
 +        "borderDash": [5, 5],
 +        "pointRadius": 0,
 +        "fill": false,
 +        "tension": 0
 +      }
 +    ]
 +  },
 +  "options": {
 +    "responsive": true,
 +    "plugins": {
 +      "title": {
 +        "display": true,
 +        "text": "Latte Materno (%)"
 +      }
 +    },
 +    "scales": {
 +      "y": {
 +        "beginAtZero": true
 +      }
 +    }
 +  }
 +}
 +</achart>
dashboard/test_report_2018-2024_semplice.1751659745.txt.gz · Ultima modifica: da admin