fixes for new hugo versions
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 15s
Website Prod/Test / Testumgebung (push) Successful in 8s

This commit is contained in:
2024-09-15 22:26:56 +02:00
parent 169e0bc31b
commit 8695df0533
11 changed files with 62 additions and 108 deletions

View File

@ -182,31 +182,21 @@ aliases:
right: 10,
precision: 1,
pieces: [
{
gt: 0.9,
lte: 1.0,
color: "#005da9",
},
{
gt: 1.0,
lte: 1.5,
color: "#0b9834"
color: "#06511c",
},
{
gt: 1.5,
lte: 2.0,
color: "#93CE07"
color: "#0b9834"
},
{
gt: 2.0,
lte: 2.5,
color: "#FBDB0F"
},
/*{
gt: 2.0,
lte: 2.5,
color: "#FC7D02"
},*/
color: "#10df4c"
}
],
outOfRange: {
color: "#999"
@ -225,16 +215,19 @@ aliases:
},
data: [
{
yAxis: 1.4
yAxis: 1.25
},
{
yAxis: 1.7
yAxis: 1.5
},
{
yAxis: 1.75
},
{
yAxis: 2.0
},
{
yAxis: 2.3
yAxis: 2.25
}
]
}