From a3ea7ceef594b52f2914ad98a944713cc82e5397 Mon Sep 17 00:00:00 2001 From: Joel Ostblom Date: Thu, 12 Oct 2023 09:48:52 -0700 Subject: [PATCH] Change condition order --- examples/specs/selection_type_point_zorder.vl.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/specs/selection_type_point_zorder.vl.json b/examples/specs/selection_type_point_zorder.vl.json index fc06b5a4a1..a3ef7186bf 100644 --- a/examples/specs/selection_type_point_zorder.vl.json +++ b/examples/specs/selection_type_point_zorder.vl.json @@ -10,8 +10,8 @@ "value": "grey" }, "order": { - "value": 0, - "condition": {"param": "param_122", "value": 1, "empty": false} + "condition": {"param": "param_122", "value": 1, "empty": false}, + "value": 0 }, "size": { "condition": {"param": "param_122", "value": 400, "empty": false},