From 00e35302b43ad2c61f5d768fa746a36f3db0efae Mon Sep 17 00:00:00 2001 From: znetsixe Date: Fri, 29 May 2026 19:18:44 +0200 Subject: [PATCH] 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) --- examples/edge.flow.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/examples/edge.flow.json b/examples/edge.flow.json index 6ebdfec..83714db 100644 --- a/examples/edge.flow.json +++ b/examples/edge.flow.json @@ -322,6 +322,22 @@ "removeOlderUnit": "3600", "x": 1230, "y": 300, - "wires": [] + "wires": [], + "interpolation": "linear", + "xAxisPropertyType": "timestamp", + "yAxisProperty": "payload", + "yAxisPropertyType": "msg", + "action": "append", + "colors": [ + "#0095FF", + "#FF0000", + "#FF7F0E", + "#2CA02C", + "#A347E1", + "#D62728", + "#FF9896", + "#9467BD", + "#C5B0D5" + ] } ]