(COVID19 - Monitoraggio ed Analisi della situazione italiana)
Riga 4: Riga 4:
  
 
<script>
 
<script>
var trace1 = {
+
var trace1 = {x:['2020-10-04', '2021-11-04', '2023-12-04'],y: [90, 40, 60],type: 'scatter'};var data = [trace1];var layout = {title: 'Scroll and Zoom',showlegend: false};Plotly.newPlot('myDiv', data, layout, {scrollZoom: true});
    x:['2020-10-04', '2021-11-04', '2023-12-04'],
 
    y: [90, 40, 60],
 
    type: 'scatter'
 
};
 
 
 
var data = [trace1];
 
 
 
var layout = {
 
    title: 'Scroll and Zoom',
 
    showlegend: false
 
};
 
 
 
Plotly.newPlot('myDiv', data, layout, {scrollZoom: true});
 
 
</script>
 
</script>
  
 
</absHTML>
 
</absHTML>

Revisione 17:44, 13 Mar 2020

COVID19 - Monitoraggio ed Analisi della situazione italiana


COVID19 - Monitoraggio ed Analisi della situazione italiana[edit]