From bf76f3b63bfe9dc714eac53b4ffa2d27743ce104 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Mon, 6 Nov 2023 12:51:03 -0500 Subject: [PATCH] Update expected comm plans --- .../specs/vegalite/histogram_ordinal.comm_plan.json | 12 +++++++++++- .../vegalite/histogram_ordinal_sort.comm_plan.json | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/vegafusion-runtime/tests/specs/vegalite/histogram_ordinal.comm_plan.json b/vegafusion-runtime/tests/specs/vegalite/histogram_ordinal.comm_plan.json index bfc9682b3..25bfcbf7e 100644 --- a/vegafusion-runtime/tests/specs/vegalite/histogram_ordinal.comm_plan.json +++ b/vegafusion-runtime/tests/specs/vegalite/histogram_ordinal.comm_plan.json @@ -2,7 +2,17 @@ "server_to_client": [ { "namespace": "data", - "name": "_server_source_0", + "name": "source_0", + "scope": [] + }, + { + "namespace": "data", + "name": "source_0_x_domain_bin_maxbins_10_IMDB", + "scope": [] + }, + { + "namespace": "data", + "name": "source_0_y_domain___count", "scope": [] } ], diff --git a/vegafusion-runtime/tests/specs/vegalite/histogram_ordinal_sort.comm_plan.json b/vegafusion-runtime/tests/specs/vegalite/histogram_ordinal_sort.comm_plan.json index bfc9682b3..25bfcbf7e 100644 --- a/vegafusion-runtime/tests/specs/vegalite/histogram_ordinal_sort.comm_plan.json +++ b/vegafusion-runtime/tests/specs/vegalite/histogram_ordinal_sort.comm_plan.json @@ -2,7 +2,17 @@ "server_to_client": [ { "namespace": "data", - "name": "_server_source_0", + "name": "source_0", + "scope": [] + }, + { + "namespace": "data", + "name": "source_0_x_domain_bin_maxbins_10_IMDB", + "scope": [] + }, + { + "namespace": "data", + "name": "source_0_y_domain___count", "scope": [] } ],