feat(analogInputsChart): zeige Minimum (i) und Maximum (a) als zusätzliche Linien im Chart
- Chart zeigt jetzt Messwert (m), Minimum (i, grün) und Maximum (a, rot) für ausgewählten Zeitraum - Tooltip und Legende angepasst - Typdefinitionen für Chart
This commit is contained in:
@@ -5,6 +5,8 @@ import { getAnalogInputsHistoryThunk } from "../../thunks/getAnalogInputsHistory
|
||||
export type AnalogInputsHistoryEntry = {
|
||||
t: string;
|
||||
m: number;
|
||||
i?: number;
|
||||
a?: number;
|
||||
};
|
||||
|
||||
export interface InputHistoryState {
|
||||
|
||||
Reference in New Issue
Block a user