feat: implement date in analog inputs chart

This commit is contained in:
ISA
2025-06-27 13:59:35 +02:00
parent 4b19884c1e
commit 2a9bebb4bc
6 changed files with 11 additions and 6 deletions

View File

@@ -150,7 +150,7 @@ export default function AnalogInputsChart({
x: {
type: "time" as const,
time: {
unit: "day", // nur Datum in Achse
unit: "day" as const, // nur Datum in Achse
tooltipFormat: "dd.MM.yyyy HH:mm", // aber Uhrzeit im Tooltip sichtbar
displayFormats: {
day: "dd.MM.yyyy",