Visual and performative overhaul
This commit is contained in:
11
wave/plot.js
11
wave/plot.js
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user