minor typo
This commit is contained in:
parent
e2b0476aaa
commit
15355fade4
@ -1,4 +1,8 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
aspect-ratio: 4;
|
||||
|
||||
canvas {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@ -171,7 +171,7 @@ export class WeatherComponent implements AfterViewInit {
|
||||
display: false,
|
||||
title: {
|
||||
display: true,
|
||||
text: "Wolkenbedeckung [%]",
|
||||
text: "Bewölkung [%]",
|
||||
color: CLOUDS_COLOR,
|
||||
},
|
||||
ticks: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user