We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec4b36 commit 233bc12Copy full SHA for 233bc12
assets/js/load-chart.js
@@ -193,6 +193,7 @@ function setupChart () {
193
194
area_dropdown.onchange = update_chart
195
period_dropdown.onchange = update_chart
196
+ addEventListener("resize", update_chart);
197
if (window.matchMedia) {
198
window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', ({ matches }) => {
199
dark_mode = matches
0 commit comments