minor typo

This commit is contained in:
Patrick Haßel 2025-11-21 14:43:28 +01:00
parent e2b0476aaa
commit 15355fade4
2 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,8 @@
.container { .container {
aspect-ratio: 4;
canvas {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
}

View File

@ -171,7 +171,7 @@ export class WeatherComponent implements AfterViewInit {
display: false, display: false,
title: { title: {
display: true, display: true,
text: "Wolkenbedeckung [%]", text: "Bewölkung [%]",
color: CLOUDS_COLOR, color: CLOUDS_COLOR,
}, },
ticks: { ticks: {