test
This commit is contained in:
@@ -112,7 +112,10 @@ const LoopMeasurementChart = () => {
|
||||
maintainAspectRatio: false,
|
||||
animation: false,
|
||||
elements: {
|
||||
line: { spanGaps: true },
|
||||
line: {
|
||||
tension: 0.4, // Sorgt für eine weichere Kurve
|
||||
cubicInterpolationMode: "monotone",
|
||||
},
|
||||
},
|
||||
scales: {
|
||||
x: {
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||
|
||||
*/
|
||||
const webVersion = "1.6.118";
|
||||
const webVersion = "1.6.119";
|
||||
export default webVersion;
|
||||
|
||||
Reference in New Issue
Block a user