From c1dff5b5a81a0c45aea700c52e7cff033af2094a Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Mon, 27 May 2024 22:13:25 +0000 Subject: [PATCH] chore: update examples [CI] --- examples/compiled/airport_connections.vg.json | 1 + examples/compiled/concat_bar_layer_circle.vg.json | 1 + examples/compiled/concat_hover.vg.json | 2 ++ examples/compiled/concat_hover_filter.vg.json | 2 ++ examples/compiled/dynamic_color_legend.vg.json | 1 + examples/compiled/interactive_concat_layer.vg.json | 1 + examples/compiled/interactive_global_development.vg.json | 1 + .../compiled/interactive_histogram_full_height_hover.vg.json | 1 + examples/compiled/interactive_index_chart.vg.json | 1 + .../compiled/interactive_layered_crossfilter_discrete.vg.json | 3 +++ examples/compiled/interactive_line_hover.vg.json | 1 + examples/compiled/interactive_line_point_hover.vg.json | 1 + examples/compiled/interactive_multi_line_label.vg.json | 1 + examples/compiled/interactive_multi_line_pivot_tooltip.vg.json | 1 + examples/compiled/interactive_multi_line_tooltip.vg.json | 1 + examples/compiled/interactive_paintbrush.vg.json | 1 + examples/compiled/interactive_paintbrush_color.vg.json | 1 + examples/compiled/interactive_paintbrush_color_nearest.vg.json | 1 + examples/compiled/interactive_paintbrush_simple_false.vg.json | 1 + examples/compiled/interactive_paintbrush_simple_true.vg.json | 1 + examples/compiled/interactive_point_init.vg.json | 1 + examples/compiled/interactive_seattle_weather.vg.json | 1 + examples/compiled/interactive_stocks_nearest_index.vg.json | 1 + examples/compiled/param_expr.vg.json | 1 + examples/compiled/selection_heatmap.vg.json | 1 + examples/compiled/selection_insert.vg.json | 1 + examples/compiled/selection_multi_condition.vg.json | 1 + examples/compiled/selection_project_multi.vg.json | 1 + examples/compiled/selection_project_multi_cylinders.vg.json | 1 + .../compiled/selection_project_multi_cylinders_origin.vg.json | 1 + examples/compiled/selection_project_multi_origin.vg.json | 1 + examples/compiled/selection_project_single.vg.json | 1 + examples/compiled/selection_project_single_cylinders.vg.json | 1 + .../compiled/selection_project_single_cylinders_origin.vg.json | 1 + examples/compiled/selection_project_single_origin.vg.json | 1 + examples/compiled/selection_toggle_altKey.vg.json | 1 + examples/compiled/selection_toggle_altKey_shiftKey.vg.json | 1 + examples/compiled/selection_toggle_shiftKey.vg.json | 1 + examples/compiled/selection_type_point.vg.json | 1 + examples/compiled/selection_type_point_zorder.vg.json | 1 + examples/compiled/selection_type_single_dblclick.vg.json | 1 + examples/compiled/selection_type_single_pointerover.vg.json | 1 + examples/compiled/vconcat_flatten.vg.json | 1 + 43 files changed, 47 insertions(+) diff --git a/examples/compiled/airport_connections.vg.json b/examples/compiled/airport_connections.vg.json index 45e19c73e2..2e2950a909 100644 --- a/examples/compiled/airport_connections.vg.json +++ b/examples/compiled/airport_connections.vg.json @@ -220,6 +220,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "#4c78a8"}, "ariaRoleDescription": {"value": "circle"}, "description": { diff --git a/examples/compiled/concat_bar_layer_circle.vg.json b/examples/compiled/concat_bar_layer_circle.vg.json index 396de77abf..29724d6079 100644 --- a/examples/compiled/concat_bar_layer_circle.vg.json +++ b/examples/compiled/concat_bar_layer_circle.vg.json @@ -303,6 +303,7 @@ "from": {"data": "data_3"}, "encode": { "update": { + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"pts_store\")) || vlSelectionTest(\"pts_store\", datum)", diff --git a/examples/compiled/concat_hover.vg.json b/examples/compiled/concat_hover.vg.json index 56846cba0c..d2f8665741 100644 --- a/examples/compiled/concat_hover.vg.json +++ b/examples/compiled/concat_hover.vg.json @@ -111,6 +111,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": [ { @@ -239,6 +240,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": [ { diff --git a/examples/compiled/concat_hover_filter.vg.json b/examples/compiled/concat_hover_filter.vg.json index 120ca84bc5..0ec1115412 100644 --- a/examples/compiled/concat_hover_filter.vg.json +++ b/examples/compiled/concat_hover_filter.vg.json @@ -141,6 +141,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": {"value": "#4c78a8"}, "ariaRoleDescription": {"value": "point"}, @@ -282,6 +283,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": {"value": "#4c78a8"}, "ariaRoleDescription": {"value": "point"}, diff --git a/examples/compiled/dynamic_color_legend.vg.json b/examples/compiled/dynamic_color_legend.vg.json index 8fe244ec85..9b1a78e095 100644 --- a/examples/compiled/dynamic_color_legend.vg.json +++ b/examples/compiled/dynamic_color_legend.vg.json @@ -497,6 +497,7 @@ "from": {"data": "data_1"}, "encode": { "update": { + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"click_store\")) || vlSelectionTest(\"click_store\", datum)", diff --git a/examples/compiled/interactive_concat_layer.vg.json b/examples/compiled/interactive_concat_layer.vg.json index c3a2ba3a16..5954b3af6e 100644 --- a/examples/compiled/interactive_concat_layer.vg.json +++ b/examples/compiled/interactive_concat_layer.vg.json @@ -313,6 +313,7 @@ "from": {"data": "data_3"}, "encode": { "update": { + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"pts_store\")) || vlSelectionTest(\"pts_store\", datum)", diff --git a/examples/compiled/interactive_global_development.vg.json b/examples/compiled/interactive_global_development.vg.json index abfdd0571a..2042fa30ba 100644 --- a/examples/compiled/interactive_global_development.vg.json +++ b/examples/compiled/interactive_global_development.vg.json @@ -295,6 +295,7 @@ "update": { "opacity": {"value": 0.9}, "size": {"value": 100}, + "cursor": {"value": "pointer"}, "fill": {"scale": "color", "field": "name"}, "ariaRoleDescription": {"value": "circle"}, "description": { diff --git a/examples/compiled/interactive_histogram_full_height_hover.vg.json b/examples/compiled/interactive_histogram_full_height_hover.vg.json index ecb49a4857..c2eacf2bda 100644 --- a/examples/compiled/interactive_histogram_full_height_hover.vg.json +++ b/examples/compiled/interactive_histogram_full_height_hover.vg.json @@ -122,6 +122,7 @@ "from": {"data": "data_0"}, "encode": { "update": { + "cursor": {"value": "pointer"}, "tooltip": { "signal": "{\"IMDB Rating (binned)\": !isValid(datum[\"bin_maxbins_10_IMDB Rating\"]) || !isFinite(+datum[\"bin_maxbins_10_IMDB Rating\"]) ? \"null\" : format(datum[\"bin_maxbins_10_IMDB Rating\"], \"\") + \" – \" + format(datum[\"bin_maxbins_10_IMDB Rating_end\"], \"\"), \"Count of Records\": format(datum[\"__count\"], \"\")}" }, diff --git a/examples/compiled/interactive_index_chart.vg.json b/examples/compiled/interactive_index_chart.vg.json index d3f8508e41..d6b87b4962 100644 --- a/examples/compiled/interactive_index_chart.vg.json +++ b/examples/compiled/interactive_index_chart.vg.json @@ -166,6 +166,7 @@ "encode": { "update": { "opacity": {"value": 0}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": {"value": "#4c78a8"}, "ariaRoleDescription": {"value": "point"}, diff --git a/examples/compiled/interactive_layered_crossfilter_discrete.vg.json b/examples/compiled/interactive_layered_crossfilter_discrete.vg.json index 3a58160721..4e3311aff2 100644 --- a/examples/compiled/interactive_layered_crossfilter_discrete.vg.json +++ b/examples/compiled/interactive_layered_crossfilter_discrete.vg.json @@ -259,6 +259,7 @@ "from": {"data": "data_6"}, "encode": { "update": { + "cursor": {"value": "pointer"}, "fill": {"value": "#ddd"}, "ariaRoleDescription": {"value": "bar"}, "description": { @@ -414,6 +415,7 @@ "from": {"data": "data_7"}, "encode": { "update": { + "cursor": {"value": "pointer"}, "fill": {"value": "#ddd"}, "ariaRoleDescription": {"value": "bar"}, "description": { @@ -569,6 +571,7 @@ "from": {"data": "data_2"}, "encode": { "update": { + "cursor": {"value": "pointer"}, "fill": {"value": "#ddd"}, "ariaRoleDescription": {"value": "bar"}, "description": { diff --git a/examples/compiled/interactive_line_hover.vg.json b/examples/compiled/interactive_line_hover.vg.json index 2327e2d624..6e4a30834f 100644 --- a/examples/compiled/interactive_line_hover.vg.json +++ b/examples/compiled/interactive_line_hover.vg.json @@ -115,6 +115,7 @@ "update": { "stroke": {"value": "transparent"}, "strokeWidth": {"value": 8}, + "cursor": {"value": "pointer"}, "opacity": [ { "test": "!length(data(\"hover_store\")) || vlSelectionTest(\"hover_store\", datum)", diff --git a/examples/compiled/interactive_line_point_hover.vg.json b/examples/compiled/interactive_line_point_hover.vg.json index ca3ae2083c..8ec429bb0e 100644 --- a/examples/compiled/interactive_line_point_hover.vg.json +++ b/examples/compiled/interactive_line_point_hover.vg.json @@ -131,6 +131,7 @@ }, {"value": 0} ], + "cursor": {"value": "pointer"}, "tooltip": { "signal": "{\"date\": timeFormat(datum[\"date\"], '%b %d, %Y'), \"price\": format(datum[\"price\"], \"\"), \"symbol\": isValid(datum[\"symbol\"]) ? datum[\"symbol\"] : \"\"+datum[\"symbol\"]}" }, diff --git a/examples/compiled/interactive_multi_line_label.vg.json b/examples/compiled/interactive_multi_line_label.vg.json index 71842ccf8c..50b546bed9 100644 --- a/examples/compiled/interactive_multi_line_label.vg.json +++ b/examples/compiled/interactive_multi_line_label.vg.json @@ -176,6 +176,7 @@ }, {"value": 0} ], + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": {"scale": "color", "field": "symbol"}, "ariaRoleDescription": {"value": "point"}, diff --git a/examples/compiled/interactive_multi_line_pivot_tooltip.vg.json b/examples/compiled/interactive_multi_line_pivot_tooltip.vg.json index 167dc357ed..25bada305b 100644 --- a/examples/compiled/interactive_multi_line_pivot_tooltip.vg.json +++ b/examples/compiled/interactive_multi_line_pivot_tooltip.vg.json @@ -173,6 +173,7 @@ "from": {"data": "data_1"}, "encode": { "update": { + "cursor": {"value": "pointer"}, "stroke": {"value": "black"}, "opacity": [ { diff --git a/examples/compiled/interactive_multi_line_tooltip.vg.json b/examples/compiled/interactive_multi_line_tooltip.vg.json index 9b6c48a41e..7ae21e3e97 100644 --- a/examples/compiled/interactive_multi_line_tooltip.vg.json +++ b/examples/compiled/interactive_multi_line_tooltip.vg.json @@ -136,6 +136,7 @@ "from": {"data": "data_0"}, "encode": { "update": { + "cursor": {"value": "pointer"}, "stroke": [ { "test": "length(data(\"hover_store\")) && vlSelectionIdTest(\"hover_store\", datum)", diff --git a/examples/compiled/interactive_paintbrush.vg.json b/examples/compiled/interactive_paintbrush.vg.json index 453313cf66..f27444a345 100644 --- a/examples/compiled/interactive_paintbrush.vg.json +++ b/examples/compiled/interactive_paintbrush.vg.json @@ -82,6 +82,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": {"value": "#4c78a8"}, "ariaRoleDescription": {"value": "point"}, diff --git a/examples/compiled/interactive_paintbrush_color.vg.json b/examples/compiled/interactive_paintbrush_color.vg.json index c15d875689..90bbf50e15 100644 --- a/examples/compiled/interactive_paintbrush_color.vg.json +++ b/examples/compiled/interactive_paintbrush_color.vg.json @@ -78,6 +78,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"paintbrush_store\")) || vlSelectionIdTest(\"paintbrush_store\", datum)", diff --git a/examples/compiled/interactive_paintbrush_color_nearest.vg.json b/examples/compiled/interactive_paintbrush_color_nearest.vg.json index f7d962fa2d..73507118a0 100644 --- a/examples/compiled/interactive_paintbrush_color_nearest.vg.json +++ b/examples/compiled/interactive_paintbrush_color_nearest.vg.json @@ -82,6 +82,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"paintbrush_store\")) || vlSelectionIdTest(\"paintbrush_store\", datum)", diff --git a/examples/compiled/interactive_paintbrush_simple_false.vg.json b/examples/compiled/interactive_paintbrush_simple_false.vg.json index c5954a16e8..befb2efe5d 100644 --- a/examples/compiled/interactive_paintbrush_simple_false.vg.json +++ b/examples/compiled/interactive_paintbrush_simple_false.vg.json @@ -78,6 +78,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": [ {"test": "!!toggleOrigin", "scale": "color", "field": "Origin"}, diff --git a/examples/compiled/interactive_paintbrush_simple_true.vg.json b/examples/compiled/interactive_paintbrush_simple_true.vg.json index 6e225de8b8..85de99c71d 100644 --- a/examples/compiled/interactive_paintbrush_simple_true.vg.json +++ b/examples/compiled/interactive_paintbrush_simple_true.vg.json @@ -78,6 +78,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": [ {"test": "!!toggleOrigin", "scale": "color", "field": "Origin"}, diff --git a/examples/compiled/interactive_point_init.vg.json b/examples/compiled/interactive_point_init.vg.json index 7ea5d46c2c..cca3980465 100644 --- a/examples/compiled/interactive_point_init.vg.json +++ b/examples/compiled/interactive_point_init.vg.json @@ -101,6 +101,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"CylYr_store\")) || vlSelectionTest(\"CylYr_store\", datum)", diff --git a/examples/compiled/interactive_seattle_weather.vg.json b/examples/compiled/interactive_seattle_weather.vg.json index 020b67c7dc..f906ff6935 100644 --- a/examples/compiled/interactive_seattle_weather.vg.json +++ b/examples/compiled/interactive_seattle_weather.vg.json @@ -492,6 +492,7 @@ "from": {"data": "data_1"}, "encode": { "update": { + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"click_store\")) || vlSelectionTest(\"click_store\", datum)", diff --git a/examples/compiled/interactive_stocks_nearest_index.vg.json b/examples/compiled/interactive_stocks_nearest_index.vg.json index b29d81cd45..0e40a52940 100644 --- a/examples/compiled/interactive_stocks_nearest_index.vg.json +++ b/examples/compiled/interactive_stocks_nearest_index.vg.json @@ -147,6 +147,7 @@ "encode": { "update": { "opacity": {"value": 0}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": {"value": "#4c78a8"}, "ariaRoleDescription": {"value": "point"}, diff --git a/examples/compiled/param_expr.vg.json b/examples/compiled/param_expr.vg.json index 8a5e816f5e..8e6aa64273 100644 --- a/examples/compiled/param_expr.vg.json +++ b/examples/compiled/param_expr.vg.json @@ -72,6 +72,7 @@ "update": { "opacity": {"signal": "opacityVar/100"}, "size": {"signal": "sel.Miles_per_Gallon * 10 || 75"}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": {"value": "#4c78a8"}, "ariaRoleDescription": {"value": "point"}, diff --git a/examples/compiled/selection_heatmap.vg.json b/examples/compiled/selection_heatmap.vg.json index c3d9ddae10..27100b840f 100644 --- a/examples/compiled/selection_heatmap.vg.json +++ b/examples/compiled/selection_heatmap.vg.json @@ -95,6 +95,7 @@ "encode": { "update": { "strokeWidth": {"value": 2}, + "cursor": {"value": "pointer"}, "fill": {"scale": "fill", "field": "count"}, "stroke": [ { diff --git a/examples/compiled/selection_insert.vg.json b/examples/compiled/selection_insert.vg.json index 4fe9089c4e..954e821522 100644 --- a/examples/compiled/selection_insert.vg.json +++ b/examples/compiled/selection_insert.vg.json @@ -66,6 +66,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"paintbrush_store\")) || vlSelectionIdTest(\"paintbrush_store\", datum)", diff --git a/examples/compiled/selection_multi_condition.vg.json b/examples/compiled/selection_multi_condition.vg.json index 641e46c6e7..64fc4472ea 100644 --- a/examples/compiled/selection_multi_condition.vg.json +++ b/examples/compiled/selection_multi_condition.vg.json @@ -351,6 +351,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": [ { diff --git a/examples/compiled/selection_project_multi.vg.json b/examples/compiled/selection_project_multi.vg.json index 88afcd2dae..5cc8334928 100644 --- a/examples/compiled/selection_project_multi.vg.json +++ b/examples/compiled/selection_project_multi.vg.json @@ -77,6 +77,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": [ { diff --git a/examples/compiled/selection_project_multi_cylinders.vg.json b/examples/compiled/selection_project_multi_cylinders.vg.json index 65e4a56ba1..4799c27788 100644 --- a/examples/compiled/selection_project_multi_cylinders.vg.json +++ b/examples/compiled/selection_project_multi_cylinders.vg.json @@ -77,6 +77,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": [ { diff --git a/examples/compiled/selection_project_multi_cylinders_origin.vg.json b/examples/compiled/selection_project_multi_cylinders_origin.vg.json index c2915a3315..f622afedae 100644 --- a/examples/compiled/selection_project_multi_cylinders_origin.vg.json +++ b/examples/compiled/selection_project_multi_cylinders_origin.vg.json @@ -80,6 +80,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": [ { diff --git a/examples/compiled/selection_project_multi_origin.vg.json b/examples/compiled/selection_project_multi_origin.vg.json index fe2706224b..b1e54542b8 100644 --- a/examples/compiled/selection_project_multi_origin.vg.json +++ b/examples/compiled/selection_project_multi_origin.vg.json @@ -74,6 +74,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": [ { diff --git a/examples/compiled/selection_project_single.vg.json b/examples/compiled/selection_project_single.vg.json index e65908bfec..7f1c46c87e 100644 --- a/examples/compiled/selection_project_single.vg.json +++ b/examples/compiled/selection_project_single.vg.json @@ -66,6 +66,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": [ { diff --git a/examples/compiled/selection_project_single_cylinders.vg.json b/examples/compiled/selection_project_single_cylinders.vg.json index 45bc7d1c36..ec70e81d10 100644 --- a/examples/compiled/selection_project_single_cylinders.vg.json +++ b/examples/compiled/selection_project_single_cylinders.vg.json @@ -66,6 +66,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": [ { diff --git a/examples/compiled/selection_project_single_cylinders_origin.vg.json b/examples/compiled/selection_project_single_cylinders_origin.vg.json index e057d5b625..2532c574c3 100644 --- a/examples/compiled/selection_project_single_cylinders_origin.vg.json +++ b/examples/compiled/selection_project_single_cylinders_origin.vg.json @@ -69,6 +69,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": [ { diff --git a/examples/compiled/selection_project_single_origin.vg.json b/examples/compiled/selection_project_single_origin.vg.json index 9f6e5e4d74..156ca50fad 100644 --- a/examples/compiled/selection_project_single_origin.vg.json +++ b/examples/compiled/selection_project_single_origin.vg.json @@ -63,6 +63,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": {"value": "transparent"}, "stroke": [ { diff --git a/examples/compiled/selection_toggle_altKey.vg.json b/examples/compiled/selection_toggle_altKey.vg.json index 02f223abcc..d8e7b32a00 100644 --- a/examples/compiled/selection_toggle_altKey.vg.json +++ b/examples/compiled/selection_toggle_altKey.vg.json @@ -77,6 +77,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"paintbrush_store\")) || vlSelectionIdTest(\"paintbrush_store\", datum)", diff --git a/examples/compiled/selection_toggle_altKey_shiftKey.vg.json b/examples/compiled/selection_toggle_altKey_shiftKey.vg.json index 7875b981b1..fe009373d7 100644 --- a/examples/compiled/selection_toggle_altKey_shiftKey.vg.json +++ b/examples/compiled/selection_toggle_altKey_shiftKey.vg.json @@ -77,6 +77,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"paintbrush_store\")) || vlSelectionIdTest(\"paintbrush_store\", datum)", diff --git a/examples/compiled/selection_toggle_shiftKey.vg.json b/examples/compiled/selection_toggle_shiftKey.vg.json index d135317d00..ea8c6bd8a9 100644 --- a/examples/compiled/selection_toggle_shiftKey.vg.json +++ b/examples/compiled/selection_toggle_shiftKey.vg.json @@ -77,6 +77,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"paintbrush_store\")) || vlSelectionIdTest(\"paintbrush_store\", datum)", diff --git a/examples/compiled/selection_type_point.vg.json b/examples/compiled/selection_type_point.vg.json index 77df606b03..1365255368 100644 --- a/examples/compiled/selection_type_point.vg.json +++ b/examples/compiled/selection_type_point.vg.json @@ -85,6 +85,7 @@ "from": {"data": "source_0"}, "encode": { "update": { + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"pts_store\")) || vlSelectionIdTest(\"pts_store\", datum)", diff --git a/examples/compiled/selection_type_point_zorder.vg.json b/examples/compiled/selection_type_point_zorder.vg.json index aee261c023..47ff0ad9ed 100644 --- a/examples/compiled/selection_type_point_zorder.vg.json +++ b/examples/compiled/selection_type_point_zorder.vg.json @@ -77,6 +77,7 @@ "encode": { "update": { "opacity": {"value": 1}, + "cursor": {"value": "pointer"}, "fill": [ { "test": "length(data(\"param_122_store\")) && vlSelectionIdTest(\"param_122_store\", datum)", diff --git a/examples/compiled/selection_type_single_dblclick.vg.json b/examples/compiled/selection_type_single_dblclick.vg.json index 29abd06d18..0c50668d86 100644 --- a/examples/compiled/selection_type_single_dblclick.vg.json +++ b/examples/compiled/selection_type_single_dblclick.vg.json @@ -85,6 +85,7 @@ "from": {"data": "source_0"}, "encode": { "update": { + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"pts_store\")) || vlSelectionIdTest(\"pts_store\", datum)", diff --git a/examples/compiled/selection_type_single_pointerover.vg.json b/examples/compiled/selection_type_single_pointerover.vg.json index bacea56be8..fedc1b4fac 100644 --- a/examples/compiled/selection_type_single_pointerover.vg.json +++ b/examples/compiled/selection_type_single_pointerover.vg.json @@ -85,6 +85,7 @@ "from": {"data": "source_0"}, "encode": { "update": { + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"pts_store\")) || vlSelectionIdTest(\"pts_store\", datum)", diff --git a/examples/compiled/vconcat_flatten.vg.json b/examples/compiled/vconcat_flatten.vg.json index bb1d36a123..f1932397e8 100644 --- a/examples/compiled/vconcat_flatten.vg.json +++ b/examples/compiled/vconcat_flatten.vg.json @@ -151,6 +151,7 @@ "encode": { "update": { "opacity": {"value": 0.7}, + "cursor": {"value": "pointer"}, "fill": [ { "test": "!length(data(\"pts_store\")) || vlSelectionTest(\"pts_store\", datum)",