remove echarts, use canvas

This commit is contained in:
Vincent van der Wal
2026-07-19 15:25:04 +02:00
parent 6d81af8df5
commit e031716ce6
37 changed files with 1483 additions and 2510 deletions
@@ -82,7 +82,7 @@
timezone: result.timezone,
timestamps: result.hourlyTimestamps,
hourlyDates: result.hourlyDates,
markAreas: result.markAreas
daylightBands: result.daylightBands
};
fetchedDaily = {
@@ -102,8 +102,8 @@
</script>
<svelte:head>
<title>Weather | Open-Meteo.com</title>
<link rel="canonical" href="https://open-meteo.com/weather" />
<title>OMbrella | Weather</title>
<link rel="canonical" href="https://ombrella.servert.ch/weather/week" />
<meta name="description" content="7-day weather forecast with detailed hourly data" />
</svelte:head>