From e777d0f7c17fe0224841b7bd3596b17260b63e54 Mon Sep 17 00:00:00 2001 From: Jon Mease Date: Mon, 6 Nov 2023 13:23:12 -0500 Subject: [PATCH] fix comm plans --- .../tests/specs/vegalite/histogram_ordinal.comm_plan.json | 2 +- .../specs/vegalite/histogram_ordinal_sort.comm_plan.json | 6 +++--- 2 files changed, 4 insertions(+), 4 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 25bfcbf7..e09ea629 100644 --- a/vegafusion-runtime/tests/specs/vegalite/histogram_ordinal.comm_plan.json +++ b/vegafusion-runtime/tests/specs/vegalite/histogram_ordinal.comm_plan.json @@ -7,7 +7,7 @@ }, { "namespace": "data", - "name": "source_0_x_domain_bin_maxbins_10_IMDB", + "name": "source_0_x_domain_bin_maxbins_10_IMDB Rating_range", "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 25bfcbf7..71239f70 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,17 +2,17 @@ "server_to_client": [ { "namespace": "data", - "name": "source_0", + "name": "data_0", "scope": [] }, { "namespace": "data", - "name": "source_0_x_domain_bin_maxbins_10_IMDB", + "name": "data_0_y_domain___count", "scope": [] }, { "namespace": "data", - "name": "source_0_y_domain___count", + "name": "source_0_x_domain_bin_maxbins_10_IMDB", "scope": [] } ],