Skip to content

Commit

Permalink
fix: align vlSelectionResolve with "multi" -> "point" change (#7116)
Browse files Browse the repository at this point in the history
* fix: align vlSelectionResolve with "multi" -> "point" change

* chore: update examples [CI]

Co-authored-by: GitHub Actions Bot <[email protected]>
  • Loading branch information
arvind and GitHub Actions Bot authored Jan 14, 2021
1 parent 9289bb0 commit 32dc0d2
Show file tree
Hide file tree
Showing 47 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion examples/compiled/airport_connections.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
},
{
"name": "org",
"update": "vlSelectionResolve(\"org_store\", \"union\", true)"
"update": "vlSelectionResolve(\"org_store\", \"union\", true, true)"
},
{
"name": "org_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/concat_bar_layer_circle.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
{
"name": "pts",
"update": "vlSelectionResolve(\"pts_store\", \"union\", true)"
"update": "vlSelectionResolve(\"pts_store\", \"union\", true, true)"
}
],
"layout": {"padding": 20, "columns": 1, "bounds": "full", "align": "each"},
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/concat_hover.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
{
"name": "hover",
"update": "vlSelectionResolve(\"hover_store\", \"union\", true)"
"update": "vlSelectionResolve(\"hover_store\", \"union\", true, true)"
}
],
"layout": {"padding": 20, "bounds": "full", "align": "each"},
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/concat_hover_filter.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
{
"name": "hover",
"update": "vlSelectionResolve(\"hover_store\", \"union\", true)"
"update": "vlSelectionResolve(\"hover_store\", \"union\", true, true)"
}
],
"layout": {"padding": 20, "bounds": "full", "align": "each"},
Expand Down
4 changes: 2 additions & 2 deletions examples/compiled/interactive_bar_select_highlight.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
},
{
"name": "highlight",
"update": "vlSelectionResolve(\"highlight_store\", \"union\", true)"
"update": "vlSelectionResolve(\"highlight_store\", \"union\", true, true)"
},
{
"name": "select",
"update": "vlSelectionResolve(\"select_store\", \"union\", true)"
"update": "vlSelectionResolve(\"select_store\", \"union\", true, true)"
},
{
"name": "highlight_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/interactive_concat_layer.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
},
{
"name": "pts",
"update": "vlSelectionResolve(\"pts_store\", \"union\", true)"
"update": "vlSelectionResolve(\"pts_store\", \"union\", true, true)"
}
],
"layout": {"padding": 20, "columns": 1, "bounds": "full", "align": "each"},
Expand Down
6 changes: 3 additions & 3 deletions examples/compiled/interactive_global_development.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,15 +127,15 @@
},
{
"name": "year",
"update": "vlSelectionResolve(\"year_store\", \"union\", true)"
"update": "vlSelectionResolve(\"year_store\", \"union\", true, true)"
},
{
"name": "hovered",
"update": "vlSelectionResolve(\"hovered_store\", \"union\", true)"
"update": "vlSelectionResolve(\"hovered_store\", \"union\", true, true)"
},
{
"name": "clicked",
"update": "vlSelectionResolve(\"clicked_store\", \"union\", true)"
"update": "vlSelectionResolve(\"clicked_store\", \"union\", true, true)"
},
{
"name": "year_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/interactive_index_chart.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
},
{
"name": "index",
"update": "vlSelectionResolve(\"index_store\", \"union\", true)"
"update": "vlSelectionResolve(\"index_store\", \"union\", true, true)"
},
{
"name": "index_tuple",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
},
{
"name": "brush",
"update": "vlSelectionResolve(\"brush_store\", \"union\", true)"
"update": "vlSelectionResolve(\"brush_store\", \"union\", true, true)"
}
],
"layout": {"padding": 20, "columns": 3, "bounds": "full", "align": "all"},
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/interactive_legend.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},
{
"name": "industry",
"update": "vlSelectionResolve(\"industry_store\", \"union\", true)"
"update": "vlSelectionResolve(\"industry_store\", \"union\", true, true)"
},
{
"name": "industry_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/interactive_legend_dblclick.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
},
{
"name": "industry",
"update": "vlSelectionResolve(\"industry_store\", \"union\", true)"
"update": "vlSelectionResolve(\"industry_store\", \"union\", true, true)"
},
{
"name": "industry_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/interactive_line_hover.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
{
"name": "hover",
"update": "vlSelectionResolve(\"hover_store\", \"union\", true)"
"update": "vlSelectionResolve(\"hover_store\", \"union\", true, true)"
},
{
"name": "hover_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/interactive_multi_line_label.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
},
{
"name": "label",
"update": "vlSelectionResolve(\"label_store\", \"union\", true)"
"update": "vlSelectionResolve(\"label_store\", \"union\", true, true)"
},
{
"name": "label_tuple",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
{
"name": "hover",
"update": "vlSelectionResolve(\"hover_store\", \"union\", true)"
"update": "vlSelectionResolve(\"hover_store\", \"union\", true, true)"
},
{
"name": "hover_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/interactive_multi_line_tooltip.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
{
"name": "hover",
"update": "vlSelectionResolve(\"hover_store\", \"union\", true)"
"update": "vlSelectionResolve(\"hover_store\", \"union\", true, true)"
},
{
"name": "hover_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/interactive_paintbrush.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"name": "paintbrush",
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true)"
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true, true)"
},
{
"name": "paintbrush_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/interactive_paintbrush_color.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"name": "paintbrush",
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true)"
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true, true)"
},
{
"name": "paintbrush_tuple",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
{
"name": "paintbrush",
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true)"
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true, true)"
},
{
"name": "paintbrush_tuple",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"name": "paintbrush",
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true)"
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true, true)"
},
{
"name": "paintbrush_tuple",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"name": "paintbrush",
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true)"
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true, true)"
},
{
"name": "paintbrush_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/interactive_query_widgets.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
{
"name": "CylYr",
"update": "vlSelectionResolve(\"CylYr_store\", \"union\", true)"
"update": "vlSelectionResolve(\"CylYr_store\", \"union\", true, true)"
},
{
"name": "CylYr_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/interactive_seattle_weather.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
},
{
"name": "click",
"update": "vlSelectionResolve(\"click_store\", \"union\", true)"
"update": "vlSelectionResolve(\"click_store\", \"union\", true, true)"
}
],
"layout": {"padding": 20, "columns": 1, "bounds": "full", "align": "each"},
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/interactive_stocks_nearest_index.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
{
"name": "index",
"update": "vlSelectionResolve(\"index_store\", \"union\", true)"
"update": "vlSelectionResolve(\"index_store\", \"union\", true, true)"
},
{
"name": "index_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_bind_cylyr.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
{
"name": "CylYr",
"update": "vlSelectionResolve(\"CylYr_store\", \"union\", true)"
"update": "vlSelectionResolve(\"CylYr_store\", \"union\", true, true)"
},
{
"name": "CylYr_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_bind_origin.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
{
"name": "org",
"update": "vlSelectionResolve(\"org_store\", \"union\", true)"
"update": "vlSelectionResolve(\"org_store\", \"union\", true, true)"
},
{
"name": "org_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_heatmap.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
{
"name": "highlight",
"update": "vlSelectionResolve(\"highlight_store\", \"union\", true)"
"update": "vlSelectionResolve(\"highlight_store\", \"union\", true, true)"
},
{
"name": "highlight_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_insert.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"name": "paintbrush",
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true)"
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true, true)"
},
{
"name": "paintbrush_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_multi_condition.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"name": "hoverbrush",
"update": "vlSelectionResolve(\"hoverbrush_store\", \"union\", true)"
"update": "vlSelectionResolve(\"hoverbrush_store\", \"union\", true, true)"
},
{
"name": "brush_x",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_project_multi.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"name": "pts",
"update": "vlSelectionResolve(\"pts_store\", \"union\", true)"
"update": "vlSelectionResolve(\"pts_store\", \"union\", true, true)"
},
{
"name": "pts_tuple",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"name": "pts",
"update": "vlSelectionResolve(\"pts_store\", \"union\", true)"
"update": "vlSelectionResolve(\"pts_store\", \"union\", true, true)"
},
{
"name": "pts_tuple",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"name": "pts",
"update": "vlSelectionResolve(\"pts_store\", \"union\", true)"
"update": "vlSelectionResolve(\"pts_store\", \"union\", true, true)"
},
{
"name": "pts_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_project_multi_origin.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"name": "pts",
"update": "vlSelectionResolve(\"pts_store\", \"union\", true)"
"update": "vlSelectionResolve(\"pts_store\", \"union\", true, true)"
},
{
"name": "pts_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_project_single.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"name": "pts",
"update": "vlSelectionResolve(\"pts_store\", \"union\", true)"
"update": "vlSelectionResolve(\"pts_store\", \"union\", true, true)"
},
{
"name": "pts_tuple",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"name": "pts",
"update": "vlSelectionResolve(\"pts_store\", \"union\", true)"
"update": "vlSelectionResolve(\"pts_store\", \"union\", true, true)"
},
{
"name": "pts_tuple",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"name": "pts",
"update": "vlSelectionResolve(\"pts_store\", \"union\", true)"
"update": "vlSelectionResolve(\"pts_store\", \"union\", true, true)"
},
{
"name": "pts_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_project_single_origin.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"name": "pts",
"update": "vlSelectionResolve(\"pts_store\", \"union\", true)"
"update": "vlSelectionResolve(\"pts_store\", \"union\", true, true)"
},
{
"name": "pts_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_toggle_altKey.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"name": "paintbrush",
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true)"
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true, true)"
},
{
"name": "paintbrush_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_toggle_altKey_shiftKey.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"name": "paintbrush",
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true)"
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true, true)"
},
{
"name": "paintbrush_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_toggle_shiftKey.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
{
"name": "paintbrush",
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true)"
"update": "vlSelectionResolve(\"paintbrush_store\", \"union\", true, true)"
},
{
"name": "paintbrush_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_type_multi.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
{
"name": "pts",
"update": "vlSelectionResolve(\"pts_store\", \"union\", true)"
"update": "vlSelectionResolve(\"pts_store\", \"union\", true, true)"
},
{
"name": "pts_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_type_single.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
{
"name": "pts",
"update": "vlSelectionResolve(\"pts_store\", \"union\", true)"
"update": "vlSelectionResolve(\"pts_store\", \"union\", true, true)"
},
{
"name": "pts_tuple",
Expand Down
2 changes: 1 addition & 1 deletion examples/compiled/selection_type_single_dblclick.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
{
"name": "pts",
"update": "vlSelectionResolve(\"pts_store\", \"union\", true)"
"update": "vlSelectionResolve(\"pts_store\", \"union\", true, true)"
},
{
"name": "pts_tuple",
Expand Down
Loading

0 comments on commit 32dc0d2

Please sign in to comment.