(Andamenti regionali)
(Andamenti regionali)
Riga 23: Riga 23:
  
 
<script>
 
<script>
                    Plotly.d3.csv('https://raw.githubusercontent.com/pcm-dpc/COVID-19/master/dati-regioni/dpc-covid19-ita-regioni.csv', function(err, rows){
+
    Plotly.d3.csv('https://raw.githubusercontent.com/pcm-dpc/COVID-19/master/dati-regioni/dpc-covid19-ita-regioni.csv', function(err, rows){
  
 
         function unpack(rows, key) {
 
         function unpack(rows, key) {
Riga 119: Riga 119:
 
                 mode: 'markers',
 
                 mode: 'markers',
 
                 marker: {
 
                 marker: {
                     size: 10,
+
                     size: 6,
                     opacity: 0.5
+
                     opacity: 0.8
 
                 }
 
                 }
 
             };
 
             };
Riga 132: Riga 132:
 
                 name: 'Terapia Intensiva',
 
                 name: 'Terapia Intensiva',
 
                 marker: {
 
                 marker: {
                     size: 10,
+
                     size: 6,
                     opacity: 0.5
+
                     opacity: 0.8
 
                 }
 
                 }
 
             };
 
             };
Riga 145: Riga 145:
 
                 name: 'Totale ospedalizzati',
 
                 name: 'Totale ospedalizzati',
 
                 marker: {
 
                 marker: {
                     size: 10,
+
                     size: 6,
                     opacity: 0.5,
+
                     opacity: 0.8,
 
                     symbol: 'triangle-down'
 
                     symbol: 'triangle-down'
 
                 }
 
                 }
Riga 159: Riga 159:
 
                 name: 'Isolamento domiciliare',
 
                 name: 'Isolamento domiciliare',
 
                 marker: {
 
                 marker: {
                     size: 10,
+
                     size: 6,
                     opacity: 0.5,
+
                     opacity: 0.8,
 
                     symbol: 'triangle-left'
 
                     symbol: 'triangle-left'
 
                 }
 
                 }
Riga 173: Riga 173:
 
                 name: 'Totale attualmente positivi',
 
                 name: 'Totale attualmente positivi',
 
                 marker: {
 
                 marker: {
                     size: 10,
+
                     size: 6,
                     opacity: 0.5,
+
                     opacity: 0.8,
 
                     symbol: 'triangle-right'
 
                     symbol: 'triangle-right'
 
                 }
 
                 }
Riga 187: Riga 187:
 
                 name: 'Nuovi attualmente positivi',
 
                 name: 'Nuovi attualmente positivi',
 
                 marker: {
 
                 marker: {
                     size: 10,
+
                     size: 6,
                     opacity: 0.5,
+
                     opacity: 0.8,
 
                     symbol: 'pentagon'
 
                     symbol: 'pentagon'
 
                 }
 
                 }
Riga 200: Riga 200:
 
                 name: 'Dimessi guariti',
 
                 name: 'Dimessi guariti',
 
                 marker: {
 
                 marker: {
                     size: 10,
+
                     size: 6,
                     opacity: 0.5,
+
                     opacity: 0.8,
 
                     symbol: 'triangle-up'
 
                     symbol: 'triangle-up'
 
                      
 
                      
Riga 214: Riga 214:
 
                 name: 'Deceduti',
 
                 name: 'Deceduti',
 
                 marker: {
 
                 marker: {
                     size: 10,
+
                     size: 6,
                     opacity: 0.5,
+
                     opacity: 0.8,
 
                     symbol: 'star'
 
                     symbol: 'star'
 
                      
 
                      
Riga 228: Riga 228:
 
                 name: 'Totale casi',
 
                 name: 'Totale casi',
 
                 marker: {
 
                 marker: {
                     size: 10,
+
                     size: 6,
                     opacity: 0.5,
+
                     opacity: 0.8,
 
                     symbol: 'diamond'
 
                     symbol: 'diamond'
 
                 }
 
                 }
Riga 242: Riga 242:
 
                 name: 'Tamponi',
 
                 name: 'Tamponi',
 
                 marker: {
 
                 marker: {
                     size: 10,
+
                     size: 6,
                     opacity: 0.5,
+
                     opacity: 0.8,
 
                     symbol: 'square'
 
                     symbol: 'square'
 
                 }
 
                 }
Riga 255: Riga 255:
 
                 name: 'Deceduti+Terapia Intensiva',
 
                 name: 'Deceduti+Terapia Intensiva',
 
                 marker: {
 
                 marker: {
                     size: 10,
+
                     size: 6,
                     opacity: 0.5,
+
                     opacity: 0.8,
 
                     symbol: 'cross'
 
                     symbol: 'cross'
 
                 }
 
                 }
Riga 268: Riga 268:
 
                 name: 'Deceduti+Terapia Intensiva+Ricoverati',
 
                 name: 'Deceduti+Terapia Intensiva+Ricoverati',
 
                 marker: {
 
                 marker: {
                     size: 10,
+
                     size: 6,
                     opacity: 0.5,
+
                     opacity: 0.8,
 
                     symbol: 'x'
 
                     symbol: 'x'
 
                      
 
                      
Riga 312: Riga 312:
 
                     y: 1.1,
 
                     y: 1.1,
 
                     yanchor: 'top'
 
                     yanchor: 'top'
                }
 
            ]
 
 
            var annotations = [
 
                {
 
                text: 'Plot type:',
 
                x: 0,
 
                y: 1.085,
 
                yref: 'paper',
 
                align: 'left',
 
                showarrow: false
 
 
                 }
 
                 }
 
             ]
 
             ]
Riga 333: Riga 322:
 
                 margin: { l: 40, r: 0},
 
                 margin: { l: 40, r: 0},
 
                 updatemenus: updatemenus,
 
                 updatemenus: updatemenus,
                //annotations: annotations,
 
 
                 showlegend: true,
 
                 showlegend: true,
 
                 legend: { orientation: "h" ,
 
                 legend: { orientation: "h" ,

Revisione 22:36, 14 Mar 2020

COVID19 - Monitoraggio ed Analisi della situazione italiana

Andamento nazionale

Andamenti regionali

Regione:

Disclaimer

Dati forniti dal Ministero della Salute, elaborazione e gestione dati a cura del Dipartimento della Protezione Civile: https://github.com/pcm-dpc/COVID-19

Rielaborazione a cura del Control of Dynamic System Lab, Politecnico di Bari

COVID19 - Monitoraggio ed Analisi della situazione italiana[edit]

Andamento nazionale[edit]

Andamenti regionali[edit]

Regione:

Disclaimer[edit]

Dati forniti dal Ministero della Salute, elaborazione e gestione dati a cura del Dipartimento della Protezione Civile: https://github.com/pcm-dpc/COVID-19

Rielaborazione a cura del Control of Dynamic System Lab, Politecnico di Bari