Visual and performative overhaul

This commit is contained in:
2022-08-31 08:49:53 +02:00
parent 27c13d0f47
commit 71d4bcaa74
3 changed files with 12 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ const chart = new Chart("chart", {
label: "Auslenkung",
borderColor: "teal",
backgroundColor: "teal",
tension: 0.5
}
]
},
@@ -13,6 +14,16 @@ const chart = new Chart("chart", {
x: {
display: false
}
},
elements: {
point: {
radius: 0
}
},
plugins: {
legend: {
display: false
}
}
}
})