Compare commits

...

1 Commits

Author SHA1 Message Date
znetsixe
00e35302b4 fix(examples): complete ui-chart required props in edge.flow.json (flow-lint)
State-code chart was missing interpolation, axis property types, action, colors.
Lint-clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29 19:18:44 +02:00

View File

@@ -322,6 +322,22 @@
"removeOlderUnit": "3600", "removeOlderUnit": "3600",
"x": 1230, "x": 1230,
"y": 300, "y": 300,
"wires": [] "wires": [],
"interpolation": "linear",
"xAxisPropertyType": "timestamp",
"yAxisProperty": "payload",
"yAxisPropertyType": "msg",
"action": "append",
"colors": [
"#0095FF",
"#FF0000",
"#FF7F0E",
"#2CA02C",
"#A347E1",
"#D62728",
"#FF9896",
"#9467BD",
"#C5B0D5"
]
} }
] ]