Version 1.6.200
This commit is contained in:
@@ -98,7 +98,7 @@ const LoopMeasurementChart = () => {
|
||||
zoom: {
|
||||
pan: {
|
||||
enabled: true,
|
||||
mode: "x",
|
||||
mode: "x" as const,
|
||||
},
|
||||
zoom: {
|
||||
wheel: {
|
||||
@@ -107,7 +107,7 @@ const LoopMeasurementChart = () => {
|
||||
pinch: {
|
||||
enabled: true,
|
||||
},
|
||||
mode: "x",
|
||||
mode: "x" as const,
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -115,10 +115,10 @@ const LoopMeasurementChart = () => {
|
||||
x: {
|
||||
type: "time" as const,
|
||||
time: {
|
||||
unit: "day",
|
||||
unit: "day" as const,
|
||||
tooltipFormat: "dd.MM.yyyy HH:mm",
|
||||
displayFormats: {
|
||||
day: "dd.MM", // z. B. 02.04
|
||||
day: "dd.MM",
|
||||
},
|
||||
},
|
||||
title: {
|
||||
Reference in New Issue
Block a user