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