Skip to content

Commit

Permalink
feat: enable interval selections for cartographic projections (#6953)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Bot <vega-actions-bot@users.noreply.github.com>
  • Loading branch information
arvind and GitHub Actions Bot committed Feb 24, 2023
1 parent ba46bd2 commit e5cbe8f
Show file tree
Hide file tree
Showing 70 changed files with 3,300 additions and 1,258 deletions.
2 changes: 1 addition & 1 deletion examples/compiled/airport_connections.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion examples/compiled/airport_connections.vg.json
Expand Up @@ -5,6 +5,7 @@
"padding": 5,
"width": 900,
"height": 500,
"style": "view",
"data": [
{"name": "org_store"},
{
Expand Down Expand Up @@ -177,7 +178,7 @@
"name": "layer_0_marks",
"type": "shape",
"style": ["geoshape"],
"interactive": false,
"interactive": true,
"from": {"data": "source_0"},
"encode": {
"update": {
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/arc_donut.vg.json
Expand Up @@ -5,6 +5,7 @@
"padding": 5,
"width": 200,
"height": 200,
"style": "view",
"data": [
{
"name": "source_0",
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/arc_facet.vg.json
Expand Up @@ -72,6 +72,7 @@
{
"name": "cell",
"type": "group",
"style": "view",
"from": {
"facet": {"name": "facet", "data": "source_0", "groupby": ["year"]}
},
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/arc_ordinal_theta.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 200,
"height": 200,
"style": "view",
"data": [
{
"name": "source_0",
Expand Down
2 changes: 2 additions & 0 deletions examples/compiled/arc_params.vg.json
Expand Up @@ -80,6 +80,7 @@
"type": "group",
"name": "concat_0_group",
"title": {"text": "Single Arc", "frame": "group"},
"style": "view",
"encode": {
"update": {
"width": {"signal": "childWidth"},
Expand Down Expand Up @@ -114,6 +115,7 @@
"type": "group",
"name": "concat_1_group",
"title": {"text": "Stacked Arcs", "frame": "group"},
"style": "view",
"encode": {
"update": {
"width": {"signal": "childWidth"},
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/arc_pie.vg.json
Expand Up @@ -5,6 +5,7 @@
"padding": 5,
"width": 200,
"height": 200,
"style": "view",
"data": [
{
"name": "source_0",
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/arc_pie_pyramid.vg.json
Expand Up @@ -5,6 +5,7 @@
"padding": 5,
"width": 200,
"height": 200,
"style": "view",
"data": [
{
"name": "source_0",
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/arc_radial.vg.json
Expand Up @@ -5,6 +5,7 @@
"padding": 5,
"width": 200,
"height": 200,
"style": "view",
"data": [
{"name": "source_0", "values": [12, 23, 47, 6, 52, 19]},
{
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/arc_radial_histogram.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 200,
"height": 200,
"style": "view",
"data": [
{
"name": "source_0",
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_choropleth.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 500,
"height": 300,
"style": "view",
"data": [
{
"name": "source_1",
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_circle.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 500,
"height": 300,
"style": "view",
"data": [
{
"name": "source_0",
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_constant_value.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 500,
"height": 300,
"style": "view",
"data": [
{"name": "source_0", "url": "data/airports.csv", "format": {"type": "csv"}},
{
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_custom_projection.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 900,
"height": 560,
"style": "view",
"data": [
{
"name": "source_0",
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_graticule.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 200,
"height": 200,
"style": "view",
"data": [{"name": "source_0", "transform": [{"type": "graticule"}]}],
"projections": [
{
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_graticule_object.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 200,
"height": 200,
"style": "view",
"data": [
{"name": "source_0", "transform": [{"type": "graticule", "step": [15, 15]}]}
],
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_layer.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 500,
"height": 300,
"style": "view",
"data": [
{
"name": "source_0",
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_layer_line_london.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 700,
"height": 500,
"style": "view",
"encode": {"update": {"stroke": {"value": "transparent"}}},
"data": [
{
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_line.vg.json
Expand Up @@ -5,6 +5,7 @@
"padding": 5,
"width": 800,
"height": 500,
"style": "view",
"data": [
{
"name": "source_0",
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_params_projections.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 500,
"height": 300,
"style": "view",
"data": [
{
"name": "source_0",
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_point.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 500,
"height": 300,
"style": "view",
"data": [
{
"name": "source_0",
Expand Down
3 changes: 3 additions & 0 deletions examples/compiled/geo_repeat.vg.json
Expand Up @@ -101,6 +101,7 @@
{
"type": "group",
"name": "child__row_population_group",
"style": "view",
"encode": {
"update": {
"width": {"signal": "width"},
Expand Down Expand Up @@ -145,6 +146,7 @@
{
"type": "group",
"name": "child__row_engineers_group",
"style": "view",
"encode": {
"update": {
"width": {"signal": "width"},
Expand Down Expand Up @@ -189,6 +191,7 @@
{
"type": "group",
"name": "child__row_hurricanes_group",
"style": "view",
"encode": {
"update": {
"width": {"signal": "width"},
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_rule.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 800,
"height": 500,
"style": "view",
"data": [
{
"name": "source_0",
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_sphere.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 200,
"height": 200,
"style": "view",
"data": [
{"name": "source_0", "values": [{"type": "Sphere"}]},
{"name": "source_1", "transform": [{"type": "graticule"}]}
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_text.vg.json
Expand Up @@ -4,6 +4,7 @@
"padding": 5,
"width": 800,
"height": 500,
"style": "view",
"data": [
{
"name": "source_0",
Expand Down
1 change: 1 addition & 0 deletions examples/compiled/geo_trellis.vg.json
Expand Up @@ -85,6 +85,7 @@
{
"name": "cell",
"type": "group",
"style": "view",
"from": {
"facet": {"name": "facet", "data": "source_0", "groupby": ["group"]}
},
Expand Down
Binary file added examples/compiled/interactive_1d_geo_brush.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions examples/compiled/interactive_1d_geo_brush.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e5cbe8f

Please sign in to comment.