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 bfc9682b..25bfcbf7 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 bfc9682b..25bfcbf7 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": [] } ],