remove echarts, use canvas
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user