From ef265dd81172d32efba974a5e5e30e3852bb3d18 Mon Sep 17 00:00:00 2001 From: znetsixe Date: Fri, 29 May 2026 19:18:46 +0200 Subject: [PATCH] fix(examples): numeric ui-chart width/height in 02-Dashboard (flow-lint) Co-Authored-By: Claude Opus 4.8 (1M context) --- examples/02-Dashboard.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/02-Dashboard.json b/examples/02-Dashboard.json index 8239327..e315b4b 100644 --- a/examples/02-Dashboard.json +++ b/examples/02-Dashboard.json @@ -1656,8 +1656,8 @@ "pointRadius": 5, "showLegend": true, "bins": 10, - "width": "12", - "height": "6", + "width": 12, + "height": 6, "removeOlder": "0", "removeOlderUnit": "1", "removeOlderPoints": "",