Skip to content

Commit

Permalink
feat!: do not nice scale domains when they are set explicitly (#7157)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Bot <[email protected]>
  • Loading branch information
domoritz and GitHub Actions Bot authored Jan 6, 2021
1 parent d65bfff commit 92aaa38
Show file tree
Hide file tree
Showing 57 changed files with 48 additions and 81 deletions.
1 change: 0 additions & 1 deletion examples/compiled/area_horizon.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@
"type": "linear",
"domain": [0, 50],
"range": [{"signal": "height"}, 0],
"nice": true,
"zero": true
}
],
Expand Down
1 change: 0 additions & 1 deletion examples/compiled/bar_count_minimap.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@
"type": "linear",
"domain": [0, 6],
"range": [0, {"signal": "concat_0_width"}],
"nice": true,
"zero": true
},
{
Expand Down
1 change: 0 additions & 1 deletion examples/compiled/bar_layered_weather.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@
"type": "linear",
"domain": [10, 70],
"range": [{"signal": "height"}, 0],
"nice": true,
"zero": false
}
],
Expand Down
1 change: 0 additions & 1 deletion examples/compiled/circle_custom_tick_labels.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"type": "linear",
"domain": [0, 10],
"range": [0, {"signal": "width"}],
"nice": true,
"zero": true
},
{
Expand Down
1 change: 0 additions & 1 deletion examples/compiled/concat_layer_voyager_result.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@
"type": "linear",
"domain": [-3, 3],
"range": [0, {"signal": "width"}],
"nice": true,
"zero": true
},
{
Expand Down
2 changes: 0 additions & 2 deletions examples/compiled/concat_marginal_histograms.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@
"type": "linear",
"domain": [0, 1000],
"range": [{"signal": "concat_0_height"}, 0],
"nice": true,
"zero": true
},
{
Expand Down Expand Up @@ -421,7 +420,6 @@
"type": "linear",
"domain": [0, 1000],
"range": [0, {"signal": "concat_1_concat_1_width"}],
"nice": true,
"zero": true
},
{
Expand Down
2 changes: 0 additions & 2 deletions examples/compiled/interactive_global_development.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,15 +401,13 @@
"type": "linear",
"domain": [0, 9],
"range": [0, {"signal": "width"}],
"nice": true,
"zero": true
},
{
"name": "y",
"type": "linear",
"domain": [20, 85],
"range": [{"signal": "height"}, 0],
"nice": true,
"zero": false
},
{
Expand Down
1 change: 0 additions & 1 deletion examples/compiled/interactive_seattle_weather.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,6 @@
"type": "linear",
"domain": [-5, 40],
"range": [{"signal": "concat_0_height"}, 0],
"nice": true,
"zero": true
},
{
Expand Down
1 change: 0 additions & 1 deletion examples/compiled/layer_bar_labels.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"type": "linear",
"domain": [0, 60],
"range": [0, {"signal": "width"}],
"nice": true,
"zero": true
},
{
Expand Down
1 change: 0 additions & 1 deletion examples/compiled/layer_bar_labels_grey.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
"type": "linear",
"domain": [0, 10],
"range": [0, {"signal": "width"}],
"nice": true,
"zero": true
},
{
Expand Down
1 change: 0 additions & 1 deletion examples/compiled/layer_dual_axis.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
"type": "linear",
"domain": [0, 30],
"range": [{"signal": "height"}, 0],
"nice": true,
"zero": true
},
{
Expand Down
1 change: 0 additions & 1 deletion examples/compiled/layer_likert.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,6 @@
"type": "linear",
"domain": [0, 6],
"range": [0, {"signal": "width"}],
"nice": true,
"zero": true
},
{
Expand Down
Binary file modified examples/compiled/line_inside_domain_using_clip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/compiled/line_inside_domain_using_clip.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion examples/compiled/line_inside_domain_using_clip.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"type": "linear",
"domain": [300, 450],
"range": [0, {"signal": "width"}],
"nice": true,
"zero": false
},
{
Expand Down
Binary file modified examples/compiled/line_inside_domain_using_transform.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 92aaa38

Please sign in to comment.