diff --git a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx index 1ef4fe8..3a7fe6d 100644 --- a/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx +++ b/components/main/kabelueberwachung/kue705FO/Charts/LoopMeasurementChart/LoopMeasurementChart.tsx @@ -159,13 +159,18 @@ const LoopMeasurementChart = () => { x: { type: "time" as const, time: { - unit: "day" as const, - tooltipFormat: "dd.MM.yyyy HH:mm", - displayFormats: { day: "dd.MM" }, + unit: "minute", + tooltipFormat: "dd.MM.yyyy HH:mm:ss", + displayFormats: { + minute: "HH:mm", + hour: "HH:mm", + day: "dd.MM.", + }, locale: de, }, title: { display: true, text: "Zeit" }, }, + y: { title: { display: true, text: unit }, ticks: { precision: 0 }, diff --git a/config/webVersion.ts b/config/webVersion.ts index 5a7c08f..a9687a4 100644 --- a/config/webVersion.ts +++ b/config/webVersion.ts @@ -6,5 +6,5 @@ 2: Patch oder Hotfix (Bugfixes oder kleine Änderungen). */ -const webVersion = "1.6.364"; +const webVersion = "1.6.365"; export default webVersion;