| Riga 276: | Riga 276: | ||
var options = { | var options = { | ||
scrollZoom: true, | scrollZoom: true, | ||
| − | displayModeBar: false | + | displayModeBar: false, |
| + | responsive: true, | ||
}; | }; | ||
Plotly.newPlot("myDiv", data, layout, options); | Plotly.newPlot("myDiv", data, layout, options); | ||