minor typo
This commit is contained in:
parent
e2b0476aaa
commit
15355fade4
@ -1,4 +1,8 @@
|
|||||||
.container {
|
.container {
|
||||||
width: 100%;
|
aspect-ratio: 4;
|
||||||
height: 100%;
|
|
||||||
|
canvas {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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: {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user