diff --git a/examples/compiled/airport_connections.vg.json b/examples/compiled/airport_connections.vg.json index 45e19c73e2..7234072ee0 100644 --- a/examples/compiled/airport_connections.vg.json +++ b/examples/compiled/airport_connections.vg.json @@ -263,5 +263,10 @@ "range": [4, 1000], "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/arc_color_mappings.vg.json b/examples/compiled/arc_color_mappings.vg.json index 66c6500b6f..8e629ca331 100644 --- a/examples/compiled/arc_color_mappings.vg.json +++ b/examples/compiled/arc_color_mappings.vg.json @@ -74,5 +74,10 @@ "range": ["purple", "green", "blue", "yellow", "magenta", "brown"] } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}] + "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/arc_donut.vg.json b/examples/compiled/arc_donut.vg.json index 60ec25b55f..89297bf383 100644 --- a/examples/compiled/arc_donut.vg.json +++ b/examples/compiled/arc_donut.vg.json @@ -74,5 +74,10 @@ "range": "category" } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}] + "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/arc_facet.vg.json b/examples/compiled/arc_facet.vg.json index d88dc740bc..8e26ea770b 100644 --- a/examples/compiled/arc_facet.vg.json +++ b/examples/compiled/arc_facet.vg.json @@ -127,5 +127,10 @@ "range": "category" } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "site"}] + "legends": [{"fill": "color", "symbolType": "circle", "title": "site"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/arc_ordinal_theta.vg.json b/examples/compiled/arc_ordinal_theta.vg.json index 8ebaa8c4b3..8af2f1d309 100644 --- a/examples/compiled/arc_ordinal_theta.vg.json +++ b/examples/compiled/arc_ordinal_theta.vg.json @@ -88,5 +88,10 @@ "range": "category" } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "dir"}] + "legends": [{"fill": "color", "symbolType": "circle", "title": "dir"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/arc_params.vg.json b/examples/compiled/arc_params.vg.json index 0af536c4cd..edc45bd5db 100644 --- a/examples/compiled/arc_params.vg.json +++ b/examples/compiled/arc_params.vg.json @@ -165,5 +165,10 @@ "zero": true } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}] + "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/arc_pie.vg.json b/examples/compiled/arc_pie.vg.json index eb9e150a1b..bdac457966 100644 --- a/examples/compiled/arc_pie.vg.json +++ b/examples/compiled/arc_pie.vg.json @@ -74,5 +74,10 @@ "range": "category" } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}] + "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/arc_pie_normalize_tooltip.vg.json b/examples/compiled/arc_pie_normalize_tooltip.vg.json index 848ad49ca4..35b5e4434e 100644 --- a/examples/compiled/arc_pie_normalize_tooltip.vg.json +++ b/examples/compiled/arc_pie_normalize_tooltip.vg.json @@ -77,5 +77,10 @@ "range": "category" } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}] + "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/arc_pie_pyramid.vg.json b/examples/compiled/arc_pie_pyramid.vg.json index e49b5d398d..3b8ea7c59c 100644 --- a/examples/compiled/arc_pie_pyramid.vg.json +++ b/examples/compiled/arc_pie_pyramid.vg.json @@ -80,5 +80,10 @@ "fill": "color", "symbolType": "circle" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/arc_radial.vg.json b/examples/compiled/arc_radial.vg.json index 83b164d48c..3a9bd18b6d 100644 --- a/examples/compiled/arc_radial.vg.json +++ b/examples/compiled/arc_radial.vg.json @@ -130,5 +130,10 @@ }, "range": "category" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/arc_radial_histogram.vg.json b/examples/compiled/arc_radial_histogram.vg.json index 3211200218..c75f7a2236 100644 --- a/examples/compiled/arc_radial_histogram.vg.json +++ b/examples/compiled/arc_radial_histogram.vg.json @@ -150,5 +150,10 @@ "bins": {"signal": "layer_1_bin_maxbins_10_IMDB_Rating_bins"}, "zero": false } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/area.vg.json b/examples/compiled/area.vg.json index 9714b1d792..1c940c359c 100644 --- a/examples/compiled/area.vg.json +++ b/examples/compiled/area.vg.json @@ -122,5 +122,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/area_cumulative_freq.vg.json b/examples/compiled/area_cumulative_freq.vg.json index 8d0861dc80..fe50a37450 100644 --- a/examples/compiled/area_cumulative_freq.vg.json +++ b/examples/compiled/area_cumulative_freq.vg.json @@ -139,5 +139,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/area_density.vg.json b/examples/compiled/area_density.vg.json index c4cc9e16df..4f7d5bc248 100644 --- a/examples/compiled/area_density.vg.json +++ b/examples/compiled/area_density.vg.json @@ -130,5 +130,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/area_density_facet.vg.json b/examples/compiled/area_density_facet.vg.json index 0847c1a756..482525fb61 100644 --- a/examples/compiled/area_density_facet.vg.json +++ b/examples/compiled/area_density_facet.vg.json @@ -200,5 +200,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/area_density_stacked.vg.json b/examples/compiled/area_density_stacked.vg.json index 697d0a13ea..f816d32b93 100644 --- a/examples/compiled/area_density_stacked.vg.json +++ b/examples/compiled/area_density_stacked.vg.json @@ -158,5 +158,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "Species"}] + "legends": [{"fill": "color", "symbolType": "circle", "title": "Species"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/area_density_stacked_fold.vg.json b/examples/compiled/area_density_stacked_fold.vg.json index 99e0f4f7aa..41fb0b8028 100644 --- a/examples/compiled/area_density_stacked_fold.vg.json +++ b/examples/compiled/area_density_stacked_fold.vg.json @@ -165,5 +165,12 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "Measurement"}] + "legends": [ + {"fill": "color", "symbolType": "circle", "title": "Measurement"} + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/area_gradient.vg.json b/examples/compiled/area_gradient.vg.json index a32f48ea9e..b1f89a610c 100644 --- a/examples/compiled/area_gradient.vg.json +++ b/examples/compiled/area_gradient.vg.json @@ -153,5 +153,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/area_horizon.vg.json b/examples/compiled/area_horizon.vg.json index 8fdc309a95..11eb788b91 100644 --- a/examples/compiled/area_horizon.vg.json +++ b/examples/compiled/area_horizon.vg.json @@ -206,5 +206,10 @@ "zindex": 0 } ], - "config": {"style": {"area": {"interpolate": "monotone"}}} + "config": { + "style": { + "area": {"interpolate": "monotone"}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/area_invalid_null.vg.json b/examples/compiled/area_invalid_null.vg.json index bf8eeebdbb..c520dc939a 100644 --- a/examples/compiled/area_invalid_null.vg.json +++ b/examples/compiled/area_invalid_null.vg.json @@ -137,5 +137,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/area_overlay.vg.json b/examples/compiled/area_overlay.vg.json index 93a9eea5fe..417c80af30 100644 --- a/examples/compiled/area_overlay.vg.json +++ b/examples/compiled/area_overlay.vg.json @@ -193,5 +193,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/area_overlay_with_y2.vg.json b/examples/compiled/area_overlay_with_y2.vg.json index e933aa0e18..aaa7d86a13 100644 --- a/examples/compiled/area_overlay_with_y2.vg.json +++ b/examples/compiled/area_overlay_with_y2.vg.json @@ -162,5 +162,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/area_params.vg.json b/examples/compiled/area_params.vg.json index 7a560374e9..9d89a25bfb 100644 --- a/examples/compiled/area_params.vg.json +++ b/examples/compiled/area_params.vg.json @@ -158,5 +158,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/area_temperature_range.vg.json b/examples/compiled/area_temperature_range.vg.json index d4789eece2..c362621aeb 100644 --- a/examples/compiled/area_temperature_range.vg.json +++ b/examples/compiled/area_temperature_range.vg.json @@ -130,5 +130,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/area_vertical.vg.json b/examples/compiled/area_vertical.vg.json index c9009c436e..8240562c65 100644 --- a/examples/compiled/area_vertical.vg.json +++ b/examples/compiled/area_vertical.vg.json @@ -126,5 +126,10 @@ }, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/argmin_spaces.vg.json b/examples/compiled/argmin_spaces.vg.json index 0ffee6265d..81ea7a8845 100644 --- a/examples/compiled/argmin_spaces.vg.json +++ b/examples/compiled/argmin_spaces.vg.json @@ -142,5 +142,10 @@ "title": "Fighter Name", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar.vg.json b/examples/compiled/bar.vg.json index a7403201ad..a45fbcc9fa 100644 --- a/examples/compiled/bar.vg.json +++ b/examples/compiled/bar.vg.json @@ -118,5 +118,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_1d.vg.json b/examples/compiled/bar_1d.vg.json index 1b454b8fda..930e80ca33 100644 --- a/examples/compiled/bar_1d.vg.json +++ b/examples/compiled/bar_1d.vg.json @@ -81,5 +81,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_1d_binned.vg.json b/examples/compiled/bar_1d_binned.vg.json index 44c24cc080..b5b924580f 100644 --- a/examples/compiled/bar_1d_binned.vg.json +++ b/examples/compiled/bar_1d_binned.vg.json @@ -95,5 +95,10 @@ "zindex": 0 } ], - "config": {"style": {"cell": {"stroke": null}}} + "config": { + "style": { + "cell": {"stroke": null}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_1d_default_size.vg.json b/examples/compiled/bar_1d_default_size.vg.json index 75b7638745..5017e4c44c 100644 --- a/examples/compiled/bar_1d_default_size.vg.json +++ b/examples/compiled/bar_1d_default_size.vg.json @@ -81,5 +81,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_1d_dimension_only.vg.json b/examples/compiled/bar_1d_dimension_only.vg.json index c438e6594a..ed9ba6053b 100644 --- a/examples/compiled/bar_1d_dimension_only.vg.json +++ b/examples/compiled/bar_1d_dimension_only.vg.json @@ -82,5 +82,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_1d_step_config.vg.json b/examples/compiled/bar_1d_step_config.vg.json index 744c2debde..9c47072998 100644 --- a/examples/compiled/bar_1d_step_config.vg.json +++ b/examples/compiled/bar_1d_step_config.vg.json @@ -81,5 +81,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_1d_temporal.vg.json b/examples/compiled/bar_1d_temporal.vg.json index 627b298291..b05cca8361 100644 --- a/examples/compiled/bar_1d_temporal.vg.json +++ b/examples/compiled/bar_1d_temporal.vg.json @@ -72,5 +72,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_aggregate.vg.json b/examples/compiled/bar_aggregate.vg.json index 034f12aaf4..c0673b53e3 100644 --- a/examples/compiled/bar_aggregate.vg.json +++ b/examples/compiled/bar_aggregate.vg.json @@ -98,5 +98,10 @@ "zindex": 0 }, {"scale": "y", "orient": "left", "grid": false, "title": "age", "zindex": 0} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_aggregate_count.vg.json b/examples/compiled/bar_aggregate_count.vg.json index dfe20628c7..0d75f85443 100644 --- a/examples/compiled/bar_aggregate_count.vg.json +++ b/examples/compiled/bar_aggregate_count.vg.json @@ -131,5 +131,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_aggregate_format.vg.json b/examples/compiled/bar_aggregate_format.vg.json index ef2b5a09f1..c34da18ce3 100644 --- a/examples/compiled/bar_aggregate_format.vg.json +++ b/examples/compiled/bar_aggregate_format.vg.json @@ -99,5 +99,10 @@ "zindex": 0 }, {"scale": "y", "orient": "left", "grid": false, "title": "age", "zindex": 0} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_aggregate_size.vg.json b/examples/compiled/bar_aggregate_size.vg.json index 355edfa255..65cf741920 100644 --- a/examples/compiled/bar_aggregate_size.vg.json +++ b/examples/compiled/bar_aggregate_size.vg.json @@ -106,5 +106,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_aggregate_sort_by_encoding.vg.json b/examples/compiled/bar_aggregate_sort_by_encoding.vg.json index de6fe777a0..ee871d2c0b 100644 --- a/examples/compiled/bar_aggregate_sort_by_encoding.vg.json +++ b/examples/compiled/bar_aggregate_sort_by_encoding.vg.json @@ -106,5 +106,10 @@ "zindex": 0 }, {"scale": "y", "orient": "left", "grid": false, "title": "age", "zindex": 0} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_aggregate_sort_mean.vg.json b/examples/compiled/bar_aggregate_sort_mean.vg.json index 4973b4a9c2..a68d7ce82e 100644 --- a/examples/compiled/bar_aggregate_sort_mean.vg.json +++ b/examples/compiled/bar_aggregate_sort_mean.vg.json @@ -106,5 +106,10 @@ "zindex": 0 }, {"scale": "y", "orient": "left", "grid": false, "title": "age", "zindex": 0} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_aggregate_transform.vg.json b/examples/compiled/bar_aggregate_transform.vg.json index 2d3a70d941..12b55e61d4 100644 --- a/examples/compiled/bar_aggregate_transform.vg.json +++ b/examples/compiled/bar_aggregate_transform.vg.json @@ -115,5 +115,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_aggregate_vertical.vg.json b/examples/compiled/bar_aggregate_vertical.vg.json index 4691e64ce7..4c814cac32 100644 --- a/examples/compiled/bar_aggregate_vertical.vg.json +++ b/examples/compiled/bar_aggregate_vertical.vg.json @@ -104,5 +104,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_argmax.vg.json b/examples/compiled/bar_argmax.vg.json index 13f7d7dd35..627b867d14 100644 --- a/examples/compiled/bar_argmax.vg.json +++ b/examples/compiled/bar_argmax.vg.json @@ -109,5 +109,10 @@ "title": "Major Genre", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_argmax_transform.vg.json b/examples/compiled/bar_argmax_transform.vg.json index 850047557f..b90cb53ecf 100644 --- a/examples/compiled/bar_argmax_transform.vg.json +++ b/examples/compiled/bar_argmax_transform.vg.json @@ -131,5 +131,10 @@ "title": "Major Genre", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_array_aggregate.vg.json b/examples/compiled/bar_array_aggregate.vg.json index 6ff6f5ea89..a7c6376925 100644 --- a/examples/compiled/bar_array_aggregate.vg.json +++ b/examples/compiled/bar_array_aggregate.vg.json @@ -117,5 +117,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_axis_orient.vg.json b/examples/compiled/bar_axis_orient.vg.json index 53f1126461..29b2244c4a 100644 --- a/examples/compiled/bar_axis_orient.vg.json +++ b/examples/compiled/bar_axis_orient.vg.json @@ -138,5 +138,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_axis_space_saving.vg.json b/examples/compiled/bar_axis_space_saving.vg.json index c204ae6671..c9d634169f 100644 --- a/examples/compiled/bar_axis_space_saving.vg.json +++ b/examples/compiled/bar_axis_space_saving.vg.json @@ -108,5 +108,10 @@ "titleAngle": 0, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_axis_title_quoted.vg.json b/examples/compiled/bar_axis_title_quoted.vg.json index bda80bd031..b8227a4d8a 100644 --- a/examples/compiled/bar_axis_title_quoted.vg.json +++ b/examples/compiled/bar_axis_title_quoted.vg.json @@ -119,5 +119,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_binned_data.vg.json b/examples/compiled/bar_binned_data.vg.json index 9b6292ffa5..908b994437 100644 --- a/examples/compiled/bar_binned_data.vg.json +++ b/examples/compiled/bar_binned_data.vg.json @@ -123,5 +123,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_binned_yearmonth_grouped.vg.json b/examples/compiled/bar_binned_yearmonth_grouped.vg.json index 4d0ef4b7d4..69be0e89a0 100644 --- a/examples/compiled/bar_binned_yearmonth_grouped.vg.json +++ b/examples/compiled/bar_binned_yearmonth_grouped.vg.json @@ -154,5 +154,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "symbol"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "symbol"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_binned_yearmonth_grouped_center_band.vg.json b/examples/compiled/bar_binned_yearmonth_grouped_center_band.vg.json index addd923f0b..f505ec7345 100644 --- a/examples/compiled/bar_binned_yearmonth_grouped_center_band.vg.json +++ b/examples/compiled/bar_binned_yearmonth_grouped_center_band.vg.json @@ -167,5 +167,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "symbol"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "symbol"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_binned_yearmonth_label.vg.json b/examples/compiled/bar_binned_yearmonth_label.vg.json index 5b9b9bcb5e..da5387e5ca 100644 --- a/examples/compiled/bar_binned_yearmonth_label.vg.json +++ b/examples/compiled/bar_binned_yearmonth_label.vg.json @@ -193,5 +193,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_binned_yearmonth_label_band_center.vg.json b/examples/compiled/bar_binned_yearmonth_label_band_center.vg.json index 91204d2334..394f33c50f 100644 --- a/examples/compiled/bar_binned_yearmonth_label_band_center.vg.json +++ b/examples/compiled/bar_binned_yearmonth_label_band_center.vg.json @@ -201,5 +201,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_binnedyearmonth.vg.json b/examples/compiled/bar_binnedyearmonth.vg.json index d4f5d85d57..e25250f137 100644 --- a/examples/compiled/bar_binnedyearmonth.vg.json +++ b/examples/compiled/bar_binnedyearmonth.vg.json @@ -139,5 +139,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_bullet_expr_bind.vg.json b/examples/compiled/bar_bullet_expr_bind.vg.json index c23e4af0f5..f6f92845e1 100644 --- a/examples/compiled/bar_bullet_expr_bind.vg.json +++ b/examples/compiled/bar_bullet_expr_bind.vg.json @@ -272,9 +272,9 @@ "description": { "signal": "\"markers[0]: \" + (format(datum[\"markers.0\"], \"\"))" }, - "xc": {"scale": "x", "field": "markers\\.0"}, "yc": {"signal": "height", "mult": 0.5}, "height": {"signal": "height"}, + "xc": {"scale": "x", "field": "markers\\.0"}, "width": {"value": 2} } } @@ -327,5 +327,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_color_disabled_scale.vg.json b/examples/compiled/bar_color_disabled_scale.vg.json index 1f95862e5d..d443dc9958 100644 --- a/examples/compiled/bar_color_disabled_scale.vg.json +++ b/examples/compiled/bar_color_disabled_scale.vg.json @@ -113,5 +113,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_column_fold.vg.json b/examples/compiled/bar_column_fold.vg.json index 77675fa56d..904a69eed6 100644 --- a/examples/compiled/bar_column_fold.vg.json +++ b/examples/compiled/bar_column_fold.vg.json @@ -187,5 +187,10 @@ "range": "category" } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "country"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "country"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_column_pivot.vg.json b/examples/compiled/bar_column_pivot.vg.json index e66f5a1ea3..1b5c97e6f5 100644 --- a/examples/compiled/bar_column_pivot.vg.json +++ b/examples/compiled/bar_column_pivot.vg.json @@ -124,5 +124,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_conditional_opacity.vg.json b/examples/compiled/bar_conditional_opacity.vg.json index ef67fbc929..0f90d85766 100644 --- a/examples/compiled/bar_conditional_opacity.vg.json +++ b/examples/compiled/bar_conditional_opacity.vg.json @@ -109,5 +109,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_config_no_zero.vg.json b/examples/compiled/bar_config_no_zero.vg.json index a7403201ad..a45fbcc9fa 100644 --- a/examples/compiled/bar_config_no_zero.vg.json +++ b/examples/compiled/bar_config_no_zero.vg.json @@ -118,5 +118,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_corner_radius_end.vg.json b/examples/compiled/bar_corner_radius_end.vg.json index 6c1a57b614..798ffc2ac4 100644 --- a/examples/compiled/bar_corner_radius_end.vg.json +++ b/examples/compiled/bar_corner_radius_end.vg.json @@ -160,5 +160,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_count_minimap.vg.json b/examples/compiled/bar_count_minimap.vg.json index 16d2d2d53d..ebe7aea6ce 100644 --- a/examples/compiled/bar_count_minimap.vg.json +++ b/examples/compiled/bar_count_minimap.vg.json @@ -454,5 +454,10 @@ "paddingInner": 0.1, "paddingOuter": 0.05 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_custom_sort_full.vg.json b/examples/compiled/bar_custom_sort_full.vg.json index 7a444d9ab3..5b06618c14 100644 --- a/examples/compiled/bar_custom_sort_full.vg.json +++ b/examples/compiled/bar_custom_sort_full.vg.json @@ -123,5 +123,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_custom_sort_partial.vg.json b/examples/compiled/bar_custom_sort_partial.vg.json index 6828a9c6a4..9340f401e9 100644 --- a/examples/compiled/bar_custom_sort_partial.vg.json +++ b/examples/compiled/bar_custom_sort_partial.vg.json @@ -130,5 +130,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_custom_time_domain.vg.json b/examples/compiled/bar_custom_time_domain.vg.json index 6bf7b6bbbc..3dbcd38207 100644 --- a/examples/compiled/bar_custom_time_domain.vg.json +++ b/examples/compiled/bar_custom_time_domain.vg.json @@ -150,5 +150,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_default_tooltip_title_null.vg.json b/examples/compiled/bar_default_tooltip_title_null.vg.json index 22a9c5dfb0..6b5b5f6a65 100644 --- a/examples/compiled/bar_default_tooltip_title_null.vg.json +++ b/examples/compiled/bar_default_tooltip_title_null.vg.json @@ -120,5 +120,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_distinct.vg.json b/examples/compiled/bar_distinct.vg.json index 2cb76e2371..0af296fce6 100644 --- a/examples/compiled/bar_distinct.vg.json +++ b/examples/compiled/bar_distinct.vg.json @@ -100,5 +100,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_diverging_stack_population_pyramid.vg.json b/examples/compiled/bar_diverging_stack_population_pyramid.vg.json index e0afae68d8..8f53f415ac 100644 --- a/examples/compiled/bar_diverging_stack_population_pyramid.vg.json +++ b/examples/compiled/bar_diverging_stack_population_pyramid.vg.json @@ -124,5 +124,11 @@ "symbolType": "square" } ], - "config": {"axis": {"grid": false}, "style": {"cell": {"stroke": null}}} + "config": { + "axis": {"grid": false}, + "style": { + "cell": {"stroke": null}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_diverging_stack_transform.vg.json b/examples/compiled/bar_diverging_stack_transform.vg.json index 499eb20a72..9707802757 100644 --- a/examples/compiled/bar_diverging_stack_transform.vg.json +++ b/examples/compiled/bar_diverging_stack_transform.vg.json @@ -384,5 +384,10 @@ "zindex": 0 } ], - "legends": [{"title": "Response", "fill": "color", "symbolType": "square"}] + "legends": [{"title": "Response", "fill": "color", "symbolType": "square"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_filter_calc.vg.json b/examples/compiled/bar_filter_calc.vg.json index ddaf50dcb1..598bc21607 100644 --- a/examples/compiled/bar_filter_calc.vg.json +++ b/examples/compiled/bar_filter_calc.vg.json @@ -121,5 +121,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_fit.vg.json b/examples/compiled/bar_fit.vg.json index bd1f49f679..bf6b855b0c 100644 --- a/examples/compiled/bar_fit.vg.json +++ b/examples/compiled/bar_fit.vg.json @@ -114,5 +114,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_gantt.vg.json b/examples/compiled/bar_gantt.vg.json index 4fd65adfac..661350f01a 100644 --- a/examples/compiled/bar_gantt.vg.json +++ b/examples/compiled/bar_gantt.vg.json @@ -103,5 +103,10 @@ "title": "task", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_gantt_config_no_zero.vg.json b/examples/compiled/bar_gantt_config_no_zero.vg.json index 47a431f9b6..ce4b11c105 100644 --- a/examples/compiled/bar_gantt_config_no_zero.vg.json +++ b/examples/compiled/bar_gantt_config_no_zero.vg.json @@ -103,5 +103,10 @@ "title": "task", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_group_timeunit.vg.json b/examples/compiled/bar_group_timeunit.vg.json index 41207af3b0..5b7f9c4fb9 100644 --- a/examples/compiled/bar_group_timeunit.vg.json +++ b/examples/compiled/bar_group_timeunit.vg.json @@ -149,5 +149,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped.vg.json b/examples/compiled/bar_grouped.vg.json index 23798b9f9d..1d6c8491b4 100644 --- a/examples/compiled/bar_grouped.vg.json +++ b/examples/compiled/bar_grouped.vg.json @@ -138,5 +138,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "group"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "group"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_custom_padding.vg.json b/examples/compiled/bar_grouped_custom_padding.vg.json index b6916729ed..be52164400 100644 --- a/examples/compiled/bar_grouped_custom_padding.vg.json +++ b/examples/compiled/bar_grouped_custom_padding.vg.json @@ -135,5 +135,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "group"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "group"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_errorbar.vg.json b/examples/compiled/bar_grouped_errorbar.vg.json index 1e6a3ac463..c0a1efb027 100644 --- a/examples/compiled/bar_grouped_errorbar.vg.json +++ b/examples/compiled/bar_grouped_errorbar.vg.json @@ -198,5 +198,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_facet.vg.json b/examples/compiled/bar_grouped_facet.vg.json index caa2f96c81..8189fb3771 100644 --- a/examples/compiled/bar_grouped_facet.vg.json +++ b/examples/compiled/bar_grouped_facet.vg.json @@ -181,5 +181,10 @@ } ], "legends": [{"fill": "color", "symbolType": "square", "title": "group"}], - "config": {"style": {"cell": {"stroke": "transparent"}}} + "config": { + "style": { + "cell": {"stroke": "transparent"}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_facet_independent_scale.vg.json b/examples/compiled/bar_grouped_facet_independent_scale.vg.json index 61f5f87a69..bb580b588b 100644 --- a/examples/compiled/bar_grouped_facet_independent_scale.vg.json +++ b/examples/compiled/bar_grouped_facet_independent_scale.vg.json @@ -201,5 +201,10 @@ } ], "legends": [{"fill": "color", "symbolType": "square", "title": "group"}], - "config": {"style": {"cell": {"stroke": "transparent"}}} + "config": { + "style": { + "cell": {"stroke": "transparent"}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_facet_independent_scale_fixed_width.vg.json b/examples/compiled/bar_grouped_facet_independent_scale_fixed_width.vg.json index 349601a689..42c2eb62af 100644 --- a/examples/compiled/bar_grouped_facet_independent_scale_fixed_width.vg.json +++ b/examples/compiled/bar_grouped_facet_independent_scale_fixed_width.vg.json @@ -176,5 +176,10 @@ } ], "legends": [{"fill": "color", "symbolType": "square", "title": "group"}], - "config": {"style": {"cell": {"stroke": "transparent"}}} + "config": { + "style": { + "cell": {"stroke": "transparent"}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_fixed_width.vg.json b/examples/compiled/bar_grouped_fixed_width.vg.json index f0f2fb3239..ef561d0fef 100644 --- a/examples/compiled/bar_grouped_fixed_width.vg.json +++ b/examples/compiled/bar_grouped_fixed_width.vg.json @@ -115,5 +115,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "group"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "group"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_horizontal.vg.json b/examples/compiled/bar_grouped_horizontal.vg.json index 6de464a01b..c282b90e58 100644 --- a/examples/compiled/bar_grouped_horizontal.vg.json +++ b/examples/compiled/bar_grouped_horizontal.vg.json @@ -122,5 +122,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "group"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "group"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_label.vg.json b/examples/compiled/bar_grouped_label.vg.json index 99fad91d1b..b212c343c3 100644 --- a/examples/compiled/bar_grouped_label.vg.json +++ b/examples/compiled/bar_grouped_label.vg.json @@ -195,5 +195,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "group"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "group"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_repeated.vg.json b/examples/compiled/bar_grouped_repeated.vg.json index eda23bb99d..0617962ba9 100644 --- a/examples/compiled/bar_grouped_repeated.vg.json +++ b/examples/compiled/bar_grouped_repeated.vg.json @@ -160,5 +160,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "Gross"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "Gross"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_stacked.vg.json b/examples/compiled/bar_grouped_stacked.vg.json index 727c32e6be..017872dc7a 100644 --- a/examples/compiled/bar_grouped_stacked.vg.json +++ b/examples/compiled/bar_grouped_stacked.vg.json @@ -151,5 +151,10 @@ "symbolType": "square", "title": "Year (year)" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_step_for_offset.vg.json b/examples/compiled/bar_grouped_step_for_offset.vg.json index 6b0296359e..7fe965acc8 100644 --- a/examples/compiled/bar_grouped_step_for_offset.vg.json +++ b/examples/compiled/bar_grouped_step_for_offset.vg.json @@ -124,5 +124,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "group"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "group"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_step_for_position.vg.json b/examples/compiled/bar_grouped_step_for_position.vg.json index 81bd6e3c9c..3c1872ccdf 100644 --- a/examples/compiled/bar_grouped_step_for_position.vg.json +++ b/examples/compiled/bar_grouped_step_for_position.vg.json @@ -135,5 +135,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "group"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "group"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_thin.vg.json b/examples/compiled/bar_grouped_thin.vg.json index f8a193afd4..01bd534516 100644 --- a/examples/compiled/bar_grouped_thin.vg.json +++ b/examples/compiled/bar_grouped_thin.vg.json @@ -117,5 +117,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_thin_minBandSize.vg.json b/examples/compiled/bar_grouped_thin_minBandSize.vg.json index 0a23466f8e..0ee29e8e8e 100644 --- a/examples/compiled/bar_grouped_thin_minBandSize.vg.json +++ b/examples/compiled/bar_grouped_thin_minBandSize.vg.json @@ -117,5 +117,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_grouped_timeunit_yearweek.vg.json b/examples/compiled/bar_grouped_timeunit_yearweek.vg.json index af91bf87f1..7f7c2fc961 100644 --- a/examples/compiled/bar_grouped_timeunit_yearweek.vg.json +++ b/examples/compiled/bar_grouped_timeunit_yearweek.vg.json @@ -156,5 +156,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_heatlane.vg.json b/examples/compiled/bar_heatlane.vg.json index 910871071b..ec6a6dc915 100644 --- a/examples/compiled/bar_heatlane.vg.json +++ b/examples/compiled/bar_heatlane.vg.json @@ -146,5 +146,10 @@ "zindex": 0 } ], - "legends": [{"title": "count", "fill": "color", "symbolType": "square"}] + "legends": [{"title": "count", "fill": "color", "symbolType": "square"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_invalid_color_show.vg.json b/examples/compiled/bar_invalid_color_show.vg.json index 84ea16785d..69a71e84f0 100644 --- a/examples/compiled/bar_invalid_color_show.vg.json +++ b/examples/compiled/bar_invalid_color_show.vg.json @@ -155,5 +155,10 @@ "title": "c" } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_invalid_color_show_override.vg.json b/examples/compiled/bar_invalid_color_show_override.vg.json index adb1c1fdd2..ac4cb6ab12 100644 --- a/examples/compiled/bar_invalid_color_show_override.vg.json +++ b/examples/compiled/bar_invalid_color_show_override.vg.json @@ -155,5 +155,10 @@ "title": "c" } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_layered_transparent.vg.json b/examples/compiled/bar_layered_transparent.vg.json index fbd9aa0f00..a02e52d78f 100644 --- a/examples/compiled/bar_layered_transparent.vg.json +++ b/examples/compiled/bar_layered_transparent.vg.json @@ -126,5 +126,10 @@ "title": "gender", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_layered_weather.vg.json b/examples/compiled/bar_layered_weather.vg.json index 40616e7948..8af002dbb2 100644 --- a/examples/compiled/bar_layered_weather.vg.json +++ b/examples/compiled/bar_layered_weather.vg.json @@ -332,5 +332,10 @@ "zindex": 0 } ], - "config": {"style": {"hilo": {"size": 20}}} + "config": { + "style": { + "hilo": {"size": 20}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_month.vg.json b/examples/compiled/bar_month.vg.json index d59b3b4477..f6083e1671 100644 --- a/examples/compiled/bar_month.vg.json +++ b/examples/compiled/bar_month.vg.json @@ -115,5 +115,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_month_band.vg.json b/examples/compiled/bar_month_band.vg.json index 9165a52a80..c5c7ddfd14 100644 --- a/examples/compiled/bar_month_band.vg.json +++ b/examples/compiled/bar_month_band.vg.json @@ -136,5 +136,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_month_band_config.vg.json b/examples/compiled/bar_month_band_config.vg.json index 9165a52a80..c5c7ddfd14 100644 --- a/examples/compiled/bar_month_band_config.vg.json +++ b/examples/compiled/bar_month_band_config.vg.json @@ -136,5 +136,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_month_temporal.vg.json b/examples/compiled/bar_month_temporal.vg.json index 25cac61d2b..3ad3981596 100644 --- a/examples/compiled/bar_month_temporal.vg.json +++ b/examples/compiled/bar_month_temporal.vg.json @@ -138,5 +138,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_month_temporal_band_center.vg.json b/examples/compiled/bar_month_temporal_band_center.vg.json index 597691718b..7c0ba5424e 100644 --- a/examples/compiled/bar_month_temporal_band_center.vg.json +++ b/examples/compiled/bar_month_temporal_band_center.vg.json @@ -156,5 +156,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_month_temporal_band_center_config.vg.json b/examples/compiled/bar_month_temporal_band_center_config.vg.json index 597691718b..7c0ba5424e 100644 --- a/examples/compiled/bar_month_temporal_band_center_config.vg.json +++ b/examples/compiled/bar_month_temporal_band_center_config.vg.json @@ -156,5 +156,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_month_temporal_initial.vg.json b/examples/compiled/bar_month_temporal_initial.vg.json index 73328c7f46..d7983f9276 100644 --- a/examples/compiled/bar_month_temporal_initial.vg.json +++ b/examples/compiled/bar_month_temporal_initial.vg.json @@ -141,5 +141,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_multi_values_per_categories.vg.json b/examples/compiled/bar_multi_values_per_categories.vg.json index 63d48a5175..f461a55f1c 100644 --- a/examples/compiled/bar_multi_values_per_categories.vg.json +++ b/examples/compiled/bar_multi_values_per_categories.vg.json @@ -122,5 +122,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_narrow_int_span.vg.json b/examples/compiled/bar_narrow_int_span.vg.json index 097366c8af..3906ee02ef 100644 --- a/examples/compiled/bar_narrow_int_span.vg.json +++ b/examples/compiled/bar_narrow_int_span.vg.json @@ -121,5 +121,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_negative.vg.json b/examples/compiled/bar_negative.vg.json index 8965cdfe1d..0ce0185310 100644 --- a/examples/compiled/bar_negative.vg.json +++ b/examples/compiled/bar_negative.vg.json @@ -131,5 +131,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_negative_horizontal_label.vg.json b/examples/compiled/bar_negative_horizontal_label.vg.json index 96aa0dbd66..8739a6c0e6 100644 --- a/examples/compiled/bar_negative_horizontal_label.vg.json +++ b/examples/compiled/bar_negative_horizontal_label.vg.json @@ -175,5 +175,10 @@ "labelAlign": "right", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_params.vg.json b/examples/compiled/bar_params.vg.json index 3273c30642..393e41aeb9 100644 --- a/examples/compiled/bar_params.vg.json +++ b/examples/compiled/bar_params.vg.json @@ -159,5 +159,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_params_bound.vg.json b/examples/compiled/bar_params_bound.vg.json index 81146c10f5..eab041797d 100644 --- a/examples/compiled/bar_params_bound.vg.json +++ b/examples/compiled/bar_params_bound.vg.json @@ -163,5 +163,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_percent_of_total.vg.json b/examples/compiled/bar_percent_of_total.vg.json index 2258fe7f1d..f4b6919301 100644 --- a/examples/compiled/bar_percent_of_total.vg.json +++ b/examples/compiled/bar_percent_of_total.vg.json @@ -127,5 +127,10 @@ "title": "Activity", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_q_qpow.vg.json b/examples/compiled/bar_q_qpow.vg.json index 1123bc43f4..b8e5865ee1 100644 --- a/examples/compiled/bar_q_qpow.vg.json +++ b/examples/compiled/bar_q_qpow.vg.json @@ -121,5 +121,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_qq_stack.vg.json b/examples/compiled/bar_qq_stack.vg.json index c7c5a653e6..57b3dd88b3 100644 --- a/examples/compiled/bar_qq_stack.vg.json +++ b/examples/compiled/bar_qq_stack.vg.json @@ -119,5 +119,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_qq_stack_horizontal.vg.json b/examples/compiled/bar_qq_stack_horizontal.vg.json index 734c1bd839..ca0b757a33 100644 --- a/examples/compiled/bar_qq_stack_horizontal.vg.json +++ b/examples/compiled/bar_qq_stack_horizontal.vg.json @@ -120,5 +120,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_ranged_not_binned.vg.json b/examples/compiled/bar_ranged_not_binned.vg.json index 220fcb013b..cf451a7d5b 100644 --- a/examples/compiled/bar_ranged_not_binned.vg.json +++ b/examples/compiled/bar_ranged_not_binned.vg.json @@ -119,5 +119,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_simple_binned_timeunit_special_chars.vg.json b/examples/compiled/bar_simple_binned_timeunit_special_chars.vg.json index 2fb873170f..493c70f8a8 100644 --- a/examples/compiled/bar_simple_binned_timeunit_special_chars.vg.json +++ b/examples/compiled/bar_simple_binned_timeunit_special_chars.vg.json @@ -155,5 +155,10 @@ }, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_simple_extent.vg.json b/examples/compiled/bar_simple_extent.vg.json index d25a759582..492c0113e6 100644 --- a/examples/compiled/bar_simple_extent.vg.json +++ b/examples/compiled/bar_simple_extent.vg.json @@ -147,5 +147,10 @@ "zindex": 0 }, {"scale": "y", "orient": "left", "grid": false, "title": "a", "zindex": 0} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_size_default.vg.json b/examples/compiled/bar_size_default.vg.json index a657e6fda5..2bcc5eef79 100644 --- a/examples/compiled/bar_size_default.vg.json +++ b/examples/compiled/bar_size_default.vg.json @@ -100,5 +100,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_size_explicit_bad.vg.json b/examples/compiled/bar_size_explicit_bad.vg.json index 564c59c463..1b1ee05c1d 100644 --- a/examples/compiled/bar_size_explicit_bad.vg.json +++ b/examples/compiled/bar_size_explicit_bad.vg.json @@ -95,5 +95,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_size_fit.vg.json b/examples/compiled/bar_size_fit.vg.json index aed17f5075..a1d0eea59c 100644 --- a/examples/compiled/bar_size_fit.vg.json +++ b/examples/compiled/bar_size_fit.vg.json @@ -94,5 +94,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_size_responsive.vg.json b/examples/compiled/bar_size_responsive.vg.json index 2ed5384234..474e3cf818 100644 --- a/examples/compiled/bar_size_responsive.vg.json +++ b/examples/compiled/bar_size_responsive.vg.json @@ -106,5 +106,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_size_step_small.vg.json b/examples/compiled/bar_size_step_small.vg.json index 4b49288a92..20907f5ed1 100644 --- a/examples/compiled/bar_size_step_small.vg.json +++ b/examples/compiled/bar_size_step_small.vg.json @@ -100,5 +100,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_sort_by_count.vg.json b/examples/compiled/bar_sort_by_count.vg.json index cec76baa9b..4986ddec75 100644 --- a/examples/compiled/bar_sort_by_count.vg.json +++ b/examples/compiled/bar_sort_by_count.vg.json @@ -105,5 +105,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_swap_axes.vg.json b/examples/compiled/bar_swap_axes.vg.json index 24c5aedd84..00929a9d44 100644 --- a/examples/compiled/bar_swap_axes.vg.json +++ b/examples/compiled/bar_swap_axes.vg.json @@ -109,5 +109,10 @@ "zindex": 0 }, {"scale": "y", "orient": "left", "grid": false, "title": "a", "zindex": 0} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_swap_custom.vg.json b/examples/compiled/bar_swap_custom.vg.json index 4d8760930d..f53120548e 100644 --- a/examples/compiled/bar_swap_custom.vg.json +++ b/examples/compiled/bar_swap_custom.vg.json @@ -109,5 +109,10 @@ "zindex": 0 }, {"scale": "y", "orient": "left", "grid": false, "title": "a", "zindex": 0} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_temporal_color_config_time_unit_band_position.vg.json b/examples/compiled/bar_temporal_color_config_time_unit_band_position.vg.json index a1e33bc152..9d6cf660e7 100644 --- a/examples/compiled/bar_temporal_color_config_time_unit_band_position.vg.json +++ b/examples/compiled/bar_temporal_color_config_time_unit_band_position.vg.json @@ -139,5 +139,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "date (year)" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_title.vg.json b/examples/compiled/bar_title.vg.json index cef272a2d1..90581858ce 100644 --- a/examples/compiled/bar_title.vg.json +++ b/examples/compiled/bar_title.vg.json @@ -119,5 +119,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_title_start.vg.json b/examples/compiled/bar_title_start.vg.json index 03fedcee38..b2b004bacc 100644 --- a/examples/compiled/bar_title_start.vg.json +++ b/examples/compiled/bar_title_start.vg.json @@ -119,5 +119,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_tooltip.vg.json b/examples/compiled/bar_tooltip.vg.json index 5295344d5f..a401a4a63a 100644 --- a/examples/compiled/bar_tooltip.vg.json +++ b/examples/compiled/bar_tooltip.vg.json @@ -120,5 +120,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_tooltip_aggregate.vg.json b/examples/compiled/bar_tooltip_aggregate.vg.json index 3abf49fbc0..843f33987b 100644 --- a/examples/compiled/bar_tooltip_aggregate.vg.json +++ b/examples/compiled/bar_tooltip_aggregate.vg.json @@ -40,8 +40,8 @@ "signal": "\"Mean of data: \" + (format(datum[\"mean_data\"], \"\"))" }, "xc": {"signal": "width", "mult": 0.5}, + "width": {"signal": "0.75 * width"}, "yc": {"scale": "y", "field": "mean_data"}, - "width": {"signal": "(1 - 0.25) * width"}, "height": {"value": 1} } } @@ -80,5 +80,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_tooltip_groupby.vg.json b/examples/compiled/bar_tooltip_groupby.vg.json index 70a15cebcb..968d16d240 100644 --- a/examples/compiled/bar_tooltip_groupby.vg.json +++ b/examples/compiled/bar_tooltip_groupby.vg.json @@ -42,8 +42,8 @@ "signal": "\"Mean of data: \" + (format(datum[\"mean_data\"], \"\")) + \"; data: \" + (isValid(datum[\"data\"]) ? datum[\"data\"] : \"\"+datum[\"data\"])" }, "xc": {"signal": "width", "mult": 0.5}, + "width": {"signal": "0.75 * width"}, "yc": {"scale": "y", "field": "mean_data"}, - "width": {"signal": "(1 - 0.25) * width"}, "height": {"value": 1} } } @@ -82,5 +82,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_tooltip_multi.vg.json b/examples/compiled/bar_tooltip_multi.vg.json index 6a35ed202d..cdd709bbe2 100644 --- a/examples/compiled/bar_tooltip_multi.vg.json +++ b/examples/compiled/bar_tooltip_multi.vg.json @@ -121,5 +121,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_tooltip_title.vg.json b/examples/compiled/bar_tooltip_title.vg.json index 4575f585db..b4db6c1ae2 100644 --- a/examples/compiled/bar_tooltip_title.vg.json +++ b/examples/compiled/bar_tooltip_title.vg.json @@ -121,5 +121,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_x_offset_without_x.vg.json b/examples/compiled/bar_x_offset_without_x.vg.json index c3fb601dde..daeee9bc23 100644 --- a/examples/compiled/bar_x_offset_without_x.vg.json +++ b/examples/compiled/bar_x_offset_without_x.vg.json @@ -111,5 +111,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "group"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "group"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_yearmonth.vg.json b/examples/compiled/bar_yearmonth.vg.json index 3427f5e5de..376575b71c 100644 --- a/examples/compiled/bar_yearmonth.vg.json +++ b/examples/compiled/bar_yearmonth.vg.json @@ -141,5 +141,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_yearmonth_center_band.vg.json b/examples/compiled/bar_yearmonth_center_band.vg.json index 4886b6c607..2fefa10cc0 100644 --- a/examples/compiled/bar_yearmonth_center_band.vg.json +++ b/examples/compiled/bar_yearmonth_center_band.vg.json @@ -159,5 +159,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_yearmonth_custom_format.vg.json b/examples/compiled/bar_yearmonth_custom_format.vg.json index 5463902d4f..f7d987bd79 100644 --- a/examples/compiled/bar_yearmonth_custom_format.vg.json +++ b/examples/compiled/bar_yearmonth_custom_format.vg.json @@ -139,5 +139,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/bar_yearmonthdate_minBandSize.vg.json b/examples/compiled/bar_yearmonthdate_minBandSize.vg.json index bcf02a3741..fdba92cda4 100644 --- a/examples/compiled/bar_yearmonthdate_minBandSize.vg.json +++ b/examples/compiled/bar_yearmonthdate_minBandSize.vg.json @@ -140,5 +140,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_1D_horizontal.vg.json b/examples/compiled/boxplot_1D_horizontal.vg.json index 989dcbfbf3..521b09d7ff 100644 --- a/examples/compiled/boxplot_1D_horizontal.vg.json +++ b/examples/compiled/boxplot_1D_horizontal.vg.json @@ -229,9 +229,9 @@ "tooltip": { "signal": "{\"Max of Body Mass (g)\": format(datum[\"max_Body Mass (g)\"], \"\"), \"Q3 of Body Mass (g)\": format(datum[\"upper_box_Body Mass (g)\"], \"\"), \"Median of Body Mass (g)\": format(datum[\"mid_box_Body Mass (g)\"], \"\"), \"Q1 of Body Mass (g)\": format(datum[\"lower_box_Body Mass (g)\"], \"\"), \"Min of Body Mass (g)\": format(datum[\"min_Body Mass (g)\"], \"\")}" }, - "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "yc": {"signal": "height", "mult": 0.5}, "height": {"value": 14}, + "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "width": {"value": 1} } } @@ -282,5 +282,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_1D_horizontal_custom_mark.vg.json b/examples/compiled/boxplot_1D_horizontal_custom_mark.vg.json index 6822bb72b3..15ddfd108c 100644 --- a/examples/compiled/boxplot_1D_horizontal_custom_mark.vg.json +++ b/examples/compiled/boxplot_1D_horizontal_custom_mark.vg.json @@ -211,9 +211,9 @@ "tooltip": { "signal": "{\"Upper Whisker of Body Mass (g)\": format(datum[\"upper_whisker_Body Mass (g)\"], \"\"), \"Lower Whisker of Body Mass (g)\": format(datum[\"lower_whisker_Body Mass (g)\"], \"\")}" }, - "xc": {"scale": "x", "field": "lower_whisker_Body Mass (g)"}, "yc": {"signal": "height", "mult": 0.5}, - "height": {"signal": "(1 - 0.25) * height"}, + "height": {"signal": "0.75 * height"}, + "xc": {"scale": "x", "field": "lower_whisker_Body Mass (g)"}, "width": {"value": 1} } } @@ -231,9 +231,9 @@ "tooltip": { "signal": "{\"Upper Whisker of Body Mass (g)\": format(datum[\"upper_whisker_Body Mass (g)\"], \"\"), \"Lower Whisker of Body Mass (g)\": format(datum[\"lower_whisker_Body Mass (g)\"], \"\")}" }, - "xc": {"scale": "x", "field": "upper_whisker_Body Mass (g)"}, "yc": {"signal": "height", "mult": 0.5}, - "height": {"signal": "(1 - 0.25) * height"}, + "height": {"signal": "0.75 * height"}, + "xc": {"scale": "x", "field": "upper_whisker_Body Mass (g)"}, "width": {"value": 1} } } @@ -279,9 +279,9 @@ "tooltip": { "signal": "{\"Max of Body Mass (g)\": format(datum[\"max_Body Mass (g)\"], \"\"), \"Q3 of Body Mass (g)\": format(datum[\"upper_box_Body Mass (g)\"], \"\"), \"Median of Body Mass (g)\": format(datum[\"mid_box_Body Mass (g)\"], \"\"), \"Q1 of Body Mass (g)\": format(datum[\"lower_box_Body Mass (g)\"], \"\"), \"Min of Body Mass (g)\": format(datum[\"min_Body Mass (g)\"], \"\")}" }, - "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "yc": {"signal": "height", "mult": 0.5}, "height": {"value": 14}, + "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "width": {"value": 1} } } @@ -333,5 +333,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_1D_horizontal_explicit.vg.json b/examples/compiled/boxplot_1D_horizontal_explicit.vg.json index 989dcbfbf3..521b09d7ff 100644 --- a/examples/compiled/boxplot_1D_horizontal_explicit.vg.json +++ b/examples/compiled/boxplot_1D_horizontal_explicit.vg.json @@ -229,9 +229,9 @@ "tooltip": { "signal": "{\"Max of Body Mass (g)\": format(datum[\"max_Body Mass (g)\"], \"\"), \"Q3 of Body Mass (g)\": format(datum[\"upper_box_Body Mass (g)\"], \"\"), \"Median of Body Mass (g)\": format(datum[\"mid_box_Body Mass (g)\"], \"\"), \"Q1 of Body Mass (g)\": format(datum[\"lower_box_Body Mass (g)\"], \"\"), \"Min of Body Mass (g)\": format(datum[\"min_Body Mass (g)\"], \"\")}" }, - "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "yc": {"signal": "height", "mult": 0.5}, "height": {"value": 14}, + "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "width": {"value": 1} } } @@ -282,5 +282,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_1D_invalid.vg.json b/examples/compiled/boxplot_1D_invalid.vg.json index cdaf4a8f35..779d8d9980 100644 --- a/examples/compiled/boxplot_1D_invalid.vg.json +++ b/examples/compiled/boxplot_1D_invalid.vg.json @@ -218,8 +218,8 @@ "signal": "{\"Max of b\": format(datum[\"max_b\"], \"\"), \"Q3 of b\": format(datum[\"upper_box_b\"], \"\"), \"Median of b\": format(datum[\"mid_box_b\"], \"\"), \"Q1 of b\": format(datum[\"lower_box_b\"], \"\"), \"Min of b\": format(datum[\"min_b\"], \"\"), \"a\": format(datum[\"a\"], \"\")}" }, "xc": {"scale": "x", "field": "a"}, - "yc": {"scale": "y", "field": "mid_box_b"}, "width": {"value": 14}, + "yc": {"scale": "y", "field": "mid_box_b"}, "height": {"value": 1} } } @@ -313,5 +313,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_1D_vertical.vg.json b/examples/compiled/boxplot_1D_vertical.vg.json index 4e5ceedd6f..734590709e 100644 --- a/examples/compiled/boxplot_1D_vertical.vg.json +++ b/examples/compiled/boxplot_1D_vertical.vg.json @@ -230,8 +230,8 @@ "signal": "{\"Max of Body Mass (g)\": format(datum[\"max_Body Mass (g)\"], \"\"), \"Q3 of Body Mass (g)\": format(datum[\"upper_box_Body Mass (g)\"], \"\"), \"Median of Body Mass (g)\": format(datum[\"mid_box_Body Mass (g)\"], \"\"), \"Q1 of Body Mass (g)\": format(datum[\"lower_box_Body Mass (g)\"], \"\"), \"Min of Body Mass (g)\": format(datum[\"min_Body Mass (g)\"], \"\")}" }, "xc": {"signal": "width", "mult": 0.5}, - "yc": {"scale": "y", "field": "mid_box_Body Mass (g)"}, "width": {"value": 14}, + "yc": {"scale": "y", "field": "mid_box_Body Mass (g)"}, "height": {"value": 1} } } @@ -281,5 +281,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_2D_horizontal.vg.json b/examples/compiled/boxplot_2D_horizontal.vg.json index 5ae134dabb..4557ff8a87 100644 --- a/examples/compiled/boxplot_2D_horizontal.vg.json +++ b/examples/compiled/boxplot_2D_horizontal.vg.json @@ -232,9 +232,9 @@ "tooltip": { "signal": "{\"Max of Body Mass (g)\": format(datum[\"max_Body Mass (g)\"], \"\"), \"Q3 of Body Mass (g)\": format(datum[\"upper_box_Body Mass (g)\"], \"\"), \"Median of Body Mass (g)\": format(datum[\"mid_box_Body Mass (g)\"], \"\"), \"Q1 of Body Mass (g)\": format(datum[\"lower_box_Body Mass (g)\"], \"\"), \"Min of Body Mass (g)\": format(datum[\"min_Body Mass (g)\"], \"\"), \"Species\": isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"]}" }, - "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "yc": {"scale": "y", "field": "Species", "band": 0.5}, "height": {"value": 14}, + "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "width": {"value": 1} } } @@ -310,5 +310,10 @@ "title": "Species", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_2D_horizontal_color_size.vg.json b/examples/compiled/boxplot_2D_horizontal_color_size.vg.json index 8bc85b5725..375edcada8 100644 --- a/examples/compiled/boxplot_2D_horizontal_color_size.vg.json +++ b/examples/compiled/boxplot_2D_horizontal_color_size.vg.json @@ -232,9 +232,9 @@ "tooltip": { "signal": "{\"Max of Body Mass (g)\": format(datum[\"max_Body Mass (g)\"], \"\"), \"Q3 of Body Mass (g)\": format(datum[\"upper_box_Body Mass (g)\"], \"\"), \"Median of Body Mass (g)\": format(datum[\"mid_box_Body Mass (g)\"], \"\"), \"Q1 of Body Mass (g)\": format(datum[\"lower_box_Body Mass (g)\"], \"\"), \"Min of Body Mass (g)\": format(datum[\"min_Body Mass (g)\"], \"\"), \"Species\": isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"]}" }, - "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "yc": {"scale": "y", "field": "Species", "band": 0.5}, "height": {"value": 10}, + "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "width": {"value": 1} } } @@ -310,5 +310,10 @@ "title": "Species", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_2D_vertical.vg.json b/examples/compiled/boxplot_2D_vertical.vg.json index 7dbbd0d072..a4c6dc4c9d 100644 --- a/examples/compiled/boxplot_2D_vertical.vg.json +++ b/examples/compiled/boxplot_2D_vertical.vg.json @@ -234,8 +234,8 @@ "signal": "{\"Max of Body Mass (g)\": format(datum[\"max_Body Mass (g)\"], \"\"), \"Q3 of Body Mass (g)\": format(datum[\"upper_box_Body Mass (g)\"], \"\"), \"Median of Body Mass (g)\": format(datum[\"mid_box_Body Mass (g)\"], \"\"), \"Q1 of Body Mass (g)\": format(datum[\"lower_box_Body Mass (g)\"], \"\"), \"Min of Body Mass (g)\": format(datum[\"min_Body Mass (g)\"], \"\"), \"Species\": isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"]}" }, "xc": {"scale": "x", "field": "Species", "band": 0.5}, - "yc": {"scale": "y", "field": "mid_box_Body Mass (g)"}, "width": {"value": 14}, + "yc": {"scale": "y", "field": "mid_box_Body Mass (g)"}, "height": {"value": 1} } } @@ -326,5 +326,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_2D_vertical_single_per_group.vg.json b/examples/compiled/boxplot_2D_vertical_single_per_group.vg.json index 0ea2889ea3..aee84cb2a3 100644 --- a/examples/compiled/boxplot_2D_vertical_single_per_group.vg.json +++ b/examples/compiled/boxplot_2D_vertical_single_per_group.vg.json @@ -215,8 +215,8 @@ "signal": "{\"Max of b\": format(datum[\"max_b\"], \"\"), \"Q3 of b\": format(datum[\"upper_box_b\"], \"\"), \"Median of b\": format(datum[\"mid_box_b\"], \"\"), \"Q1 of b\": format(datum[\"lower_box_b\"], \"\"), \"Min of b\": format(datum[\"min_b\"], \"\"), \"a\": isValid(datum[\"a\"]) ? datum[\"a\"] : \"\"+datum[\"a\"]}" }, "xc": {"scale": "x", "field": "a", "band": 0.5}, - "yc": {"scale": "y", "field": "mid_box_b"}, "width": {"value": 14}, + "yc": {"scale": "y", "field": "mid_box_b"}, "height": {"value": 1} } } @@ -293,5 +293,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_2D_vertical_single_per_group_color.vg.json b/examples/compiled/boxplot_2D_vertical_single_per_group_color.vg.json index d1313bdca4..267b50ff2c 100644 --- a/examples/compiled/boxplot_2D_vertical_single_per_group_color.vg.json +++ b/examples/compiled/boxplot_2D_vertical_single_per_group_color.vg.json @@ -216,8 +216,8 @@ "signal": "{\"Max of b\": format(datum[\"max_b\"], \"\"), \"Q3 of b\": format(datum[\"upper_box_b\"], \"\"), \"Median of b\": format(datum[\"mid_box_b\"], \"\"), \"Q1 of b\": format(datum[\"lower_box_b\"], \"\"), \"Min of b\": format(datum[\"min_b\"], \"\"), \"a\": isValid(datum[\"a\"]) ? datum[\"a\"] : \"\"+datum[\"a\"]}" }, "xc": {"scale": "x", "field": "a", "band": 0.5}, - "yc": {"scale": "y", "field": "mid_box_b"}, "width": {"value": 14}, + "yc": {"scale": "y", "field": "mid_box_b"}, "height": {"value": 1} } } @@ -316,5 +316,10 @@ "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}, "fill": "color" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_groupped.vg.json b/examples/compiled/boxplot_groupped.vg.json index 2b0b85159b..d62a4c96ba 100644 --- a/examples/compiled/boxplot_groupped.vg.json +++ b/examples/compiled/boxplot_groupped.vg.json @@ -256,8 +256,8 @@ "field": "Cylinders", "offset": {"scale": "xOffset", "field": "Origin", "band": 0.5} }, - "yc": {"scale": "y", "field": "mid_box_Acceleration"}, "width": {"value": 14}, + "yc": {"scale": "y", "field": "mid_box_Acceleration"}, "height": {"value": 1} } } @@ -372,5 +372,10 @@ "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}, "fill": "color" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_minmax_2D_horizontal.vg.json b/examples/compiled/boxplot_minmax_2D_horizontal.vg.json index 1cfb790cf9..c24aba6e51 100644 --- a/examples/compiled/boxplot_minmax_2D_horizontal.vg.json +++ b/examples/compiled/boxplot_minmax_2D_horizontal.vg.json @@ -155,9 +155,9 @@ "tooltip": { "signal": "{\"Max of Body Mass (g)\": format(datum[\"upper_whisker_Body Mass (g)\"], \"\"), \"Q3 of Body Mass (g)\": format(datum[\"upper_box_Body Mass (g)\"], \"\"), \"Median of Body Mass (g)\": format(datum[\"mid_box_Body Mass (g)\"], \"\"), \"Q1 of Body Mass (g)\": format(datum[\"lower_box_Body Mass (g)\"], \"\"), \"Min of Body Mass (g)\": format(datum[\"lower_whisker_Body Mass (g)\"], \"\"), \"Species\": isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"]}" }, - "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "yc": {"scale": "y", "field": "Species", "band": 0.5}, "height": {"value": 14}, + "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "width": {"value": 1} } } @@ -231,5 +231,10 @@ "title": "Species", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_minmax_2D_horizontal_custom_midtick_color.vg.json b/examples/compiled/boxplot_minmax_2D_horizontal_custom_midtick_color.vg.json index 3be74d5c6a..703e977239 100644 --- a/examples/compiled/boxplot_minmax_2D_horizontal_custom_midtick_color.vg.json +++ b/examples/compiled/boxplot_minmax_2D_horizontal_custom_midtick_color.vg.json @@ -155,9 +155,9 @@ "tooltip": { "signal": "{\"Max of Body Mass (g)\": format(datum[\"upper_whisker_Body Mass (g)\"], \"\"), \"Q3 of Body Mass (g)\": format(datum[\"upper_box_Body Mass (g)\"], \"\"), \"Median of Body Mass (g)\": format(datum[\"mid_box_Body Mass (g)\"], \"\"), \"Q1 of Body Mass (g)\": format(datum[\"lower_box_Body Mass (g)\"], \"\"), \"Min of Body Mass (g)\": format(datum[\"lower_whisker_Body Mass (g)\"], \"\"), \"Species\": isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"]}" }, - "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "yc": {"scale": "y", "field": "Species", "band": 0.5}, "height": {"value": 14}, + "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "width": {"value": 1} } } @@ -231,5 +231,10 @@ "title": "Species", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_minmax_2D_vertical.vg.json b/examples/compiled/boxplot_minmax_2D_vertical.vg.json index f8f5dfbde6..4a73674677 100644 --- a/examples/compiled/boxplot_minmax_2D_vertical.vg.json +++ b/examples/compiled/boxplot_minmax_2D_vertical.vg.json @@ -157,8 +157,8 @@ "signal": "{\"Max of Body Mass (g)\": format(datum[\"upper_whisker_Body Mass (g)\"], \"\"), \"Q3 of Body Mass (g)\": format(datum[\"upper_box_Body Mass (g)\"], \"\"), \"Median of Body Mass (g)\": format(datum[\"mid_box_Body Mass (g)\"], \"\"), \"Q1 of Body Mass (g)\": format(datum[\"lower_box_Body Mass (g)\"], \"\"), \"Min of Body Mass (g)\": format(datum[\"lower_whisker_Body Mass (g)\"], \"\"), \"Species\": isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"]}" }, "xc": {"scale": "x", "field": "Species", "band": 0.5}, - "yc": {"scale": "y", "field": "mid_box_Body Mass (g)"}, "width": {"value": 14}, + "yc": {"scale": "y", "field": "mid_box_Body Mass (g)"}, "height": {"value": 1} } } @@ -246,5 +246,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_preaggregated.vg.json b/examples/compiled/boxplot_preaggregated.vg.json index 90a007ded0..37f45d0636 100644 --- a/examples/compiled/boxplot_preaggregated.vg.json +++ b/examples/compiled/boxplot_preaggregated.vg.json @@ -134,9 +134,9 @@ "description": { "signal": "\"median: \" + (format(datum[\"median\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, - "xc": {"scale": "x", "field": "median"}, "yc": {"scale": "y", "field": "Species", "band": 0.5}, "height": {"value": 14}, + "xc": {"scale": "x", "field": "median"}, "width": {"value": 1} } } @@ -227,5 +227,10 @@ "zindex": 0 }, {"scale": "y", "orient": "left", "grid": false, "zindex": 0} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_preaggregated_with_height.vg.json b/examples/compiled/boxplot_preaggregated_with_height.vg.json index efeea34c41..a990adcbd5 100644 --- a/examples/compiled/boxplot_preaggregated_with_height.vg.json +++ b/examples/compiled/boxplot_preaggregated_with_height.vg.json @@ -131,9 +131,9 @@ "description": { "signal": "\"median: \" + (format(datum[\"median\"], \"\")) + \"; Species: \" + (isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"])" }, + "y": {"scale": "y", "field": "Species"}, + "height": {"signal": "max(0.25, bandwidth('y'))"}, "xc": {"scale": "x", "field": "median"}, - "yc": {"scale": "y", "field": "Species", "band": 0.5}, - "height": {"scale": "y", "band": 1}, "width": {"value": 1} } } @@ -224,5 +224,10 @@ "zindex": 0 }, {"scale": "y", "orient": "left", "grid": false, "zindex": 0} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_tooltip_aggregate.vg.json b/examples/compiled/boxplot_tooltip_aggregate.vg.json index f2597fbe5b..086d207b91 100644 --- a/examples/compiled/boxplot_tooltip_aggregate.vg.json +++ b/examples/compiled/boxplot_tooltip_aggregate.vg.json @@ -228,9 +228,9 @@ {"value": "white"} ], "tooltip": {"signal": "format(datum[\"mean_Body Mass (g)\"], \"\")"}, - "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "yc": {"scale": "y", "field": "Species", "band": 0.5}, "height": {"value": 14}, + "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "width": {"value": 1} } } @@ -306,5 +306,10 @@ "title": "Species", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/boxplot_tooltip_not_aggregate.vg.json b/examples/compiled/boxplot_tooltip_not_aggregate.vg.json index f845845978..ff614ca0d7 100644 --- a/examples/compiled/boxplot_tooltip_not_aggregate.vg.json +++ b/examples/compiled/boxplot_tooltip_not_aggregate.vg.json @@ -233,9 +233,9 @@ "tooltip": { "signal": "{\"Max of Body Mass (g)\": format(datum[\"max_Body Mass (g)\"], \"\"), \"Q3 of Body Mass (g)\": format(datum[\"upper_box_Body Mass (g)\"], \"\"), \"Median of Body Mass (g)\": format(datum[\"mid_box_Body Mass (g)\"], \"\"), \"Q1 of Body Mass (g)\": format(datum[\"lower_box_Body Mass (g)\"], \"\"), \"Min of Body Mass (g)\": format(datum[\"min_Body Mass (g)\"], \"\"), \"Species\": isValid(datum[\"Species\"]) ? datum[\"Species\"] : \"\"+datum[\"Species\"]}" }, - "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "yc": {"scale": "y", "field": "Species", "band": 0.5}, "height": {"value": 14}, + "xc": {"scale": "x", "field": "mid_box_Body Mass (g)"}, "width": {"value": 1} } } @@ -311,5 +311,10 @@ "title": "Species", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/brush_table.vg.json b/examples/compiled/brush_table.vg.json index 8e96526664..0268e1fdd7 100644 --- a/examples/compiled/brush_table.vg.json +++ b/examples/compiled/brush_table.vg.json @@ -667,5 +667,10 @@ "range": {"step": {"signal": "concat_1_concat_2_y_step"}}, "padding": 0.5 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle.vg.json b/examples/compiled/circle.vg.json index 8c4e309283..cc05760961 100644 --- a/examples/compiled/circle.vg.json +++ b/examples/compiled/circle.vg.json @@ -105,5 +105,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_binned.vg.json b/examples/compiled/circle_binned.vg.json index 0af9b4c075..8238974913 100644 --- a/examples/compiled/circle_binned.vg.json +++ b/examples/compiled/circle_binned.vg.json @@ -156,5 +156,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_binned_maxbins_2.vg.json b/examples/compiled/circle_binned_maxbins_2.vg.json index 9414ecbc04..46dbcbac48 100644 --- a/examples/compiled/circle_binned_maxbins_2.vg.json +++ b/examples/compiled/circle_binned_maxbins_2.vg.json @@ -153,5 +153,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_binned_maxbins_20.vg.json b/examples/compiled/circle_binned_maxbins_20.vg.json index 6570b76986..7493644ad4 100644 --- a/examples/compiled/circle_binned_maxbins_20.vg.json +++ b/examples/compiled/circle_binned_maxbins_20.vg.json @@ -156,5 +156,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_binned_maxbins_5.vg.json b/examples/compiled/circle_binned_maxbins_5.vg.json index af88423e2d..cce6ec0d19 100644 --- a/examples/compiled/circle_binned_maxbins_5.vg.json +++ b/examples/compiled/circle_binned_maxbins_5.vg.json @@ -153,5 +153,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_bubble_health_income.vg.json b/examples/compiled/circle_bubble_health_income.vg.json index 279ca79bc9..1831400418 100644 --- a/examples/compiled/circle_bubble_health_income.vg.json +++ b/examples/compiled/circle_bubble_health_income.vg.json @@ -245,5 +245,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_custom_tick_labels.vg.json b/examples/compiled/circle_custom_tick_labels.vg.json index 3187316538..73cc95be2c 100644 --- a/examples/compiled/circle_custom_tick_labels.vg.json +++ b/examples/compiled/circle_custom_tick_labels.vg.json @@ -106,5 +106,10 @@ "zindex": 0 }, {"scale": "y", "orient": "left", "grid": false, "zindex": 0} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_flatten.vg.json b/examples/compiled/circle_flatten.vg.json index c0a7637be8..8275c1bc3c 100644 --- a/examples/compiled/circle_flatten.vg.json +++ b/examples/compiled/circle_flatten.vg.json @@ -109,5 +109,10 @@ "title": "key", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_github_punchcard.vg.json b/examples/compiled/circle_github_punchcard.vg.json index b283430c57..1354d9c194 100644 --- a/examples/compiled/circle_github_punchcard.vg.json +++ b/examples/compiled/circle_github_punchcard.vg.json @@ -149,5 +149,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_labelangle_orient_signal.vg.json b/examples/compiled/circle_labelangle_orient_signal.vg.json index cc31e8b87c..acc57a3e71 100644 --- a/examples/compiled/circle_labelangle_orient_signal.vg.json +++ b/examples/compiled/circle_labelangle_orient_signal.vg.json @@ -185,5 +185,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_natural_disasters.vg.json b/examples/compiled/circle_natural_disasters.vg.json index a02a634c98..a7e2d8d3a5 100644 --- a/examples/compiled/circle_natural_disasters.vg.json +++ b/examples/compiled/circle_natural_disasters.vg.json @@ -101,5 +101,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_opacity.vg.json b/examples/compiled/circle_opacity.vg.json index ddbbfa783a..4871568c5d 100644 --- a/examples/compiled/circle_opacity.vg.json +++ b/examples/compiled/circle_opacity.vg.json @@ -127,5 +127,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_scale_quantile.vg.json b/examples/compiled/circle_scale_quantile.vg.json index 11b793774a..8045f0d48a 100644 --- a/examples/compiled/circle_scale_quantile.vg.json +++ b/examples/compiled/circle_scale_quantile.vg.json @@ -102,5 +102,10 @@ "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}, "size": "size" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_scale_quantize.vg.json b/examples/compiled/circle_scale_quantize.vg.json index 5227887038..ca5a71f793 100644 --- a/examples/compiled/circle_scale_quantize.vg.json +++ b/examples/compiled/circle_scale_quantize.vg.json @@ -103,5 +103,10 @@ "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}, "size": "size" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_scale_threshold.vg.json b/examples/compiled/circle_scale_threshold.vg.json index 9274ddb47e..016e024beb 100644 --- a/examples/compiled/circle_scale_threshold.vg.json +++ b/examples/compiled/circle_scale_threshold.vg.json @@ -100,5 +100,10 @@ "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}, "size": "size" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_wilkinson_dotplot.vg.json b/examples/compiled/circle_wilkinson_dotplot.vg.json index 0360c4c601..7a1461b23b 100644 --- a/examples/compiled/circle_wilkinson_dotplot.vg.json +++ b/examples/compiled/circle_wilkinson_dotplot.vg.json @@ -85,5 +85,10 @@ "labelBaseline": "middle", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/circle_wilkinson_dotplot_stacked.vg.json b/examples/compiled/circle_wilkinson_dotplot_stacked.vg.json index f114196104..17f5c4f018 100644 --- a/examples/compiled/circle_wilkinson_dotplot_stacked.vg.json +++ b/examples/compiled/circle_wilkinson_dotplot_stacked.vg.json @@ -120,5 +120,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/concat_bar_layer_circle.vg.json b/examples/compiled/concat_bar_layer_circle.vg.json index 396de77abf..a2265e4f63 100644 --- a/examples/compiled/concat_bar_layer_circle.vg.json +++ b/examples/compiled/concat_bar_layer_circle.vg.json @@ -415,5 +415,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/concat_bar_scales_discretize.vg.json b/examples/compiled/concat_bar_scales_discretize.vg.json index c97f3775ff..8d2dc81276 100644 --- a/examples/compiled/concat_bar_scales_discretize.vg.json +++ b/examples/compiled/concat_bar_scales_discretize.vg.json @@ -297,5 +297,10 @@ "domain": [30, 70], "range": [80, 200, 320] } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/concat_bar_scales_discretize_2_cols.vg.json b/examples/compiled/concat_bar_scales_discretize_2_cols.vg.json index 6da634961a..751d30375f 100644 --- a/examples/compiled/concat_bar_scales_discretize_2_cols.vg.json +++ b/examples/compiled/concat_bar_scales_discretize_2_cols.vg.json @@ -297,5 +297,10 @@ "domain": [30, 70], "range": [80, 200, 320] } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/concat_hover.vg.json b/examples/compiled/concat_hover.vg.json index 56846cba0c..6c9a8eaa88 100644 --- a/examples/compiled/concat_hover.vg.json +++ b/examples/compiled/concat_hover.vg.json @@ -370,5 +370,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/concat_hover_filter.vg.json b/examples/compiled/concat_hover_filter.vg.json index 120ca84bc5..aea0da4e81 100644 --- a/examples/compiled/concat_hover_filter.vg.json +++ b/examples/compiled/concat_hover_filter.vg.json @@ -418,5 +418,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/concat_layer_voyager_result.vg.json b/examples/compiled/concat_layer_voyager_result.vg.json index 38eb4f2142..3c080ac1bb 100644 --- a/examples/compiled/concat_layer_voyager_result.vg.json +++ b/examples/compiled/concat_layer_voyager_result.vg.json @@ -355,6 +355,7 @@ "arrow-label": {"dy": 12, "fontSize": 9.5}, "arrow-label2": {"dy": 24, "fontSize": 9.5}, "cell": {"stroke": "transparent"}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25}, "group-title": {"fontSize": 12} } } diff --git a/examples/compiled/concat_marginal_histograms.vg.json b/examples/compiled/concat_marginal_histograms.vg.json index 2c4a6d604d..688fba87dd 100644 --- a/examples/compiled/concat_marginal_histograms.vg.json +++ b/examples/compiled/concat_marginal_histograms.vg.json @@ -412,5 +412,10 @@ "title": "Count of Records" } ], - "config": {"style": {"cell": {"stroke": "transparent"}}} + "config": { + "style": { + "cell": {"stroke": "transparent"}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/concat_population_pyramid.vg.json b/examples/compiled/concat_population_pyramid.vg.json index 8e337a1fb8..239ce133df 100644 --- a/examples/compiled/concat_population_pyramid.vg.json +++ b/examples/compiled/concat_population_pyramid.vg.json @@ -300,5 +300,11 @@ "paddingOuter": 0.05 } ], - "config": {"axis": {"grid": false}, "style": {"cell": {"stroke": null}}} + "config": { + "axis": {"grid": false}, + "style": { + "cell": {"stroke": null}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/concat_weather.vg.json b/examples/compiled/concat_weather.vg.json index c3ce9cc2a1..37cd117911 100644 --- a/examples/compiled/concat_weather.vg.json +++ b/examples/compiled/concat_weather.vg.json @@ -396,5 +396,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/config_numberFormatType_test.vg.json b/examples/compiled/config_numberFormatType_test.vg.json index 6185f28c47..852cb92eb3 100644 --- a/examples/compiled/config_numberFormatType_test.vg.json +++ b/examples/compiled/config_numberFormatType_test.vg.json @@ -289,5 +289,10 @@ } } ], - "config": {"customFormatTypes": true} + "config": { + "customFormatTypes": true, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/config_numberFormatType_tooltip.vg.json b/examples/compiled/config_numberFormatType_tooltip.vg.json index b5c555ffc5..6143ea6292 100644 --- a/examples/compiled/config_numberFormatType_tooltip.vg.json +++ b/examples/compiled/config_numberFormatType_tooltip.vg.json @@ -121,6 +121,9 @@ ], "config": { "tooltipFormat": {"numberFormat": ".8f"}, - "customFormatTypes": true + "customFormatTypes": true, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } } } diff --git a/examples/compiled/connected_scatterplot.vg.json b/examples/compiled/connected_scatterplot.vg.json index fa57708d38..6c3d38f94e 100644 --- a/examples/compiled/connected_scatterplot.vg.json +++ b/examples/compiled/connected_scatterplot.vg.json @@ -139,5 +139,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/dynamic_color_legend.vg.json b/examples/compiled/dynamic_color_legend.vg.json index 8fe244ec85..6467d046ba 100644 --- a/examples/compiled/dynamic_color_legend.vg.json +++ b/examples/compiled/dynamic_color_legend.vg.json @@ -624,5 +624,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/embedded_csv.vg.json b/examples/compiled/embedded_csv.vg.json index b66266cce5..818760fe21 100644 --- a/examples/compiled/embedded_csv.vg.json +++ b/examples/compiled/embedded_csv.vg.json @@ -70,5 +70,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/errorband_2d_horizontal_color_encoding.vg.json b/examples/compiled/errorband_2d_horizontal_color_encoding.vg.json index 1383cea4aa..b7eccc86bd 100644 --- a/examples/compiled/errorband_2d_horizontal_color_encoding.vg.json +++ b/examples/compiled/errorband_2d_horizontal_color_encoding.vg.json @@ -173,5 +173,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/errorband_2d_vertical_borders.vg.json b/examples/compiled/errorband_2d_vertical_borders.vg.json index a34fde1cbe..29fb4a98d5 100644 --- a/examples/compiled/errorband_2d_vertical_borders.vg.json +++ b/examples/compiled/errorband_2d_vertical_borders.vg.json @@ -173,5 +173,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/errorband_tooltip.vg.json b/examples/compiled/errorband_tooltip.vg.json index 5dc465efe4..5e563487d1 100644 --- a/examples/compiled/errorband_tooltip.vg.json +++ b/examples/compiled/errorband_tooltip.vg.json @@ -131,5 +131,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/errorbar_2d_vertical_ticks.png b/examples/compiled/errorbar_2d_vertical_ticks.png index 78ad1fcbeb..447e5ae468 100644 Binary files a/examples/compiled/errorbar_2d_vertical_ticks.png and b/examples/compiled/errorbar_2d_vertical_ticks.png differ diff --git a/examples/compiled/errorbar_2d_vertical_ticks.svg b/examples/compiled/errorbar_2d_vertical_ticks.svg index f1d06c2fb4..2b8c767d59 100644 --- a/examples/compiled/errorbar_2d_vertical_ticks.svg +++ b/examples/compiled/errorbar_2d_vertical_ticks.svg @@ -1 +1 @@ -197019721974197619781980Year (year)1520253035Miles per Gallon (95% CIs) \ No newline at end of file +197019721974197619781980Year (year)1520253035Miles per Gallon (95% CIs) \ No newline at end of file diff --git a/examples/compiled/errorbar_2d_vertical_ticks.vg.json b/examples/compiled/errorbar_2d_vertical_ticks.vg.json index eb3bcf8ccd..f4a1886773 100644 --- a/examples/compiled/errorbar_2d_vertical_ticks.vg.json +++ b/examples/compiled/errorbar_2d_vertical_ticks.vg.json @@ -70,8 +70,8 @@ "signal": "{\"Ci1 of Miles_per_Gallon\": format(datum[\"upper_Miles_per_Gallon\"], \"\"), \"Ci0 of Miles_per_Gallon\": format(datum[\"lower_Miles_per_Gallon\"], \"\"), \"Mean of Miles_per_Gallon\": format(datum[\"center_Miles_per_Gallon\"], \"\"), \"Year (year)\": timeFormat(datum[\"year_Year\"], '%b %d, %Y')}" }, "xc": {"scale": "x", "field": "year_Year"}, + "width": {"value": 5}, "yc": {"scale": "y", "field": "lower_Miles_per_Gallon"}, - "width": {"signal": "(1 - 0.25) * width"}, "height": {"value": 1} } } @@ -90,8 +90,8 @@ "signal": "{\"Ci1 of Miles_per_Gallon\": format(datum[\"upper_Miles_per_Gallon\"], \"\"), \"Ci0 of Miles_per_Gallon\": format(datum[\"lower_Miles_per_Gallon\"], \"\"), \"Mean of Miles_per_Gallon\": format(datum[\"center_Miles_per_Gallon\"], \"\"), \"Year (year)\": timeFormat(datum[\"year_Year\"], '%b %d, %Y')}" }, "xc": {"scale": "x", "field": "year_Year"}, + "width": {"value": 5}, "yc": {"scale": "y", "field": "upper_Miles_per_Gallon"}, - "width": {"signal": "(1 - 0.25) * width"}, "height": {"value": 1} } } @@ -193,5 +193,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/errorbar_aggregate.vg.json b/examples/compiled/errorbar_aggregate.vg.json index 70df548211..d5abab1883 100644 --- a/examples/compiled/errorbar_aggregate.vg.json +++ b/examples/compiled/errorbar_aggregate.vg.json @@ -87,8 +87,8 @@ "signal": "\"age: \" + (isValid(datum[\"age\"]) ? datum[\"age\"] : \"\"+datum[\"age\"]) + \"; population: \" + (format(datum[\"min_people\"], \"\"))" }, "xc": {"scale": "x", "field": "age", "band": 0.5}, - "yc": {"scale": "y", "field": "min_people"}, "width": {"value": 5}, + "yc": {"scale": "y", "field": "min_people"}, "height": {"value": 1} } } @@ -106,8 +106,8 @@ "signal": "\"age: \" + (isValid(datum[\"age\"]) ? datum[\"age\"] : \"\"+datum[\"age\"]) + \"; population: \" + (format(datum[\"max_people\"], \"\"))" }, "xc": {"scale": "x", "field": "age", "band": 0.5}, - "yc": {"scale": "y", "field": "max_people"}, "width": {"value": 5}, + "yc": {"scale": "y", "field": "max_people"}, "height": {"value": 1} } } @@ -198,5 +198,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/errorbar_horizontal_aggregate.vg.json b/examples/compiled/errorbar_horizontal_aggregate.vg.json index e1c5a726d4..f6fdefabee 100644 --- a/examples/compiled/errorbar_horizontal_aggregate.vg.json +++ b/examples/compiled/errorbar_horizontal_aggregate.vg.json @@ -86,9 +86,9 @@ "description": { "signal": "\"population: \" + (format(datum[\"min_people\"], \"\")) + \"; age: \" + (isValid(datum[\"age\"]) ? datum[\"age\"] : \"\"+datum[\"age\"])" }, - "xc": {"scale": "x", "field": "min_people"}, "yc": {"scale": "y", "field": "age", "band": 0.5}, "height": {"value": 5}, + "xc": {"scale": "x", "field": "min_people"}, "width": {"value": 1} } } @@ -105,9 +105,9 @@ "description": { "signal": "\"population: \" + (format(datum[\"max_people\"], \"\")) + \"; age: \" + (isValid(datum[\"age\"]) ? datum[\"age\"] : \"\"+datum[\"age\"])" }, - "xc": {"scale": "x", "field": "max_people"}, "yc": {"scale": "y", "field": "age", "band": 0.5}, "height": {"value": 5}, + "xc": {"scale": "x", "field": "max_people"}, "width": {"value": 1} } } @@ -190,5 +190,10 @@ "zindex": 0 }, {"scale": "y", "orient": "left", "grid": false, "title": "age", "zindex": 0} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/errorbar_tooltip.vg.json b/examples/compiled/errorbar_tooltip.vg.json index 21572cd9cd..3a11f8a911 100644 --- a/examples/compiled/errorbar_tooltip.vg.json +++ b/examples/compiled/errorbar_tooltip.vg.json @@ -111,5 +111,10 @@ "title": "variety", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/facet_bullet.vg.json b/examples/compiled/facet_bullet.vg.json index 353bcc5a24..70d400205f 100644 --- a/examples/compiled/facet_bullet.vg.json +++ b/examples/compiled/facet_bullet.vg.json @@ -437,9 +437,9 @@ "description": { "signal": "\"markers[0]: \" + (format(datum[\"markers.0\"], \"\"))" }, - "xc": {"scale": "child_x", "field": "markers\\.0"}, "yc": {"signal": "child_height", "mult": 0.5}, - "height": {"signal": "(1 - 0.25) * child_height"}, + "height": {"signal": "0.75 * height"}, + "xc": {"scale": "child_x", "field": "markers\\.0"}, "width": {"value": 2} } } @@ -494,5 +494,10 @@ } ] } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/facet_column_facet_column_point_future.vg.json b/examples/compiled/facet_column_facet_column_point_future.vg.json index 57f87487cb..e579e5154e 100644 --- a/examples/compiled/facet_column_facet_column_point_future.vg.json +++ b/examples/compiled/facet_column_facet_column_point_future.vg.json @@ -239,5 +239,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/facet_column_facet_row_point_future.vg.json b/examples/compiled/facet_column_facet_row_point_future.vg.json index ad1c118a5f..914ead2eda 100644 --- a/examples/compiled/facet_column_facet_row_point_future.vg.json +++ b/examples/compiled/facet_column_facet_row_point_future.vg.json @@ -235,5 +235,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/facet_cross_independent_scale.vg.json b/examples/compiled/facet_cross_independent_scale.vg.json index d6280b91b1..4268e246e6 100644 --- a/examples/compiled/facet_cross_independent_scale.vg.json +++ b/examples/compiled/facet_cross_independent_scale.vg.json @@ -214,5 +214,10 @@ } ] } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/facet_custom.vg.json b/examples/compiled/facet_custom.vg.json index 8efd0d24a6..a60ee1da92 100644 --- a/examples/compiled/facet_custom.vg.json +++ b/examples/compiled/facet_custom.vg.json @@ -203,5 +203,10 @@ "range": ["#675193", "#ca8861"] } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/facet_custom_header.vg.json b/examples/compiled/facet_custom_header.vg.json index 8efd0d24a6..a60ee1da92 100644 --- a/examples/compiled/facet_custom_header.vg.json +++ b/examples/compiled/facet_custom_header.vg.json @@ -203,5 +203,10 @@ "range": ["#675193", "#ca8861"] } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/facet_grid_bar.vg.json b/examples/compiled/facet_grid_bar.vg.json index ffe8d7fbb6..e559440d80 100644 --- a/examples/compiled/facet_grid_bar.vg.json +++ b/examples/compiled/facet_grid_bar.vg.json @@ -248,5 +248,10 @@ "direction": "horizontal", "symbolType": "square" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/facet_independent_scale.vg.json b/examples/compiled/facet_independent_scale.vg.json index ec52febd7e..9e5973caf7 100644 --- a/examples/compiled/facet_independent_scale.vg.json +++ b/examples/compiled/facet_independent_scale.vg.json @@ -211,5 +211,10 @@ } ], "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}], - "config": {"style": {"cell": {"fill": "yellow"}}} + "config": { + "style": { + "cell": {"fill": "yellow"}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/facet_independent_scale_layer_broken.vg.json b/examples/compiled/facet_independent_scale_layer_broken.vg.json index b91ed67ce5..bcdd2c2942 100644 --- a/examples/compiled/facet_independent_scale_layer_broken.vg.json +++ b/examples/compiled/facet_independent_scale_layer_broken.vg.json @@ -298,5 +298,10 @@ "encode": {"symbols": {"update": {"fill": {"value": "transparent"}}}} } ], - "config": {"style": {"cell": {"fill": "yellow"}}} + "config": { + "style": { + "cell": {"fill": "yellow"}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/facet_row_facet_row_point_future.vg.json b/examples/compiled/facet_row_facet_row_point_future.vg.json index 89e8daaca4..362b501f76 100644 --- a/examples/compiled/facet_row_facet_row_point_future.vg.json +++ b/examples/compiled/facet_row_facet_row_point_future.vg.json @@ -224,5 +224,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_choropleth.vg.json b/examples/compiled/geo_choropleth.vg.json index 857c5be0c1..bf8d40d817 100644 --- a/examples/compiled/geo_choropleth.vg.json +++ b/examples/compiled/geo_choropleth.vg.json @@ -72,5 +72,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "rate" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_circle.vg.json b/examples/compiled/geo_circle.vg.json index 928b5138ea..77bc6f9acf 100644 --- a/examples/compiled/geo_circle.vg.json +++ b/examples/compiled/geo_circle.vg.json @@ -75,5 +75,10 @@ "title": "digit", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_constant_value.vg.json b/examples/compiled/geo_constant_value.vg.json index ebf40947e0..1d7c094dad 100644 --- a/examples/compiled/geo_constant_value.vg.json +++ b/examples/compiled/geo_constant_value.vg.json @@ -130,5 +130,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_custom_projection.vg.json b/examples/compiled/geo_custom_projection.vg.json index 11e3a1680d..d25678a37c 100644 --- a/examples/compiled/geo_custom_projection.vg.json +++ b/examples/compiled/geo_custom_projection.vg.json @@ -71,5 +71,10 @@ } } ], - "config": {"style": {"cell": {"stroke": null}}} + "config": { + "style": { + "cell": {"stroke": null}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_graticule.vg.json b/examples/compiled/geo_graticule.vg.json index 4383dbdff4..fc193c913e 100644 --- a/examples/compiled/geo_graticule.vg.json +++ b/examples/compiled/geo_graticule.vg.json @@ -29,5 +29,10 @@ }, "transform": [{"type": "geoshape", "projection": "projection"}] } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_graticule_object.vg.json b/examples/compiled/geo_graticule_object.vg.json index 80d5094d91..965c7e2771 100644 --- a/examples/compiled/geo_graticule_object.vg.json +++ b/examples/compiled/geo_graticule_object.vg.json @@ -32,5 +32,10 @@ }, "transform": [{"type": "geoshape", "projection": "projection"}] } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_layer.vg.json b/examples/compiled/geo_layer.vg.json index b2b66955c1..2e559aa9ac 100644 --- a/examples/compiled/geo_layer.vg.json +++ b/examples/compiled/geo_layer.vg.json @@ -73,5 +73,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_layer_line_london.vg.json b/examples/compiled/geo_layer_line_london.vg.json index c2bf00c0f3..1439d25e81 100644 --- a/examples/compiled/geo_layer_line_london.vg.json +++ b/examples/compiled/geo_layer_line_london.vg.json @@ -150,5 +150,10 @@ "symbolType": "circle", "encode": {"symbols": {"update": {"fill": {"value": "transparent"}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_line.vg.json b/examples/compiled/geo_line.vg.json index 6220f8efc7..c80cee91c1 100644 --- a/examples/compiled/geo_line.vg.json +++ b/examples/compiled/geo_line.vg.json @@ -130,5 +130,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_params_projections.vg.json b/examples/compiled/geo_params_projections.vg.json index 03b8102be8..227a93f313 100644 --- a/examples/compiled/geo_params_projections.vg.json +++ b/examples/compiled/geo_params_projections.vg.json @@ -61,5 +61,10 @@ }, "transform": [{"type": "geoshape", "projection": "projection"}] } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_point.vg.json b/examples/compiled/geo_point.vg.json index 4991440538..fe0b4812ea 100644 --- a/examples/compiled/geo_point.vg.json +++ b/examples/compiled/geo_point.vg.json @@ -55,5 +55,10 @@ } } ], - "config": {"style": {"cell": {"stroke": "transparent"}}} + "config": { + "style": { + "cell": {"stroke": "transparent"}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_repeat.vg.json b/examples/compiled/geo_repeat.vg.json index 52b141ba78..e6b86d0792 100644 --- a/examples/compiled/geo_repeat.vg.json +++ b/examples/compiled/geo_repeat.vg.json @@ -259,5 +259,10 @@ "interpolate": "hcl", "zero": false } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_rule.vg.json b/examples/compiled/geo_rule.vg.json index a1e005b345..8f6880a7e9 100644 --- a/examples/compiled/geo_rule.vg.json +++ b/examples/compiled/geo_rule.vg.json @@ -139,5 +139,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_sphere.vg.json b/examples/compiled/geo_sphere.vg.json index d1f0cc0189..26d23ed991 100644 --- a/examples/compiled/geo_sphere.vg.json +++ b/examples/compiled/geo_sphere.vg.json @@ -48,5 +48,10 @@ }, "transform": [{"type": "geoshape", "projection": "projection"}] } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_text.vg.json b/examples/compiled/geo_text.vg.json index 070f566b95..aed17d49db 100644 --- a/examples/compiled/geo_text.vg.json +++ b/examples/compiled/geo_text.vg.json @@ -117,5 +117,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/geo_trellis.vg.json b/examples/compiled/geo_trellis.vg.json index 23073cb4ae..ea2d83e587 100644 --- a/examples/compiled/geo_trellis.vg.json +++ b/examples/compiled/geo_trellis.vg.json @@ -138,5 +138,10 @@ "gradientLength": {"signal": "clamp(child_height, 64, 200)"}, "title": "pct" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/hconcat_weather.vg.json b/examples/compiled/hconcat_weather.vg.json index 7825dc9eef..e78836d922 100644 --- a/examples/compiled/hconcat_weather.vg.json +++ b/examples/compiled/hconcat_weather.vg.json @@ -287,5 +287,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/histogram.vg.json b/examples/compiled/histogram.vg.json index 600bc069e8..5b74e409fb 100644 --- a/examples/compiled/histogram.vg.json +++ b/examples/compiled/histogram.vg.json @@ -131,5 +131,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/histogram_bin_change.vg.json b/examples/compiled/histogram_bin_change.vg.json index cbeb5fd914..02572a4c7c 100644 --- a/examples/compiled/histogram_bin_change.vg.json +++ b/examples/compiled/histogram_bin_change.vg.json @@ -131,5 +131,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/histogram_bin_spacing.vg.json b/examples/compiled/histogram_bin_spacing.vg.json index 92e7e119d5..36f1120473 100644 --- a/examples/compiled/histogram_bin_spacing.vg.json +++ b/examples/compiled/histogram_bin_spacing.vg.json @@ -131,5 +131,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/histogram_bin_spacing_reverse.vg.json b/examples/compiled/histogram_bin_spacing_reverse.vg.json index 201da13c9b..ae11577b4f 100644 --- a/examples/compiled/histogram_bin_spacing_reverse.vg.json +++ b/examples/compiled/histogram_bin_spacing_reverse.vg.json @@ -132,5 +132,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/histogram_bin_transform.vg.json b/examples/compiled/histogram_bin_transform.vg.json index c2979ec1bf..971774103a 100644 --- a/examples/compiled/histogram_bin_transform.vg.json +++ b/examples/compiled/histogram_bin_transform.vg.json @@ -126,5 +126,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/histogram_invalid_null.vg.json b/examples/compiled/histogram_invalid_null.vg.json index cfa083c372..517a064ede 100644 --- a/examples/compiled/histogram_invalid_null.vg.json +++ b/examples/compiled/histogram_invalid_null.vg.json @@ -127,5 +127,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/histogram_log.vg.json b/examples/compiled/histogram_log.vg.json index 31cba9057c..0539f1f193 100644 --- a/examples/compiled/histogram_log.vg.json +++ b/examples/compiled/histogram_log.vg.json @@ -145,5 +145,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/histogram_no_spacing.vg.json b/examples/compiled/histogram_no_spacing.vg.json index b16ff5dfbc..a62b2ea8cd 100644 --- a/examples/compiled/histogram_no_spacing.vg.json +++ b/examples/compiled/histogram_no_spacing.vg.json @@ -131,5 +131,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/histogram_nonlinear.vg.json b/examples/compiled/histogram_nonlinear.vg.json index 0230f34fe8..2de210687f 100644 --- a/examples/compiled/histogram_nonlinear.vg.json +++ b/examples/compiled/histogram_nonlinear.vg.json @@ -128,5 +128,10 @@ }, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/histogram_ordinal.vg.json b/examples/compiled/histogram_ordinal.vg.json index 1b11b8bd79..cfcfb3adac 100644 --- a/examples/compiled/histogram_ordinal.vg.json +++ b/examples/compiled/histogram_ordinal.vg.json @@ -129,5 +129,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/histogram_ordinal_sort.vg.json b/examples/compiled/histogram_ordinal_sort.vg.json index a31354fb06..8e72c1cba1 100644 --- a/examples/compiled/histogram_ordinal_sort.vg.json +++ b/examples/compiled/histogram_ordinal_sort.vg.json @@ -135,5 +135,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/histogram_rel_freq.vg.json b/examples/compiled/histogram_rel_freq.vg.json index 4b292dad5d..67e0b16dd0 100644 --- a/examples/compiled/histogram_rel_freq.vg.json +++ b/examples/compiled/histogram_rel_freq.vg.json @@ -152,5 +152,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/histogram_reverse.vg.json b/examples/compiled/histogram_reverse.vg.json index 7ea5fb71df..86c3ac3c99 100644 --- a/examples/compiled/histogram_reverse.vg.json +++ b/examples/compiled/histogram_reverse.vg.json @@ -132,5 +132,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_1d_geo_brush.vg.json b/examples/compiled/interactive_1d_geo_brush.vg.json index 1ea53884db..442bb607d5 100644 --- a/examples/compiled/interactive_1d_geo_brush.vg.json +++ b/examples/compiled/interactive_1d_geo_brush.vg.json @@ -349,5 +349,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_airport_crossfilter.vg.json b/examples/compiled/interactive_airport_crossfilter.vg.json index 5aa92361d0..aa4b720cb8 100644 --- a/examples/compiled/interactive_airport_crossfilter.vg.json +++ b/examples/compiled/interactive_airport_crossfilter.vg.json @@ -860,5 +860,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_area_brush.vg.json b/examples/compiled/interactive_area_brush.vg.json index 907f4329c6..49e0785c30 100644 --- a/examples/compiled/interactive_area_brush.vg.json +++ b/examples/compiled/interactive_area_brush.vg.json @@ -442,5 +442,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_bar_select_highlight.vg.json b/examples/compiled/interactive_bar_select_highlight.vg.json index 4c67db065f..e0ae7ed30b 100644 --- a/examples/compiled/interactive_bar_select_highlight.vg.json +++ b/examples/compiled/interactive_bar_select_highlight.vg.json @@ -226,5 +226,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_bin_extent.vg.json b/examples/compiled/interactive_bin_extent.vg.json index 2e577c871c..f0b4ca7cca 100644 --- a/examples/compiled/interactive_bin_extent.vg.json +++ b/examples/compiled/interactive_bin_extent.vg.json @@ -557,5 +557,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_bin_extent_bottom.vg.json b/examples/compiled/interactive_bin_extent_bottom.vg.json index 12f6ec754c..5f47ef6cfb 100644 --- a/examples/compiled/interactive_bin_extent_bottom.vg.json +++ b/examples/compiled/interactive_bin_extent_bottom.vg.json @@ -558,5 +558,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_brush.vg.json b/examples/compiled/interactive_brush.vg.json index 92e0c2623e..913435e2ea 100644 --- a/examples/compiled/interactive_brush.vg.json +++ b/examples/compiled/interactive_brush.vg.json @@ -477,5 +477,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_concat_layer.vg.json b/examples/compiled/interactive_concat_layer.vg.json index c3a2ba3a16..70fa90bb4c 100644 --- a/examples/compiled/interactive_concat_layer.vg.json +++ b/examples/compiled/interactive_concat_layer.vg.json @@ -428,5 +428,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_crossfilter.vg.json b/examples/compiled/interactive_crossfilter.vg.json index 8fb1c99ae6..6d3b113ef7 100644 --- a/examples/compiled/interactive_crossfilter.vg.json +++ b/examples/compiled/interactive_crossfilter.vg.json @@ -1127,5 +1127,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_dashboard_europe_pop.vg.json b/examples/compiled/interactive_dashboard_europe_pop.vg.json index 5207bf1ccc..745bed1855 100644 --- a/examples/compiled/interactive_dashboard_europe_pop.vg.json +++ b/examples/compiled/interactive_dashboard_europe_pop.vg.json @@ -1541,5 +1541,10 @@ "zero": false, "nice": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_geo_earthquakes.vg.json b/examples/compiled/interactive_geo_earthquakes.vg.json index 8468689405..528be0f829 100644 --- a/examples/compiled/interactive_geo_earthquakes.vg.json +++ b/examples/compiled/interactive_geo_earthquakes.vg.json @@ -136,5 +136,10 @@ "range": [0, {"signal": "pow(earthquakeSize, 3)"}], "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_global_development.vg.json b/examples/compiled/interactive_global_development.vg.json index abfdd0571a..84fdd5269e 100644 --- a/examples/compiled/interactive_global_development.vg.json +++ b/examples/compiled/interactive_global_development.vg.json @@ -458,5 +458,10 @@ "symbolType": "circle", "encode": {"symbols": {"update": {"opacity": {"value": 0.9}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_histogram_full_height_hover.vg.json b/examples/compiled/interactive_histogram_full_height_hover.vg.json index ecb49a4857..38a803a25a 100644 --- a/examples/compiled/interactive_histogram_full_height_hover.vg.json +++ b/examples/compiled/interactive_histogram_full_height_hover.vg.json @@ -243,5 +243,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_index_chart.vg.json b/examples/compiled/interactive_index_chart.vg.json index d3f8508e41..7237fea7b3 100644 --- a/examples/compiled/interactive_index_chart.vg.json +++ b/examples/compiled/interactive_index_chart.vg.json @@ -337,5 +337,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_layered_crossfilter.vg.json b/examples/compiled/interactive_layered_crossfilter.vg.json index 7edf8e975b..52afa38e26 100644 --- a/examples/compiled/interactive_layered_crossfilter.vg.json +++ b/examples/compiled/interactive_layered_crossfilter.vg.json @@ -1364,5 +1364,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_layered_crossfilter_discrete.vg.json b/examples/compiled/interactive_layered_crossfilter_discrete.vg.json index 3a58160721..9440a0e6a6 100644 --- a/examples/compiled/interactive_layered_crossfilter_discrete.vg.json +++ b/examples/compiled/interactive_layered_crossfilter_discrete.vg.json @@ -737,5 +737,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_legend.vg.json b/examples/compiled/interactive_legend.vg.json index 5a84804926..0f7a0a6f36 100644 --- a/examples/compiled/interactive_legend.vg.json +++ b/examples/compiled/interactive_legend.vg.json @@ -266,5 +266,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_legend_dblclick.vg.json b/examples/compiled/interactive_legend_dblclick.vg.json index f8ab0ad7fa..f7b0fed6d5 100644 --- a/examples/compiled/interactive_legend_dblclick.vg.json +++ b/examples/compiled/interactive_legend_dblclick.vg.json @@ -266,5 +266,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_line_brush_cursor.vg.json b/examples/compiled/interactive_line_brush_cursor.vg.json index 783001ce45..514fe99331 100644 --- a/examples/compiled/interactive_line_brush_cursor.vg.json +++ b/examples/compiled/interactive_line_brush_cursor.vg.json @@ -363,5 +363,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_line_hover.vg.json b/examples/compiled/interactive_line_hover.vg.json index 2327e2d624..d824454620 100644 --- a/examples/compiled/interactive_line_hover.vg.json +++ b/examples/compiled/interactive_line_hover.vg.json @@ -347,5 +347,10 @@ "zindex": 0 } ], - "config": {"style": {"cell": {"stroke": null}}} + "config": { + "style": { + "cell": {"stroke": null}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_line_point_hover.vg.json b/examples/compiled/interactive_line_point_hover.vg.json index ca3ae2083c..061b210919 100644 --- a/examples/compiled/interactive_line_point_hover.vg.json +++ b/examples/compiled/interactive_line_point_hover.vg.json @@ -248,5 +248,10 @@ "fill": "color", "encode": {"symbols": {"update": {"opacity": {"value": 1}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_multi_line_label.vg.json b/examples/compiled/interactive_multi_line_label.vg.json index 71842ccf8c..f6141b1128 100644 --- a/examples/compiled/interactive_multi_line_label.vg.json +++ b/examples/compiled/interactive_multi_line_label.vg.json @@ -373,5 +373,10 @@ "encode": {"symbols": {"update": {"opacity": {"value": 1}}}}, "fill": "color" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_multi_line_pivot_tooltip.vg.json b/examples/compiled/interactive_multi_line_pivot_tooltip.vg.json index 167dc357ed..eb6b4277cd 100644 --- a/examples/compiled/interactive_multi_line_pivot_tooltip.vg.json +++ b/examples/compiled/interactive_multi_line_pivot_tooltip.vg.json @@ -321,5 +321,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_multi_line_tooltip.vg.json b/examples/compiled/interactive_multi_line_tooltip.vg.json index 9b6c48a41e..a8412cc9dc 100644 --- a/examples/compiled/interactive_multi_line_tooltip.vg.json +++ b/examples/compiled/interactive_multi_line_tooltip.vg.json @@ -235,5 +235,10 @@ "zindex": 0 } ], - "config": {"axisY": {"minExtent": 30}} + "config": { + "axisY": {"minExtent": 30}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_overview_detail.vg.json b/examples/compiled/interactive_overview_detail.vg.json index 916805a00d..2f4f39a480 100644 --- a/examples/compiled/interactive_overview_detail.vg.json +++ b/examples/compiled/interactive_overview_detail.vg.json @@ -511,5 +511,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_paintbrush.vg.json b/examples/compiled/interactive_paintbrush.vg.json index 453313cf66..685f366068 100644 --- a/examples/compiled/interactive_paintbrush.vg.json +++ b/examples/compiled/interactive_paintbrush.vg.json @@ -189,5 +189,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_paintbrush_color.vg.json b/examples/compiled/interactive_paintbrush_color.vg.json index c15d875689..a0970cbea5 100644 --- a/examples/compiled/interactive_paintbrush_color.vg.json +++ b/examples/compiled/interactive_paintbrush_color.vg.json @@ -179,5 +179,10 @@ "title": "Cylinders", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_paintbrush_color_nearest.vg.json b/examples/compiled/interactive_paintbrush_color_nearest.vg.json index f7d962fa2d..ba4651e57f 100644 --- a/examples/compiled/interactive_paintbrush_color_nearest.vg.json +++ b/examples/compiled/interactive_paintbrush_color_nearest.vg.json @@ -205,5 +205,10 @@ "title": "Cylinders", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_paintbrush_interval.vg.json b/examples/compiled/interactive_paintbrush_interval.vg.json index 647060779f..ef29524935 100644 --- a/examples/compiled/interactive_paintbrush_interval.vg.json +++ b/examples/compiled/interactive_paintbrush_interval.vg.json @@ -442,5 +442,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_paintbrush_simple_false.vg.json b/examples/compiled/interactive_paintbrush_simple_false.vg.json index c5954a16e8..572dd0edcf 100644 --- a/examples/compiled/interactive_paintbrush_simple_false.vg.json +++ b/examples/compiled/interactive_paintbrush_simple_false.vg.json @@ -187,5 +187,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_paintbrush_simple_true.vg.json b/examples/compiled/interactive_paintbrush_simple_true.vg.json index 6e225de8b8..ea7baa3cbf 100644 --- a/examples/compiled/interactive_paintbrush_simple_true.vg.json +++ b/examples/compiled/interactive_paintbrush_simple_true.vg.json @@ -187,5 +187,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_panzoom_splom.vg.json b/examples/compiled/interactive_panzoom_splom.vg.json index ee08ac75c4..07f750675d 100644 --- a/examples/compiled/interactive_panzoom_splom.vg.json +++ b/examples/compiled/interactive_panzoom_splom.vg.json @@ -2074,5 +2074,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_panzoom_vconcat_shared.vg.json b/examples/compiled/interactive_panzoom_vconcat_shared.vg.json index ad089bb44d..b2515e22b6 100644 --- a/examples/compiled/interactive_panzoom_vconcat_shared.vg.json +++ b/examples/compiled/interactive_panzoom_vconcat_shared.vg.json @@ -358,5 +358,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_point_domainRaw_binding.vg.json b/examples/compiled/interactive_point_domainRaw_binding.vg.json index ba4105024a..8f843c8122 100644 --- a/examples/compiled/interactive_point_domainRaw_binding.vg.json +++ b/examples/compiled/interactive_point_domainRaw_binding.vg.json @@ -144,5 +144,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_point_init.vg.json b/examples/compiled/interactive_point_init.vg.json index 7ea5d46c2c..40371f9427 100644 --- a/examples/compiled/interactive_point_init.vg.json +++ b/examples/compiled/interactive_point_init.vg.json @@ -200,5 +200,10 @@ "title": "Origin", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_query_widgets.vg.json b/examples/compiled/interactive_query_widgets.vg.json index 27a4d523a2..b1ee11f512 100644 --- a/examples/compiled/interactive_query_widgets.vg.json +++ b/examples/compiled/interactive_query_widgets.vg.json @@ -242,5 +242,10 @@ "title": "Origin", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_seattle_weather.vg.json b/examples/compiled/interactive_seattle_weather.vg.json index 020b67c7dc..d9101af8af 100644 --- a/examples/compiled/interactive_seattle_weather.vg.json +++ b/examples/compiled/interactive_seattle_weather.vg.json @@ -613,5 +613,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_splom.vg.json b/examples/compiled/interactive_splom.vg.json index adaf981d51..ba5a4bef6f 100644 --- a/examples/compiled/interactive_splom.vg.json +++ b/examples/compiled/interactive_splom.vg.json @@ -4664,5 +4664,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/interactive_stocks_nearest_index.vg.json b/examples/compiled/interactive_stocks_nearest_index.vg.json index b29d81cd45..7e3dab3072 100644 --- a/examples/compiled/interactive_stocks_nearest_index.vg.json +++ b/examples/compiled/interactive_stocks_nearest_index.vg.json @@ -301,5 +301,10 @@ } ], "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}], - "config": {"style": {"text": {"align": "right", "dx": -5, "dy": 5}}} + "config": { + "style": { + "text": {"align": "right", "dx": -5, "dy": 5}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/isotype_bar_chart.vg.json b/examples/compiled/isotype_bar_chart.vg.json index 1146ff685a..675b7fd062 100644 --- a/examples/compiled/isotype_bar_chart.vg.json +++ b/examples/compiled/isotype_bar_chart.vg.json @@ -150,5 +150,10 @@ ] } ], - "config": {"style": {"cell": {"stroke": ""}}} + "config": { + "style": { + "cell": {"stroke": ""}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/isotype_bar_chart_emoji.vg.json b/examples/compiled/isotype_bar_chart_emoji.vg.json index 89be8f2129..a0e27e8566 100644 --- a/examples/compiled/isotype_bar_chart_emoji.vg.json +++ b/examples/compiled/isotype_bar_chart_emoji.vg.json @@ -150,5 +150,10 @@ "padding": 0.5 } ], - "config": {"style": {"cell": {"stroke": ""}}} + "config": { + "style": { + "cell": {"stroke": ""}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/isotype_grid.vg.json b/examples/compiled/isotype_grid.vg.json index 6bcb4d6c7d..8662928b76 100644 --- a/examples/compiled/isotype_grid.vg.json +++ b/examples/compiled/isotype_grid.vg.json @@ -487,5 +487,10 @@ "padding": 0.5 } ], - "config": {"style": {"cell": {"stroke": ""}}} + "config": { + "style": { + "cell": {"stroke": ""}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/joinaggregate_mean_difference.vg.json b/examples/compiled/joinaggregate_mean_difference.vg.json index d3592f878a..fd5badec8f 100644 --- a/examples/compiled/joinaggregate_mean_difference.vg.json +++ b/examples/compiled/joinaggregate_mean_difference.vg.json @@ -160,5 +160,10 @@ "title": "Title", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/joinaggregate_mean_difference_by_year.vg.json b/examples/compiled/joinaggregate_mean_difference_by_year.vg.json index f43bf72226..bc00dfc600 100644 --- a/examples/compiled/joinaggregate_mean_difference_by_year.vg.json +++ b/examples/compiled/joinaggregate_mean_difference_by_year.vg.json @@ -101,9 +101,9 @@ "description": { "signal": "\"AverageYearRating: \" + (format(datum[\"AverageYearRating\"], \"\")) + \"; Title: \" + (isValid(datum[\"Title\"]) ? datum[\"Title\"] : \"\"+datum[\"Title\"])" }, + "y": {"scale": "y", "field": "Title"}, + "height": {"signal": "max(0.25, bandwidth('y'))"}, "xc": {"scale": "x", "field": "AverageYearRating"}, - "yc": {"scale": "y", "field": "Title", "band": 0.5}, - "height": {"scale": "y", "band": 1}, "width": {"value": 1} } } @@ -171,5 +171,10 @@ "title": "Title", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/joinaggregate_percent_of_total.vg.json b/examples/compiled/joinaggregate_percent_of_total.vg.json index 2258fe7f1d..f4b6919301 100644 --- a/examples/compiled/joinaggregate_percent_of_total.vg.json +++ b/examples/compiled/joinaggregate_percent_of_total.vg.json @@ -127,5 +127,10 @@ "title": "Activity", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/joinaggregate_residual_graph.vg.json b/examples/compiled/joinaggregate_residual_graph.vg.json index 0071eaa8d0..93d311fb80 100644 --- a/examples/compiled/joinaggregate_residual_graph.vg.json +++ b/examples/compiled/joinaggregate_residual_graph.vg.json @@ -137,5 +137,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "encode": {"gradient": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_arc_label.vg.json b/examples/compiled/layer_arc_label.vg.json index 6cf4119997..57825da69e 100644 --- a/examples/compiled/layer_arc_label.vg.json +++ b/examples/compiled/layer_arc_label.vg.json @@ -129,5 +129,10 @@ }, "range": "category" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_bar_annotations.vg.json b/examples/compiled/layer_bar_annotations.vg.json index 0c4bd6ee71..e2855d824c 100644 --- a/examples/compiled/layer_bar_annotations.vg.json +++ b/examples/compiled/layer_bar_annotations.vg.json @@ -202,5 +202,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_bar_circle_grouped.vg.json b/examples/compiled/layer_bar_circle_grouped.vg.json index 4de4dea6d2..defadb657e 100644 --- a/examples/compiled/layer_bar_circle_grouped.vg.json +++ b/examples/compiled/layer_bar_circle_grouped.vg.json @@ -194,5 +194,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "group"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "group"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_bar_fruit.vg.json b/examples/compiled/layer_bar_fruit.vg.json index e7d01668fb..14a81daae1 100644 --- a/examples/compiled/layer_bar_fruit.vg.json +++ b/examples/compiled/layer_bar_fruit.vg.json @@ -164,5 +164,10 @@ "fill": "color", "gradientLength": {"signal": "clamp(height, 64, 200)"} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_bar_grouped_line_ungrouped.vg.json b/examples/compiled/layer_bar_grouped_line_ungrouped.vg.json index 6b9b4a3fc4..14a6b46cf8 100644 --- a/examples/compiled/layer_bar_grouped_line_ungrouped.vg.json +++ b/examples/compiled/layer_bar_grouped_line_ungrouped.vg.json @@ -183,5 +183,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "group"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "group"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_bar_labels.vg.json b/examples/compiled/layer_bar_labels.vg.json index 31d397cd71..e891d95ff4 100644 --- a/examples/compiled/layer_bar_labels.vg.json +++ b/examples/compiled/layer_bar_labels.vg.json @@ -136,5 +136,10 @@ "zindex": 0 }, {"scale": "y", "orient": "left", "grid": false, "title": "a", "zindex": 0} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_bar_labels_grey.vg.json b/examples/compiled/layer_bar_labels_grey.vg.json index 8b77756483..7dae1b65ee 100644 --- a/examples/compiled/layer_bar_labels_grey.vg.json +++ b/examples/compiled/layer_bar_labels_grey.vg.json @@ -127,5 +127,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_bar_labels_style.vg.json b/examples/compiled/layer_bar_labels_style.vg.json index dd0169cc9c..0d8bb2b0ee 100644 --- a/examples/compiled/layer_bar_labels_style.vg.json +++ b/examples/compiled/layer_bar_labels_style.vg.json @@ -141,6 +141,9 @@ {"scale": "y", "orient": "left", "grid": false, "title": "a", "zindex": 0} ], "config": { - "style": {"label": {"align": "left", "baseline": "middle", "dx": 3}} + "style": { + "label": {"align": "left", "baseline": "middle", "dx": 3}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } } } diff --git a/examples/compiled/layer_bar_line.vg.json b/examples/compiled/layer_bar_line.vg.json index 3fb29c1577..ccefd7814e 100644 --- a/examples/compiled/layer_bar_line.vg.json +++ b/examples/compiled/layer_bar_line.vg.json @@ -150,5 +150,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_bar_line_union.vg.json b/examples/compiled/layer_bar_line_union.vg.json index bce056d4f8..ca2d897056 100644 --- a/examples/compiled/layer_bar_line_union.vg.json +++ b/examples/compiled/layer_bar_line_union.vg.json @@ -150,5 +150,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_bar_month.vg.json b/examples/compiled/layer_bar_month.vg.json index 98c23e75f6..ae4e5b2112 100644 --- a/examples/compiled/layer_bar_month.vg.json +++ b/examples/compiled/layer_bar_month.vg.json @@ -159,5 +159,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_bar_tick_datum_grouped.vg.json b/examples/compiled/layer_bar_tick_datum_grouped.vg.json index ec3051af03..5d0e6fa6c0 100644 --- a/examples/compiled/layer_bar_tick_datum_grouped.vg.json +++ b/examples/compiled/layer_bar_tick_datum_grouped.vg.json @@ -72,13 +72,13 @@ "description": { "signal": "\"Cylinders: \" + (isValid(datum[\"Cylinders\"]) ? datum[\"Cylinders\"] : \"\"+datum[\"Cylinders\"]) + \"; Origin: \" + (isValid(datum[\"Origin\"]) ? datum[\"Origin\"] : \"\"+datum[\"Origin\"])" }, - "xc": { + "x": { "scale": "x", "field": "Cylinders", - "offset": {"scale": "xOffset", "field": "Origin", "band": 0.5} + "offset": {"scale": "xOffset", "field": "Origin"} }, + "width": {"signal": "max(0.25, bandwidth('xOffset'))"}, "yc": {"scale": "y", "value": 10}, - "width": {"scale": "xOffset", "band": 1}, "height": {"value": 1} } } @@ -163,5 +163,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_boxplot_circle.vg.json b/examples/compiled/layer_boxplot_circle.vg.json index 3186d3f671..de5c834154 100644 --- a/examples/compiled/layer_boxplot_circle.vg.json +++ b/examples/compiled/layer_boxplot_circle.vg.json @@ -197,9 +197,9 @@ "tooltip": { "signal": "{\"Max of population\": format(datum[\"max_people\"], \"\"), \"Q3 of population\": format(datum[\"upper_box_people\"], \"\"), \"Median of population\": format(datum[\"mid_box_people\"], \"\"), \"Q1 of population\": format(datum[\"lower_box_people\"], \"\"), \"Min of population\": format(datum[\"min_people\"], \"\"), \"age\": isValid(datum[\"age\"]) ? datum[\"age\"] : \"\"+datum[\"age\"]}" }, - "xc": {"scale": "x", "field": "mid_box_people"}, "yc": {"scale": "y", "field": "age", "band": 0.5}, "height": {"value": 14}, + "xc": {"scale": "x", "field": "mid_box_people"}, "width": {"value": 1} } } @@ -288,5 +288,10 @@ "zindex": 0 }, {"scale": "y", "orient": "left", "grid": false, "title": "age", "zindex": 0} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_candlestick.vg.json b/examples/compiled/layer_candlestick.vg.json index 22991e40bf..b356c05215 100644 --- a/examples/compiled/layer_candlestick.vg.json +++ b/examples/compiled/layer_candlestick.vg.json @@ -158,5 +158,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_circle_independent_color.vg.json b/examples/compiled/layer_circle_independent_color.vg.json index 62237a8f09..607a762cb9 100644 --- a/examples/compiled/layer_circle_independent_color.vg.json +++ b/examples/compiled/layer_circle_independent_color.vg.json @@ -224,5 +224,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_color_legend_left.vg.json b/examples/compiled/layer_color_legend_left.vg.json index 0c26fae4bd..6e795aa18f 100644 --- a/examples/compiled/layer_color_legend_left.vg.json +++ b/examples/compiled/layer_color_legend_left.vg.json @@ -178,5 +178,10 @@ "fill": "color", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_cumulative_histogram.vg.json b/examples/compiled/layer_cumulative_histogram.vg.json index a30fb31f9b..40739755db 100644 --- a/examples/compiled/layer_cumulative_histogram.vg.json +++ b/examples/compiled/layer_cumulative_histogram.vg.json @@ -210,5 +210,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_dual_axis.vg.json b/examples/compiled/layer_dual_axis.vg.json index c392140d04..387f576e28 100644 --- a/examples/compiled/layer_dual_axis.vg.json +++ b/examples/compiled/layer_dual_axis.vg.json @@ -165,5 +165,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_falkensee.vg.json b/examples/compiled/layer_falkensee.vg.json index c37431810b..1f510e2c5b 100644 --- a/examples/compiled/layer_falkensee.vg.json +++ b/examples/compiled/layer_falkensee.vg.json @@ -268,5 +268,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "event"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "event"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_histogram.vg.json b/examples/compiled/layer_histogram.vg.json index 256d7008e4..3a9e5a782b 100644 --- a/examples/compiled/layer_histogram.vg.json +++ b/examples/compiled/layer_histogram.vg.json @@ -185,5 +185,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_histogram_global_mean.vg.json b/examples/compiled/layer_histogram_global_mean.vg.json index 126d24ebd1..4a967c5a43 100644 --- a/examples/compiled/layer_histogram_global_mean.vg.json +++ b/examples/compiled/layer_histogram_global_mean.vg.json @@ -172,5 +172,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_likert.vg.json b/examples/compiled/layer_likert.vg.json index b7e6cbdd80..6d86abeafd 100644 --- a/examples/compiled/layer_likert.vg.json +++ b/examples/compiled/layer_likert.vg.json @@ -290,9 +290,9 @@ "description": { "signal": "\"median: \" + (format(datum[\"median\"], \"\")) + \"; name: \" + (isValid(datum[\"name\"]) ? datum[\"name\"] : \"\"+datum[\"name\"])" }, + "y": {"scale": "y", "field": "name"}, + "height": {"signal": "max(0.25, bandwidth('y'))"}, "xc": {"scale": "x", "field": "median"}, - "yc": {"scale": "y", "field": "name", "band": 0.5}, - "height": {"scale": "y", "band": 1}, "width": {"value": 1} } } @@ -420,5 +420,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_line_co2_concentration.vg.json b/examples/compiled/layer_line_co2_concentration.vg.json index 15ba2b5d35..a631354ae5 100644 --- a/examples/compiled/layer_line_co2_concentration.vg.json +++ b/examples/compiled/layer_line_co2_concentration.vg.json @@ -239,5 +239,10 @@ "zindex": 0 } ], - "config": {"style": {"text": {"align": "left", "dx": 3, "dy": 1}}} + "config": { + "style": { + "text": {"align": "left", "dx": 3, "dy": 1}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_line_color_rule.vg.json b/examples/compiled/layer_line_color_rule.vg.json index 745fe51101..adbcd8fcbc 100644 --- a/examples/compiled/layer_line_color_rule.vg.json +++ b/examples/compiled/layer_line_color_rule.vg.json @@ -171,5 +171,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_line_datum_rule.vg.json b/examples/compiled/layer_line_datum_rule.vg.json index a9f632afc2..682eefb0c5 100644 --- a/examples/compiled/layer_line_datum_rule.vg.json +++ b/examples/compiled/layer_line_datum_rule.vg.json @@ -141,5 +141,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_line_datum_rule_datetime.vg.json b/examples/compiled/layer_line_datum_rule_datetime.vg.json index 0f6cca8f1e..246658c74c 100644 --- a/examples/compiled/layer_line_datum_rule_datetime.vg.json +++ b/examples/compiled/layer_line_datum_rule_datetime.vg.json @@ -146,5 +146,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_line_errorband_2d_horizontal_borders_strokedash.vg.json b/examples/compiled/layer_line_errorband_2d_horizontal_borders_strokedash.vg.json index 8ba8495633..74042926c2 100644 --- a/examples/compiled/layer_line_errorband_2d_horizontal_borders_strokedash.vg.json +++ b/examples/compiled/layer_line_errorband_2d_horizontal_borders_strokedash.vg.json @@ -212,5 +212,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_line_errorband_ci.vg.json b/examples/compiled/layer_line_errorband_ci.vg.json index 2f467bc8c4..93357667fd 100644 --- a/examples/compiled/layer_line_errorband_ci.vg.json +++ b/examples/compiled/layer_line_errorband_ci.vg.json @@ -166,5 +166,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_line_errorband_pre_aggregated.vg.json b/examples/compiled/layer_line_errorband_pre_aggregated.vg.json index ec42299e65..1accd32454 100644 --- a/examples/compiled/layer_line_errorband_pre_aggregated.vg.json +++ b/examples/compiled/layer_line_errorband_pre_aggregated.vg.json @@ -190,5 +190,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_line_mean_point_raw.vg.json b/examples/compiled/layer_line_mean_point_raw.vg.json index a631d91286..7bdc2da0a6 100644 --- a/examples/compiled/layer_line_mean_point_raw.vg.json +++ b/examples/compiled/layer_line_mean_point_raw.vg.json @@ -169,5 +169,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_line_rolling_mean_point_raw.vg.json b/examples/compiled/layer_line_rolling_mean_point_raw.vg.json index b4af2098c2..0a89e2f6a2 100644 --- a/examples/compiled/layer_line_rolling_mean_point_raw.vg.json +++ b/examples/compiled/layer_line_rolling_mean_point_raw.vg.json @@ -150,5 +150,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_line_window.vg.json b/examples/compiled/layer_line_window.vg.json index d5030a61e8..5ea0a9ce4d 100644 --- a/examples/compiled/layer_line_window.vg.json +++ b/examples/compiled/layer_line_window.vg.json @@ -617,5 +617,10 @@ "stroke": "color", "symbolType": "stroke" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_null_data.vg.json b/examples/compiled/layer_null_data.vg.json index ba3703026a..00c86aae67 100644 --- a/examples/compiled/layer_null_data.vg.json +++ b/examples/compiled/layer_null_data.vg.json @@ -197,5 +197,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_overlay.vg.json b/examples/compiled/layer_overlay.vg.json index 89c38c3ccb..e45c51e8f2 100644 --- a/examples/compiled/layer_overlay.vg.json +++ b/examples/compiled/layer_overlay.vg.json @@ -190,5 +190,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_errorbar_1d_horizontal.vg.json b/examples/compiled/layer_point_errorbar_1d_horizontal.vg.json index 306057e4fd..310fe0d8bb 100644 --- a/examples/compiled/layer_point_errorbar_1d_horizontal.vg.json +++ b/examples/compiled/layer_point_errorbar_1d_horizontal.vg.json @@ -131,5 +131,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_errorbar_1d_vertical.vg.json b/examples/compiled/layer_point_errorbar_1d_vertical.vg.json index 50011daa62..a8c55311c3 100644 --- a/examples/compiled/layer_point_errorbar_1d_vertical.vg.json +++ b/examples/compiled/layer_point_errorbar_1d_vertical.vg.json @@ -130,5 +130,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_errorbar_2d_horizontal.vg.json b/examples/compiled/layer_point_errorbar_2d_horizontal.vg.json index 672ec33639..d5d36521ee 100644 --- a/examples/compiled/layer_point_errorbar_2d_horizontal.vg.json +++ b/examples/compiled/layer_point_errorbar_2d_horizontal.vg.json @@ -156,5 +156,10 @@ "title": "variety", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_errorbar_2d_horizontal_ci.vg.json b/examples/compiled/layer_point_errorbar_2d_horizontal_ci.vg.json index be00cb942b..9f39502065 100644 --- a/examples/compiled/layer_point_errorbar_2d_horizontal_ci.vg.json +++ b/examples/compiled/layer_point_errorbar_2d_horizontal_ci.vg.json @@ -146,5 +146,10 @@ "title": "variety", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_errorbar_2d_horizontal_color_encoding.vg.json b/examples/compiled/layer_point_errorbar_2d_horizontal_color_encoding.vg.json index 812201fc09..c8299431a9 100644 --- a/examples/compiled/layer_point_errorbar_2d_horizontal_color_encoding.vg.json +++ b/examples/compiled/layer_point_errorbar_2d_horizontal_color_encoding.vg.json @@ -87,9 +87,9 @@ "tooltip": { "signal": "{\"Mean of yield\": format(datum[\"center_yield\"], \"\"), \"Mean + stderr of yield\": format(datum[\"upper_yield\"], \"\"), \"Mean - stderr of yield\": format(datum[\"lower_yield\"], \"\"), \"variety\": isValid(datum[\"variety\"]) ? datum[\"variety\"] : \"\"+datum[\"variety\"]}" }, + "y": {"scale": "y", "field": "variety"}, + "height": {"signal": "max(0.25, bandwidth('y'))"}, "xc": {"scale": "x", "field": "lower_yield"}, - "yc": {"scale": "y", "field": "variety", "band": 0.5}, - "height": {"scale": "y", "band": 1}, "width": {"value": 1} } } @@ -107,9 +107,9 @@ "tooltip": { "signal": "{\"Mean of yield\": format(datum[\"center_yield\"], \"\"), \"Mean + stderr of yield\": format(datum[\"upper_yield\"], \"\"), \"Mean - stderr of yield\": format(datum[\"lower_yield\"], \"\"), \"variety\": isValid(datum[\"variety\"]) ? datum[\"variety\"] : \"\"+datum[\"variety\"]}" }, + "y": {"scale": "y", "field": "variety"}, + "height": {"signal": "max(0.25, bandwidth('y'))"}, "xc": {"scale": "x", "field": "upper_yield"}, - "yc": {"scale": "y", "field": "variety", "band": 0.5}, - "height": {"scale": "y", "band": 1}, "width": {"value": 1} } } @@ -217,5 +217,10 @@ "title": "variety", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_errorbar_2d_horizontal_custom_ticks.vg.json b/examples/compiled/layer_point_errorbar_2d_horizontal_custom_ticks.vg.json index a81a866b7b..8b57581b11 100644 --- a/examples/compiled/layer_point_errorbar_2d_horizontal_custom_ticks.vg.json +++ b/examples/compiled/layer_point_errorbar_2d_horizontal_custom_ticks.vg.json @@ -87,9 +87,9 @@ "tooltip": { "signal": "{\"Mean of yield\": format(datum[\"center_yield\"], \"\"), \"Mean + stderr of yield\": format(datum[\"upper_yield\"], \"\"), \"Mean - stderr of yield\": format(datum[\"lower_yield\"], \"\"), \"variety\": isValid(datum[\"variety\"]) ? datum[\"variety\"] : \"\"+datum[\"variety\"]}" }, + "y": {"scale": "y", "field": "variety"}, + "height": {"signal": "max(0.25, bandwidth('y'))"}, "xc": {"scale": "x", "field": "lower_yield"}, - "yc": {"scale": "y", "field": "variety", "band": 0.5}, - "height": {"scale": "y", "band": 1}, "width": {"value": 1} } } @@ -107,9 +107,9 @@ "tooltip": { "signal": "{\"Mean of yield\": format(datum[\"center_yield\"], \"\"), \"Mean + stderr of yield\": format(datum[\"upper_yield\"], \"\"), \"Mean - stderr of yield\": format(datum[\"lower_yield\"], \"\"), \"variety\": isValid(datum[\"variety\"]) ? datum[\"variety\"] : \"\"+datum[\"variety\"]}" }, + "y": {"scale": "y", "field": "variety"}, + "height": {"signal": "max(0.25, bandwidth('y'))"}, "xc": {"scale": "x", "field": "upper_yield"}, - "yc": {"scale": "y", "field": "variety", "band": 0.5}, - "height": {"scale": "y", "band": 1}, "width": {"value": 1} } } @@ -217,5 +217,10 @@ "title": "variety", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_errorbar_2d_horizontal_iqr.vg.json b/examples/compiled/layer_point_errorbar_2d_horizontal_iqr.vg.json index e7e4e26212..19cd084530 100644 --- a/examples/compiled/layer_point_errorbar_2d_horizontal_iqr.vg.json +++ b/examples/compiled/layer_point_errorbar_2d_horizontal_iqr.vg.json @@ -146,5 +146,10 @@ "title": "variety", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_errorbar_2d_horizontal_stdev.vg.json b/examples/compiled/layer_point_errorbar_2d_horizontal_stdev.vg.json index 76ec714e4b..08562f4069 100644 --- a/examples/compiled/layer_point_errorbar_2d_horizontal_stdev.vg.json +++ b/examples/compiled/layer_point_errorbar_2d_horizontal_stdev.vg.json @@ -156,5 +156,10 @@ "title": "variety", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_errorbar_2d_vertical.vg.json b/examples/compiled/layer_point_errorbar_2d_vertical.vg.json index 40ebf0cb7b..810fd932ba 100644 --- a/examples/compiled/layer_point_errorbar_2d_vertical.vg.json +++ b/examples/compiled/layer_point_errorbar_2d_vertical.vg.json @@ -158,5 +158,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_errorbar_ci.vg.json b/examples/compiled/layer_point_errorbar_ci.vg.json index b315247154..e661fa3d29 100644 --- a/examples/compiled/layer_point_errorbar_ci.vg.json +++ b/examples/compiled/layer_point_errorbar_ci.vg.json @@ -146,5 +146,10 @@ "title": "variety", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_errorbar_pre_aggregated_asymmetric_error.vg.json b/examples/compiled/layer_point_errorbar_pre_aggregated_asymmetric_error.vg.json index c4920cf063..3e3fee3305 100644 --- a/examples/compiled/layer_point_errorbar_pre_aggregated_asymmetric_error.vg.json +++ b/examples/compiled/layer_point_errorbar_pre_aggregated_asymmetric_error.vg.json @@ -172,5 +172,10 @@ "title": "variety", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_errorbar_pre_aggregated_symmetric_error.vg.json b/examples/compiled/layer_point_errorbar_pre_aggregated_symmetric_error.vg.json index 05fc1ffb53..2f1a265f95 100644 --- a/examples/compiled/layer_point_errorbar_pre_aggregated_symmetric_error.vg.json +++ b/examples/compiled/layer_point_errorbar_pre_aggregated_symmetric_error.vg.json @@ -160,5 +160,10 @@ "title": "variety", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_errorbar_pre_aggregated_upper_lower.vg.json b/examples/compiled/layer_point_errorbar_pre_aggregated_upper_lower.vg.json index 7ee0833181..8f576e7296 100644 --- a/examples/compiled/layer_point_errorbar_pre_aggregated_upper_lower.vg.json +++ b/examples/compiled/layer_point_errorbar_pre_aggregated_upper_lower.vg.json @@ -172,5 +172,10 @@ "title": "variety", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_errorbar_stdev.vg.json b/examples/compiled/layer_point_errorbar_stdev.vg.json index a94650dfa7..abe4cc20ca 100644 --- a/examples/compiled/layer_point_errorbar_stdev.vg.json +++ b/examples/compiled/layer_point_errorbar_stdev.vg.json @@ -156,5 +156,10 @@ "title": "variety", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_line_loess.vg.json b/examples/compiled/layer_point_line_loess.vg.json index df7e23bf0c..771e4b95c6 100644 --- a/examples/compiled/layer_point_line_loess.vg.json +++ b/examples/compiled/layer_point_line_loess.vg.json @@ -146,5 +146,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_point_line_regression.vg.json b/examples/compiled/layer_point_line_regression.vg.json index f72a5174f7..83c9a01cd7 100644 --- a/examples/compiled/layer_point_line_regression.vg.json +++ b/examples/compiled/layer_point_line_regression.vg.json @@ -185,5 +185,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_precipitation_mean.vg.json b/examples/compiled/layer_precipitation_mean.vg.json index 6d2e5e4be2..ae59b24ee2 100644 --- a/examples/compiled/layer_precipitation_mean.vg.json +++ b/examples/compiled/layer_precipitation_mean.vg.json @@ -159,5 +159,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_ranged_dot.vg.json b/examples/compiled/layer_ranged_dot.vg.json index 8f92d2cf7f..73953524d4 100644 --- a/examples/compiled/layer_ranged_dot.vg.json +++ b/examples/compiled/layer_ranged_dot.vg.json @@ -181,5 +181,10 @@ "symbolType": "circle", "encode": {"symbols": {"update": {"opacity": {"value": 1}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_rect_extent.vg.json b/examples/compiled/layer_rect_extent.vg.json index c39f0deb41..cdc5ecde9a 100644 --- a/examples/compiled/layer_rect_extent.vg.json +++ b/examples/compiled/layer_rect_extent.vg.json @@ -203,5 +203,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_scatter_errorband_1D_stdev_global_mean.vg.json b/examples/compiled/layer_scatter_errorband_1D_stdev_global_mean.vg.json index bc686f03d5..2cdb620f74 100644 --- a/examples/compiled/layer_scatter_errorband_1D_stdev_global_mean.vg.json +++ b/examples/compiled/layer_scatter_errorband_1D_stdev_global_mean.vg.json @@ -203,5 +203,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_scatter_errorband_1d_stdev.vg.json b/examples/compiled/layer_scatter_errorband_1d_stdev.vg.json index e19f0d8252..a0f037078d 100644 --- a/examples/compiled/layer_scatter_errorband_1d_stdev.vg.json +++ b/examples/compiled/layer_scatter_errorband_1d_stdev.vg.json @@ -160,5 +160,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_single_color.vg.json b/examples/compiled/layer_single_color.vg.json index 7c881ef0c2..9b70c9186f 100644 --- a/examples/compiled/layer_single_color.vg.json +++ b/examples/compiled/layer_single_color.vg.json @@ -124,5 +124,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_text_heatmap.vg.json b/examples/compiled/layer_text_heatmap.vg.json index 4f005e6d2d..74f85ee87c 100644 --- a/examples/compiled/layer_text_heatmap.vg.json +++ b/examples/compiled/layer_text_heatmap.vg.json @@ -168,5 +168,10 @@ "fill": "color" } ], - "config": {"axis": {"grid": true, "tickBand": "extent"}} + "config": { + "axis": {"grid": true, "tickBand": "extent"}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_text_heatmap_joinaggregate.vg.json b/examples/compiled/layer_text_heatmap_joinaggregate.vg.json index 030416d423..46cb93a491 100644 --- a/examples/compiled/layer_text_heatmap_joinaggregate.vg.json +++ b/examples/compiled/layer_text_heatmap_joinaggregate.vg.json @@ -182,5 +182,10 @@ "fill": "layer_0_color" } ], - "config": {"axis": {"grid": true, "tickBand": "extent"}} + "config": { + "axis": {"grid": true, "tickBand": "extent"}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/layer_timeunit_rect.vg.json b/examples/compiled/layer_timeunit_rect.vg.json index 48330e6112..6e245adca6 100644 --- a/examples/compiled/layer_timeunit_rect.vg.json +++ b/examples/compiled/layer_timeunit_rect.vg.json @@ -196,5 +196,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line.vg.json b/examples/compiled/line.vg.json index 77f85ccfb7..7a7a420fc8 100644 --- a/examples/compiled/line.vg.json +++ b/examples/compiled/line.vg.json @@ -100,5 +100,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_bump.vg.json b/examples/compiled/line_bump.vg.json index d3a55459e6..00fe505dcd 100644 --- a/examples/compiled/line_bump.vg.json +++ b/examples/compiled/line_bump.vg.json @@ -146,5 +146,10 @@ "title": "result", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_calculate.vg.json b/examples/compiled/line_calculate.vg.json index c069334ac9..2fb01fbd15 100644 --- a/examples/compiled/line_calculate.vg.json +++ b/examples/compiled/line_calculate.vg.json @@ -125,5 +125,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_color.vg.json b/examples/compiled/line_color.vg.json index 2e26ac8418..f2dda0dd35 100644 --- a/examples/compiled/line_color.vg.json +++ b/examples/compiled/line_color.vg.json @@ -125,5 +125,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_color_binned.vg.json b/examples/compiled/line_color_binned.vg.json index dece517269..8de5303e0d 100644 --- a/examples/compiled/line_color_binned.vg.json +++ b/examples/compiled/line_color_binned.vg.json @@ -164,5 +164,10 @@ "symbolType": "stroke", "title": "Acceleration (binned)" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_color_halo.vg.json b/examples/compiled/line_color_halo.vg.json index b7509154b1..38ad5de141 100644 --- a/examples/compiled/line_color_halo.vg.json +++ b/examples/compiled/line_color_halo.vg.json @@ -303,5 +303,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "stroke", "symbolType": "stroke"}] + "legends": [{"stroke": "stroke", "symbolType": "stroke"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_color_label.vg.json b/examples/compiled/line_color_label.vg.json index c2be6122c2..ab92f5f731 100644 --- a/examples/compiled/line_color_label.vg.json +++ b/examples/compiled/line_color_label.vg.json @@ -199,5 +199,10 @@ "zindex": 0 } ], - "config": {"style": {"cell": {"stroke": null}}} + "config": { + "style": { + "cell": {"stroke": null}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_concat_facet.vg.json b/examples/compiled/line_concat_facet.vg.json index b49bc9058e..c177d700ea 100644 --- a/examples/compiled/line_concat_facet.vg.json +++ b/examples/compiled/line_concat_facet.vg.json @@ -292,5 +292,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_conditional_axis.vg.json b/examples/compiled/line_conditional_axis.vg.json index 6c05b7f055..1dee5df42f 100644 --- a/examples/compiled/line_conditional_axis.vg.json +++ b/examples/compiled/line_conditional_axis.vg.json @@ -144,5 +144,10 @@ "zindex": 0 } ], - "config": {"axis": {"domainColor": "#ddd", "tickColor": "#ddd"}} + "config": { + "axis": {"domainColor": "#ddd", "tickColor": "#ddd"}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_conditional_axis_config.vg.json b/examples/compiled/line_conditional_axis_config.vg.json index bd056a50f1..b095871b6c 100644 --- a/examples/compiled/line_conditional_axis_config.vg.json +++ b/examples/compiled/line_conditional_axis_config.vg.json @@ -170,6 +170,9 @@ }, "value": [2, 2] } + }, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} } } } diff --git a/examples/compiled/line_dashed_part.vg.json b/examples/compiled/line_dashed_part.vg.json index 350663b7c1..5db05a585d 100644 --- a/examples/compiled/line_dashed_part.vg.json +++ b/examples/compiled/line_dashed_part.vg.json @@ -133,5 +133,10 @@ "title": "predicted", "encode": {"symbols": {"update": {"stroke": {"value": "#4c78a8"}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_detail.vg.json b/examples/compiled/line_detail.vg.json index 0276288e37..ecefae64e9 100644 --- a/examples/compiled/line_detail.vg.json +++ b/examples/compiled/line_detail.vg.json @@ -118,5 +118,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_domainminmax.vg.json b/examples/compiled/line_domainminmax.vg.json index aac2b6b0fb..a25fc8a4b4 100644 --- a/examples/compiled/line_domainminmax.vg.json +++ b/examples/compiled/line_domainminmax.vg.json @@ -102,5 +102,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_encoding_impute_keyvals.vg.json b/examples/compiled/line_encoding_impute_keyvals.vg.json index 293921bc4f..baf5d087c3 100644 --- a/examples/compiled/line_encoding_impute_keyvals.vg.json +++ b/examples/compiled/line_encoding_impute_keyvals.vg.json @@ -149,5 +149,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_encoding_impute_keyvals_sequence.vg.json b/examples/compiled/line_encoding_impute_keyvals_sequence.vg.json index 75e21802f8..2b230d55c7 100644 --- a/examples/compiled/line_encoding_impute_keyvals_sequence.vg.json +++ b/examples/compiled/line_encoding_impute_keyvals_sequence.vg.json @@ -149,5 +149,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_impute_frame.vg.json b/examples/compiled/line_impute_frame.vg.json index f59fd4baa3..3b6e38d50d 100644 --- a/examples/compiled/line_impute_frame.vg.json +++ b/examples/compiled/line_impute_frame.vg.json @@ -162,5 +162,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_impute_keyvals.vg.json b/examples/compiled/line_impute_keyvals.vg.json index 293921bc4f..baf5d087c3 100644 --- a/examples/compiled/line_impute_keyvals.vg.json +++ b/examples/compiled/line_impute_keyvals.vg.json @@ -149,5 +149,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_impute_method.vg.json b/examples/compiled/line_impute_method.vg.json index 997693037a..34f65d0071 100644 --- a/examples/compiled/line_impute_method.vg.json +++ b/examples/compiled/line_impute_method.vg.json @@ -162,5 +162,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_impute_transform_frame.vg.json b/examples/compiled/line_impute_transform_frame.vg.json index f59fd4baa3..3b6e38d50d 100644 --- a/examples/compiled/line_impute_transform_frame.vg.json +++ b/examples/compiled/line_impute_transform_frame.vg.json @@ -162,5 +162,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_impute_transform_value.vg.json b/examples/compiled/line_impute_transform_value.vg.json index 9b3af4cdbf..048318efc1 100644 --- a/examples/compiled/line_impute_transform_value.vg.json +++ b/examples/compiled/line_impute_transform_value.vg.json @@ -148,5 +148,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_impute_value.vg.json b/examples/compiled/line_impute_value.vg.json index 9b3af4cdbf..048318efc1 100644 --- a/examples/compiled/line_impute_value.vg.json +++ b/examples/compiled/line_impute_value.vg.json @@ -148,5 +148,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_inside_domain_using_clip.vg.json b/examples/compiled/line_inside_domain_using_clip.vg.json index 73cab45975..2cdc090c51 100644 --- a/examples/compiled/line_inside_domain_using_clip.vg.json +++ b/examples/compiled/line_inside_domain_using_clip.vg.json @@ -116,5 +116,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_inside_domain_using_transform.vg.json b/examples/compiled/line_inside_domain_using_transform.vg.json index 4a169af075..e07da5a3fc 100644 --- a/examples/compiled/line_inside_domain_using_transform.vg.json +++ b/examples/compiled/line_inside_domain_using_transform.vg.json @@ -116,5 +116,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_invalid_null.vg.json b/examples/compiled/line_invalid_null.vg.json index 2f728a52c4..182a825f72 100644 --- a/examples/compiled/line_invalid_null.vg.json +++ b/examples/compiled/line_invalid_null.vg.json @@ -126,5 +126,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_max_year.vg.json b/examples/compiled/line_max_year.vg.json index 9499315646..0e51c79f25 100644 --- a/examples/compiled/line_max_year.vg.json +++ b/examples/compiled/line_max_year.vg.json @@ -125,5 +125,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_mean_month.vg.json b/examples/compiled/line_mean_month.vg.json index 68b8c11809..2a3363e049 100644 --- a/examples/compiled/line_mean_month.vg.json +++ b/examples/compiled/line_mean_month.vg.json @@ -120,5 +120,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_mean_year.vg.json b/examples/compiled/line_mean_year.vg.json index 00e5abe839..ece8394c48 100644 --- a/examples/compiled/line_mean_year.vg.json +++ b/examples/compiled/line_mean_year.vg.json @@ -122,5 +122,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_monotone.vg.json b/examples/compiled/line_monotone.vg.json index 979a056181..a8d5cf90ae 100644 --- a/examples/compiled/line_monotone.vg.json +++ b/examples/compiled/line_monotone.vg.json @@ -100,5 +100,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_month.vg.json b/examples/compiled/line_month.vg.json index ddec4ddc82..e6dd272178 100644 --- a/examples/compiled/line_month.vg.json +++ b/examples/compiled/line_month.vg.json @@ -121,5 +121,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_month_center_band.vg.json b/examples/compiled/line_month_center_band.vg.json index 03b1c30f23..7a1b97145c 100644 --- a/examples/compiled/line_month_center_band.vg.json +++ b/examples/compiled/line_month_center_band.vg.json @@ -127,5 +127,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_month_center_band_offset.vg.json b/examples/compiled/line_month_center_band_offset.vg.json index c89e017563..f34556d20e 100644 --- a/examples/compiled/line_month_center_band_offset.vg.json +++ b/examples/compiled/line_month_center_band_offset.vg.json @@ -138,5 +138,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_narrow_2year_span.vg.json b/examples/compiled/line_narrow_2year_span.vg.json index 098235082b..a5ccff5c75 100644 --- a/examples/compiled/line_narrow_2year_span.vg.json +++ b/examples/compiled/line_narrow_2year_span.vg.json @@ -129,5 +129,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_narrow_year_span.vg.json b/examples/compiled/line_narrow_year_span.vg.json index 1f63be521a..c2535fdf4b 100644 --- a/examples/compiled/line_narrow_year_span.vg.json +++ b/examples/compiled/line_narrow_year_span.vg.json @@ -128,5 +128,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_narrow_yearmonth_span.vg.json b/examples/compiled/line_narrow_yearmonth_span.vg.json index 6eb37d6108..7a5b2749cd 100644 --- a/examples/compiled/line_narrow_yearmonth_span.vg.json +++ b/examples/compiled/line_narrow_yearmonth_span.vg.json @@ -176,5 +176,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_narrow_yearquarter_span.vg.json b/examples/compiled/line_narrow_yearquarter_span.vg.json index f1a0ab4aa9..2bfc4e7ffa 100644 --- a/examples/compiled/line_narrow_yearquarter_span.vg.json +++ b/examples/compiled/line_narrow_yearquarter_span.vg.json @@ -128,5 +128,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_outside_domain.vg.json b/examples/compiled/line_outside_domain.vg.json index b11608b894..e30b0b4d5e 100644 --- a/examples/compiled/line_outside_domain.vg.json +++ b/examples/compiled/line_outside_domain.vg.json @@ -115,5 +115,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_overlay.vg.json b/examples/compiled/line_overlay.vg.json index 6cf07f6de8..d4178d20c4 100644 --- a/examples/compiled/line_overlay.vg.json +++ b/examples/compiled/line_overlay.vg.json @@ -201,5 +201,10 @@ "fill": "color", "encode": {"symbols": {"update": {"opacity": {"value": 1}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_overlay_stroked.vg.json b/examples/compiled/line_overlay_stroked.vg.json index 457b9fbf1e..8af8970ab3 100644 --- a/examples/compiled/line_overlay_stroked.vg.json +++ b/examples/compiled/line_overlay_stroked.vg.json @@ -205,5 +205,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_params.vg.json b/examples/compiled/line_params.vg.json index fff864cdd8..23deefe70d 100644 --- a/examples/compiled/line_params.vg.json +++ b/examples/compiled/line_params.vg.json @@ -161,5 +161,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_quarter_legend.vg.json b/examples/compiled/line_quarter_legend.vg.json index 32a109b83f..18478c00fb 100644 --- a/examples/compiled/line_quarter_legend.vg.json +++ b/examples/compiled/line_quarter_legend.vg.json @@ -166,5 +166,10 @@ "title": "date (quarter)", "type": "symbol" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_shape_overlay.vg.json b/examples/compiled/line_shape_overlay.vg.json index bd4a016275..1afa43969a 100644 --- a/examples/compiled/line_shape_overlay.vg.json +++ b/examples/compiled/line_shape_overlay.vg.json @@ -139,5 +139,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_skip_invalid.vg.json b/examples/compiled/line_skip_invalid.vg.json index cdef5d73ac..4b5df95af2 100644 --- a/examples/compiled/line_skip_invalid.vg.json +++ b/examples/compiled/line_skip_invalid.vg.json @@ -114,5 +114,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_skip_invalid_mid.vg.json b/examples/compiled/line_skip_invalid_mid.vg.json index 5a64cd39be..8d9f4ae73d 100644 --- a/examples/compiled/line_skip_invalid_mid.vg.json +++ b/examples/compiled/line_skip_invalid_mid.vg.json @@ -114,5 +114,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_skip_invalid_mid_cap_square.vg.json b/examples/compiled/line_skip_invalid_mid_cap_square.vg.json index d8a543ba92..aa4d841270 100644 --- a/examples/compiled/line_skip_invalid_mid_cap_square.vg.json +++ b/examples/compiled/line_skip_invalid_mid_cap_square.vg.json @@ -115,5 +115,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_skip_invalid_mid_overlay.vg.json b/examples/compiled/line_skip_invalid_mid_overlay.vg.json index 728e6a6987..a6a4b81f8c 100644 --- a/examples/compiled/line_skip_invalid_mid_overlay.vg.json +++ b/examples/compiled/line_skip_invalid_mid_overlay.vg.json @@ -152,5 +152,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_slope.vg.json b/examples/compiled/line_slope.vg.json index 57c9786f33..0dfffce18a 100644 --- a/examples/compiled/line_slope.vg.json +++ b/examples/compiled/line_slope.vg.json @@ -127,5 +127,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "site"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "site"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_sort_axis.vg.json b/examples/compiled/line_sort_axis.vg.json index 87adf2251c..2297dfdb24 100644 --- a/examples/compiled/line_sort_axis.vg.json +++ b/examples/compiled/line_sort_axis.vg.json @@ -109,5 +109,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_step.vg.json b/examples/compiled/line_step.vg.json index 6ee8a72817..cd599467d6 100644 --- a/examples/compiled/line_step.vg.json +++ b/examples/compiled/line_step.vg.json @@ -101,5 +101,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_strokedash.vg.json b/examples/compiled/line_strokedash.vg.json index 73a7854920..2e9d7e948c 100644 --- a/examples/compiled/line_strokedash.vg.json +++ b/examples/compiled/line_strokedash.vg.json @@ -133,5 +133,10 @@ "title": "symbol", "encode": {"symbols": {"update": {"stroke": {"value": "#4c78a8"}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_timestamp_domain.vg.json b/examples/compiled/line_timestamp_domain.vg.json index 47e225e866..c34b59a377 100644 --- a/examples/compiled/line_timestamp_domain.vg.json +++ b/examples/compiled/line_timestamp_domain.vg.json @@ -113,5 +113,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/line_timeunit_transform.vg.json b/examples/compiled/line_timeunit_transform.vg.json index 7cdf3e1bf9..f304fe2fb3 100644 --- a/examples/compiled/line_timeunit_transform.vg.json +++ b/examples/compiled/line_timeunit_transform.vg.json @@ -118,5 +118,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/lookup.vg.json b/examples/compiled/lookup.vg.json index 461db2d4fd..3f3c5b247e 100644 --- a/examples/compiled/lookup.vg.json +++ b/examples/compiled/lookup.vg.json @@ -116,5 +116,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/nested_concat_align.vg.json b/examples/compiled/nested_concat_align.vg.json index 9ff83c64eb..f8b6bb4dad 100644 --- a/examples/compiled/nested_concat_align.vg.json +++ b/examples/compiled/nested_concat_align.vg.json @@ -594,5 +594,11 @@ "zero": true } ], - "config": {"axisX": {"titleLimit": 150}, "axisY": {"minExtent": 40}} + "config": { + "axisX": {"titleLimit": 150}, + "axisY": {"minExtent": 40}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/parallel_coordinate.vg.json b/examples/compiled/parallel_coordinate.vg.json index 35d0cb7a13..1910fd23a3 100644 --- a/examples/compiled/parallel_coordinate.vg.json +++ b/examples/compiled/parallel_coordinate.vg.json @@ -152,8 +152,8 @@ "signal": "\"key: \" + (isValid(datum[\"key\"]) ? datum[\"key\"] : \"\"+datum[\"key\"])" }, "xc": {"scale": "x", "field": "key", "band": 0.5}, - "yc": {"value": 0}, "width": {"value": 8}, + "yc": {"value": 0}, "height": {"value": 1} } } @@ -189,8 +189,8 @@ "signal": "\"key: \" + (isValid(datum[\"key\"]) ? datum[\"key\"] : \"\"+datum[\"key\"])" }, "xc": {"scale": "x", "field": "key", "band": 0.5}, - "yc": {"value": 150}, "width": {"value": 8}, + "yc": {"value": 150}, "height": {"value": 1} } } @@ -226,8 +226,8 @@ "signal": "\"key: \" + (isValid(datum[\"key\"]) ? datum[\"key\"] : \"\"+datum[\"key\"])" }, "xc": {"scale": "x", "field": "key", "band": 0.5}, - "yc": {"value": 300}, "width": {"value": 8}, + "yc": {"value": 300}, "height": {"value": 1} } } @@ -289,7 +289,12 @@ }, "style": { "label": {"baseline": "middle", "align": "right", "dx": -5}, - "tick": {"orient": "horizontal"}, + "tick": { + "binSpacing": 0, + "continuousBandSize": 5, + "minBandSize": 0.25, + "orient": "horizontal" + }, "cell": {"stroke": null} } } diff --git a/examples/compiled/param_expr.vg.json b/examples/compiled/param_expr.vg.json index 8a5e816f5e..bf32d5135a 100644 --- a/examples/compiled/param_expr.vg.json +++ b/examples/compiled/param_expr.vg.json @@ -150,5 +150,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/param_search_input.vg.json b/examples/compiled/param_search_input.vg.json index 1825a135a6..48546c4377 100644 --- a/examples/compiled/param_search_input.vg.json +++ b/examples/compiled/param_search_input.vg.json @@ -118,5 +118,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_1d.vg.json b/examples/compiled/point_1d.vg.json index f23c53c31e..41bf137030 100644 --- a/examples/compiled/point_1d.vg.json +++ b/examples/compiled/point_1d.vg.json @@ -73,5 +73,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_1d_array.vg.json b/examples/compiled/point_1d_array.vg.json index b3e45e3c40..785b071ce7 100644 --- a/examples/compiled/point_1d_array.vg.json +++ b/examples/compiled/point_1d_array.vg.json @@ -68,5 +68,10 @@ "labelBaseline": "middle", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_2d.vg.json b/examples/compiled/point_2d.vg.json index 86c0194c92..8236869c0c 100644 --- a/examples/compiled/point_2d.vg.json +++ b/examples/compiled/point_2d.vg.json @@ -106,5 +106,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_2d_aggregate.vg.json b/examples/compiled/point_2d_aggregate.vg.json index 39bd35f1e1..c5514a8e0e 100644 --- a/examples/compiled/point_2d_aggregate.vg.json +++ b/examples/compiled/point_2d_aggregate.vg.json @@ -115,5 +115,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_2d_array.vg.json b/examples/compiled/point_2d_array.vg.json index 4d565f22bb..2fdf28f1e5 100644 --- a/examples/compiled/point_2d_array.vg.json +++ b/examples/compiled/point_2d_array.vg.json @@ -109,5 +109,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_2d_array_named.vg.json b/examples/compiled/point_2d_array_named.vg.json index 86fbe0d6ce..6e0b7cbadd 100644 --- a/examples/compiled/point_2d_array_named.vg.json +++ b/examples/compiled/point_2d_array_named.vg.json @@ -109,5 +109,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_2d_config_no_zero.vg.json b/examples/compiled/point_2d_config_no_zero.vg.json index b6de1de0d2..13583770ef 100644 --- a/examples/compiled/point_2d_config_no_zero.vg.json +++ b/examples/compiled/point_2d_config_no_zero.vg.json @@ -106,5 +106,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_2d_tooltip.vg.json b/examples/compiled/point_2d_tooltip.vg.json index bbf0769acf..2e1af91889 100644 --- a/examples/compiled/point_2d_tooltip.vg.json +++ b/examples/compiled/point_2d_tooltip.vg.json @@ -109,5 +109,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_2d_tooltip_data.vg.json b/examples/compiled/point_2d_tooltip_data.vg.json index e0ec9419ba..10f200c4bf 100644 --- a/examples/compiled/point_2d_tooltip_data.vg.json +++ b/examples/compiled/point_2d_tooltip_data.vg.json @@ -107,5 +107,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_aggregate_detail.vg.json b/examples/compiled/point_aggregate_detail.vg.json index d1e9ee06a4..e06af11a75 100644 --- a/examples/compiled/point_aggregate_detail.vg.json +++ b/examples/compiled/point_aggregate_detail.vg.json @@ -112,5 +112,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_angle_windvector.vg.json b/examples/compiled/point_angle_windvector.vg.json index def551ca9a..f4d5bf85c4 100644 --- a/examples/compiled/point_angle_windvector.vg.json +++ b/examples/compiled/point_angle_windvector.vg.json @@ -102,5 +102,11 @@ "aria": false } ], - "config": {"aria": false, "style": {"cell": {"fill": "black"}}} + "config": { + "aria": false, + "style": { + "cell": {"fill": "black"}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_background.vg.json b/examples/compiled/point_background.vg.json index 1050f913d3..04048777d3 100644 --- a/examples/compiled/point_background.vg.json +++ b/examples/compiled/point_background.vg.json @@ -107,5 +107,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_binned_color.vg.json b/examples/compiled/point_binned_color.vg.json index 73e8cc2af5..1384050130 100644 --- a/examples/compiled/point_binned_color.vg.json +++ b/examples/compiled/point_binned_color.vg.json @@ -144,5 +144,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_binned_opacity.vg.json b/examples/compiled/point_binned_opacity.vg.json index e066217c86..0a62393778 100644 --- a/examples/compiled/point_binned_opacity.vg.json +++ b/examples/compiled/point_binned_opacity.vg.json @@ -149,5 +149,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_binned_size.vg.json b/examples/compiled/point_binned_size.vg.json index 428efc1be2..1402bcae80 100644 --- a/examples/compiled/point_binned_size.vg.json +++ b/examples/compiled/point_binned_size.vg.json @@ -151,5 +151,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_bubble.vg.json b/examples/compiled/point_bubble.vg.json index 811539ba58..2446b205a1 100644 --- a/examples/compiled/point_bubble.vg.json +++ b/examples/compiled/point_bubble.vg.json @@ -130,5 +130,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_color.vg.json b/examples/compiled/point_color.vg.json index cbd8b67d8d..4f814d1c17 100644 --- a/examples/compiled/point_color.vg.json +++ b/examples/compiled/point_color.vg.json @@ -126,5 +126,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_color_custom.vg.json b/examples/compiled/point_color_custom.vg.json index 1ba45469dc..bec2be2375 100644 --- a/examples/compiled/point_color_custom.vg.json +++ b/examples/compiled/point_color_custom.vg.json @@ -126,5 +126,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_color_ordinal.vg.json b/examples/compiled/point_color_ordinal.vg.json index cb4297e10a..82d3a162bf 100644 --- a/examples/compiled/point_color_ordinal.vg.json +++ b/examples/compiled/point_color_ordinal.vg.json @@ -127,5 +127,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_color_quantitative.vg.json b/examples/compiled/point_color_quantitative.vg.json index a2b21d7840..96af467aa7 100644 --- a/examples/compiled/point_color_quantitative.vg.json +++ b/examples/compiled/point_color_quantitative.vg.json @@ -121,5 +121,10 @@ "title": "Displacement", "encode": {"gradient": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_color_shape_constant.vg.json b/examples/compiled/point_color_shape_constant.vg.json index ae6d13e081..51e71ca526 100644 --- a/examples/compiled/point_color_shape_constant.vg.json +++ b/examples/compiled/point_color_shape_constant.vg.json @@ -106,5 +106,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_color_with_shape.vg.json b/examples/compiled/point_color_with_shape.vg.json index 5b8dc629db..6003bdc151 100644 --- a/examples/compiled/point_color_with_shape.vg.json +++ b/examples/compiled/point_color_with_shape.vg.json @@ -135,5 +135,10 @@ }, "shape": "shape" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_colorramp_size.vg.json b/examples/compiled/point_colorramp_size.vg.json index 6da8802863..bfaae9c69d 100644 --- a/examples/compiled/point_colorramp_size.vg.json +++ b/examples/compiled/point_colorramp_size.vg.json @@ -131,5 +131,10 @@ "symbolType": "circle", "size": "size" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_conditional_opacity.vg.json b/examples/compiled/point_conditional_opacity.vg.json index cc4f0ab685..1808eb6efa 100644 --- a/examples/compiled/point_conditional_opacity.vg.json +++ b/examples/compiled/point_conditional_opacity.vg.json @@ -109,5 +109,10 @@ "zindex": 0 } ], - "config": {"style": {"point": {"opacity": 0.5}}} + "config": { + "style": { + "point": {"opacity": 0.5}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_constant_legend_domain.vg.json b/examples/compiled/point_constant_legend_domain.vg.json index 49b5e04c9b..08e6ffa6ef 100644 --- a/examples/compiled/point_constant_legend_domain.vg.json +++ b/examples/compiled/point_constant_legend_domain.vg.json @@ -230,5 +230,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_diverging_color.vg.json b/examples/compiled/point_diverging_color.vg.json index ab0aaadb9b..728f665caf 100644 --- a/examples/compiled/point_diverging_color.vg.json +++ b/examples/compiled/point_diverging_color.vg.json @@ -123,5 +123,10 @@ "title": "Weight_in_lbs", "encode": {"gradient": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_dot_timeunit_color.vg.json b/examples/compiled/point_dot_timeunit_color.vg.json index b1ae3e43ed..97e9bc7ac5 100644 --- a/examples/compiled/point_dot_timeunit_color.vg.json +++ b/examples/compiled/point_dot_timeunit_color.vg.json @@ -102,5 +102,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "date (year-month)" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_filled.vg.json b/examples/compiled/point_filled.vg.json index 0b7ec96697..e9ecbad6a7 100644 --- a/examples/compiled/point_filled.vg.json +++ b/examples/compiled/point_filled.vg.json @@ -104,5 +104,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_grouped.vg.json b/examples/compiled/point_grouped.vg.json index fd7434a952..6b9f1105bb 100644 --- a/examples/compiled/point_grouped.vg.json +++ b/examples/compiled/point_grouped.vg.json @@ -142,5 +142,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_href.vg.json b/examples/compiled/point_href.vg.json index 05beaf13b0..8a09058f45 100644 --- a/examples/compiled/point_href.vg.json +++ b/examples/compiled/point_href.vg.json @@ -139,5 +139,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_invalid_color.vg.json b/examples/compiled/point_invalid_color.vg.json index 5c03dd5ff7..07697eb164 100644 --- a/examples/compiled/point_invalid_color.vg.json +++ b/examples/compiled/point_invalid_color.vg.json @@ -115,5 +115,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_invalid_size_show.vg.json b/examples/compiled/point_invalid_size_show.vg.json index 7453159e6f..85cf5ef56e 100644 --- a/examples/compiled/point_invalid_size_show.vg.json +++ b/examples/compiled/point_invalid_size_show.vg.json @@ -168,5 +168,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_log.vg.json b/examples/compiled/point_log.vg.json index 93acc01217..5e16239eda 100644 --- a/examples/compiled/point_log.vg.json +++ b/examples/compiled/point_log.vg.json @@ -114,5 +114,10 @@ "labelOverlap": "greedy", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_no_axis_domain_grid.vg.json b/examples/compiled/point_no_axis_domain_grid.vg.json index d2f7b2ca1b..7697200af4 100644 --- a/examples/compiled/point_no_axis_domain_grid.vg.json +++ b/examples/compiled/point_no_axis_domain_grid.vg.json @@ -79,5 +79,10 @@ "zindex": 0 } ], - "config": {"axis": {"domain": false, "grid": false}} + "config": { + "axis": {"domain": false, "grid": false}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_offset_random.vg.json b/examples/compiled/point_offset_random.vg.json index 2bac04a707..3c81cd947d 100644 --- a/examples/compiled/point_offset_random.vg.json +++ b/examples/compiled/point_offset_random.vg.json @@ -108,5 +108,10 @@ "title": "Cylinders", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_ordinal_bin_offset_random.vg.json b/examples/compiled/point_ordinal_bin_offset_random.vg.json index 87ccc18ce6..5227651c9f 100644 --- a/examples/compiled/point_ordinal_bin_offset_random.vg.json +++ b/examples/compiled/point_ordinal_bin_offset_random.vg.json @@ -132,5 +132,10 @@ "title": "Miles_per_Gallon (binned)", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_ordinal_color.vg.json b/examples/compiled/point_ordinal_color.vg.json index 2d312ab37c..db7bf6cbf5 100644 --- a/examples/compiled/point_ordinal_color.vg.json +++ b/examples/compiled/point_ordinal_color.vg.json @@ -137,5 +137,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_overlap.vg.json b/examples/compiled/point_overlap.vg.json index 3097b82c0a..6de4864291 100644 --- a/examples/compiled/point_overlap.vg.json +++ b/examples/compiled/point_overlap.vg.json @@ -38,5 +38,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_params.vg.json b/examples/compiled/point_params.vg.json index f04fa9e882..e8a84981e7 100644 --- a/examples/compiled/point_params.vg.json +++ b/examples/compiled/point_params.vg.json @@ -150,5 +150,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_quantile_quantile.vg.json b/examples/compiled/point_quantile_quantile.vg.json index 4c326c4229..281425df68 100644 --- a/examples/compiled/point_quantile_quantile.vg.json +++ b/examples/compiled/point_quantile_quantile.vg.json @@ -234,5 +234,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_scale_range_field.vg.json b/examples/compiled/point_scale_range_field.vg.json index d85f7f063e..6ccfc8019c 100644 --- a/examples/compiled/point_scale_range_field.vg.json +++ b/examples/compiled/point_scale_range_field.vg.json @@ -72,5 +72,10 @@ "title": "l", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_shape_custom.vg.json b/examples/compiled/point_shape_custom.vg.json index 96e9f6e858..ff65273143 100644 --- a/examples/compiled/point_shape_custom.vg.json +++ b/examples/compiled/point_shape_custom.vg.json @@ -151,5 +151,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/point_tooltip.vg.json b/examples/compiled/point_tooltip.vg.json index 613142f091..fb7cb678c9 100644 --- a/examples/compiled/point_tooltip.vg.json +++ b/examples/compiled/point_tooltip.vg.json @@ -109,5 +109,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/rect_binned_heatmap.vg.json b/examples/compiled/rect_binned_heatmap.vg.json index 164e6c3a05..d095b10514 100644 --- a/examples/compiled/rect_binned_heatmap.vg.json +++ b/examples/compiled/rect_binned_heatmap.vg.json @@ -168,5 +168,10 @@ "title": "Count of Records" } ], - "config": {"style": {"cell": {"stroke": "transparent"}}} + "config": { + "style": { + "cell": {"stroke": "transparent"}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/rect_heatmap.vg.json b/examples/compiled/rect_heatmap.vg.json index 5afa68acb2..0d343e7596 100644 --- a/examples/compiled/rect_heatmap.vg.json +++ b/examples/compiled/rect_heatmap.vg.json @@ -127,5 +127,10 @@ "title": "Mean of Horsepower" } ], - "config": {"axis": {"grid": true, "tickBand": "extent"}} + "config": { + "axis": {"grid": true, "tickBand": "extent"}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/rect_heatmap_weather.vg.json b/examples/compiled/rect_heatmap_weather.vg.json index 6c00cfca80..1946653552 100644 --- a/examples/compiled/rect_heatmap_weather.vg.json +++ b/examples/compiled/rect_heatmap_weather.vg.json @@ -129,5 +129,11 @@ "legends": [ {"fill": "color", "gradientLength": {"signal": "clamp(height, 64, 200)"}} ], - "config": {"axis": {"domain": false}, "style": {"cell": {"strokeWidth": 0}}} + "config": { + "axis": {"domain": false}, + "style": { + "cell": {"strokeWidth": 0}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/rect_heatmap_weather_temporal_center_band.vg.json b/examples/compiled/rect_heatmap_weather_temporal_center_band.vg.json index ddafffe73d..e4b43364e8 100644 --- a/examples/compiled/rect_heatmap_weather_temporal_center_band.vg.json +++ b/examples/compiled/rect_heatmap_weather_temporal_center_band.vg.json @@ -219,5 +219,11 @@ "legends": [ {"fill": "color", "gradientLength": {"signal": "clamp(height, 64, 200)"}} ], - "config": {"axis": {"domain": false}, "style": {"cell": {"strokeWidth": 0}}} + "config": { + "axis": {"domain": false}, + "style": { + "cell": {"strokeWidth": 0}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/rect_heatmap_weather_temporal_center_band_config.vg.json b/examples/compiled/rect_heatmap_weather_temporal_center_band_config.vg.json index ddafffe73d..e4b43364e8 100644 --- a/examples/compiled/rect_heatmap_weather_temporal_center_band_config.vg.json +++ b/examples/compiled/rect_heatmap_weather_temporal_center_band_config.vg.json @@ -219,5 +219,11 @@ "legends": [ {"fill": "color", "gradientLength": {"signal": "clamp(height, 64, 200)"}} ], - "config": {"axis": {"domain": false}, "style": {"cell": {"strokeWidth": 0}}} + "config": { + "axis": {"domain": false}, + "style": { + "cell": {"strokeWidth": 0}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/rect_lasagna.vg.json b/examples/compiled/rect_lasagna.vg.json index 95f0ff9d87..9293f217fe 100644 --- a/examples/compiled/rect_lasagna.vg.json +++ b/examples/compiled/rect_lasagna.vg.json @@ -130,5 +130,10 @@ "fill": "color", "gradientLength": {"signal": "clamp(height, 64, 200)"} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/rect_mosaic_labelled.vg.json b/examples/compiled/rect_mosaic_labelled.vg.json index 5d3eff6724..d95540e0a6 100644 --- a/examples/compiled/rect_mosaic_labelled.vg.json +++ b/examples/compiled/rect_mosaic_labelled.vg.json @@ -254,6 +254,9 @@ ], "config": { "axis": {"domain": false, "ticks": false, "labels": false, "grid": false}, - "style": {"cell": {"stroke": ""}} + "style": { + "cell": {"stroke": ""}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } } } diff --git a/examples/compiled/rect_mosaic_labelled_with_offset.vg.json b/examples/compiled/rect_mosaic_labelled_with_offset.vg.json index f2c7e000f8..71b2d8eba4 100644 --- a/examples/compiled/rect_mosaic_labelled_with_offset.vg.json +++ b/examples/compiled/rect_mosaic_labelled_with_offset.vg.json @@ -291,6 +291,9 @@ ], "config": { "axis": {"domain": false, "ticks": false, "labels": false, "grid": false}, - "style": {"cell": {"stroke": ""}} + "style": { + "cell": {"stroke": ""}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } } } diff --git a/examples/compiled/rect_mosaic_simple.vg.json b/examples/compiled/rect_mosaic_simple.vg.json index 337a015354..f6c9b644b8 100644 --- a/examples/compiled/rect_mosaic_simple.vg.json +++ b/examples/compiled/rect_mosaic_simple.vg.json @@ -103,5 +103,10 @@ "zero": false } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/rect_params.vg.json b/examples/compiled/rect_params.vg.json index 30a45ae521..a5a85059a0 100644 --- a/examples/compiled/rect_params.vg.json +++ b/examples/compiled/rect_params.vg.json @@ -86,5 +86,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/repeat_child_layer.vg.json b/examples/compiled/repeat_child_layer.vg.json index 3cbfc36f98..d488bafd55 100644 --- a/examples/compiled/repeat_child_layer.vg.json +++ b/examples/compiled/repeat_child_layer.vg.json @@ -598,5 +598,10 @@ "title": "location", "encode": {"symbols": {"update": {"opacity": {"value": 0.2}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/repeat_histogram.vg.json b/examples/compiled/repeat_histogram.vg.json index 7a9df0329c..bdd6c2aacb 100644 --- a/examples/compiled/repeat_histogram.vg.json +++ b/examples/compiled/repeat_histogram.vg.json @@ -631,5 +631,10 @@ "zero": true } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/repeat_histogram_autosize.vg.json b/examples/compiled/repeat_histogram_autosize.vg.json index 5039068319..88b6101df1 100644 --- a/examples/compiled/repeat_histogram_autosize.vg.json +++ b/examples/compiled/repeat_histogram_autosize.vg.json @@ -287,5 +287,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/repeat_histogram_flights.vg.json b/examples/compiled/repeat_histogram_flights.vg.json index b44321b2fe..8574d9b475 100644 --- a/examples/compiled/repeat_histogram_flights.vg.json +++ b/examples/compiled/repeat_histogram_flights.vg.json @@ -405,5 +405,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/repeat_independent_colors.vg.json b/examples/compiled/repeat_independent_colors.vg.json index 3794e6b9e6..f2db092972 100644 --- a/examples/compiled/repeat_independent_colors.vg.json +++ b/examples/compiled/repeat_independent_colors.vg.json @@ -274,5 +274,10 @@ "domain": {"data": "source_0", "field": "Cylinders", "sort": true}, "range": "category" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/repeat_layer.vg.json b/examples/compiled/repeat_layer.vg.json index 3fba1104a4..9208bc96fb 100644 --- a/examples/compiled/repeat_layer.vg.json +++ b/examples/compiled/repeat_layer.vg.json @@ -154,5 +154,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke"}] + "legends": [{"stroke": "color", "symbolType": "stroke"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/repeat_line_weather.vg.json b/examples/compiled/repeat_line_weather.vg.json index 2294df0f51..30b67ee1fa 100644 --- a/examples/compiled/repeat_line_weather.vg.json +++ b/examples/compiled/repeat_line_weather.vg.json @@ -409,5 +409,10 @@ "zero": true } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "location"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "location"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/repeat_splom.vg.json b/examples/compiled/repeat_splom.vg.json index 78473dbd04..a566a069c1 100644 --- a/examples/compiled/repeat_splom.vg.json +++ b/examples/compiled/repeat_splom.vg.json @@ -1800,5 +1800,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/repeat_splom_cars.vg.json b/examples/compiled/repeat_splom_cars.vg.json index 08e9d5ab95..7bc9a420d6 100644 --- a/examples/compiled/repeat_splom_cars.vg.json +++ b/examples/compiled/repeat_splom_cars.vg.json @@ -494,5 +494,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/rule_color_mean.vg.json b/examples/compiled/rule_color_mean.vg.json index b0de789e6c..d4f3a50e37 100644 --- a/examples/compiled/rule_color_mean.vg.json +++ b/examples/compiled/rule_color_mean.vg.json @@ -86,5 +86,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/rule_extent.vg.json b/examples/compiled/rule_extent.vg.json index c83df692fc..00c3f1cc65 100644 --- a/examples/compiled/rule_extent.vg.json +++ b/examples/compiled/rule_extent.vg.json @@ -103,5 +103,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/rule_params.vg.json b/examples/compiled/rule_params.vg.json index 20dccabc8c..144882ed49 100644 --- a/examples/compiled/rule_params.vg.json +++ b/examples/compiled/rule_params.vg.json @@ -101,5 +101,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/sample_scatterplot.vg.json b/examples/compiled/sample_scatterplot.vg.json index 0699cf1e21..75e9b7a8ce 100644 --- a/examples/compiled/sample_scatterplot.vg.json +++ b/examples/compiled/sample_scatterplot.vg.json @@ -226,5 +226,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/scatter_image.vg.json b/examples/compiled/scatter_image.vg.json index 4bfe28fce6..59401633c6 100644 --- a/examples/compiled/scatter_image.vg.json +++ b/examples/compiled/scatter_image.vg.json @@ -113,5 +113,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_bind_cylyr.vg.json b/examples/compiled/selection_bind_cylyr.vg.json index 9afdab62a9..7eb9561d8a 100644 --- a/examples/compiled/selection_bind_cylyr.vg.json +++ b/examples/compiled/selection_bind_cylyr.vg.json @@ -179,5 +179,10 @@ "title": "Origin", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_bind_origin.vg.json b/examples/compiled/selection_bind_origin.vg.json index e7935ec60f..b98f441b7f 100644 --- a/examples/compiled/selection_bind_origin.vg.json +++ b/examples/compiled/selection_bind_origin.vg.json @@ -168,5 +168,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_brush_timeunit.vg.json b/examples/compiled/selection_brush_timeunit.vg.json index 9be393bf80..ae40aa241d 100644 --- a/examples/compiled/selection_brush_timeunit.vg.json +++ b/examples/compiled/selection_brush_timeunit.vg.json @@ -545,5 +545,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_clear_brush.vg.json b/examples/compiled/selection_clear_brush.vg.json index 46be5c26dc..525c945588 100644 --- a/examples/compiled/selection_clear_brush.vg.json +++ b/examples/compiled/selection_clear_brush.vg.json @@ -476,5 +476,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_composition_and.vg.json b/examples/compiled/selection_composition_and.vg.json index ed2b4334e8..99d9367b8d 100644 --- a/examples/compiled/selection_composition_and.vg.json +++ b/examples/compiled/selection_composition_and.vg.json @@ -739,5 +739,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "Count of Records" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_composition_or.vg.json b/examples/compiled/selection_composition_or.vg.json index 86b967ca1b..44eb6f1de0 100644 --- a/examples/compiled/selection_composition_or.vg.json +++ b/examples/compiled/selection_composition_or.vg.json @@ -739,5 +739,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "Count of Records" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_concat.vg.json b/examples/compiled/selection_concat.vg.json index 5cf2a29f53..cad25d255a 100644 --- a/examples/compiled/selection_concat.vg.json +++ b/examples/compiled/selection_concat.vg.json @@ -688,5 +688,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_filter.vg.json b/examples/compiled/selection_filter.vg.json index 505a39faf7..55a6ca6af4 100644 --- a/examples/compiled/selection_filter.vg.json +++ b/examples/compiled/selection_filter.vg.json @@ -562,5 +562,10 @@ "range": [{"signal": "childHeight"}, 0], "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_filter_composition.vg.json b/examples/compiled/selection_filter_composition.vg.json index 26922b2d98..b4991e182f 100644 --- a/examples/compiled/selection_filter_composition.vg.json +++ b/examples/compiled/selection_filter_composition.vg.json @@ -562,5 +562,10 @@ "range": [{"signal": "childHeight"}, 0], "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_filter_false.vg.json b/examples/compiled/selection_filter_false.vg.json index 0511ef0c40..41a97a299f 100644 --- a/examples/compiled/selection_filter_false.vg.json +++ b/examples/compiled/selection_filter_false.vg.json @@ -562,5 +562,10 @@ "range": [{"signal": "childHeight"}, 0], "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_filter_true.vg.json b/examples/compiled/selection_filter_true.vg.json index 505a39faf7..55a6ca6af4 100644 --- a/examples/compiled/selection_filter_true.vg.json +++ b/examples/compiled/selection_filter_true.vg.json @@ -562,5 +562,10 @@ "range": [{"signal": "childHeight"}, 0], "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_heatmap.vg.json b/examples/compiled/selection_heatmap.vg.json index c3d9ddae10..b04c2ee6cd 100644 --- a/examples/compiled/selection_heatmap.vg.json +++ b/examples/compiled/selection_heatmap.vg.json @@ -183,6 +183,9 @@ ], "config": { "range": {"ramp": {"scheme": "yellowgreenblue"}}, - "axis": {"domain": false} + "axis": {"domain": false}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } } } diff --git a/examples/compiled/selection_insert.vg.json b/examples/compiled/selection_insert.vg.json index 4fe9089c4e..45c22e2f19 100644 --- a/examples/compiled/selection_insert.vg.json +++ b/examples/compiled/selection_insert.vg.json @@ -167,5 +167,10 @@ "title": "Cylinders", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_interval_mark_style.vg.json b/examples/compiled/selection_interval_mark_style.vg.json index 0a2dc34025..6e55d2f751 100644 --- a/examples/compiled/selection_interval_mark_style.vg.json +++ b/examples/compiled/selection_interval_mark_style.vg.json @@ -732,5 +732,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "Count of Records" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_layer_bar_month.vg.json b/examples/compiled/selection_layer_bar_month.vg.json index 557cc28d0a..31f72a336f 100644 --- a/examples/compiled/selection_layer_bar_month.vg.json +++ b/examples/compiled/selection_layer_bar_month.vg.json @@ -430,5 +430,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_multi_condition.vg.json b/examples/compiled/selection_multi_condition.vg.json index 641e46c6e7..ac6ba305aa 100644 --- a/examples/compiled/selection_multi_condition.vg.json +++ b/examples/compiled/selection_multi_condition.vg.json @@ -509,5 +509,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_project_binned_interval.vg.json b/examples/compiled/selection_project_binned_interval.vg.json index 72735d4648..2cba9acee5 100644 --- a/examples/compiled/selection_project_binned_interval.vg.json +++ b/examples/compiled/selection_project_binned_interval.vg.json @@ -460,5 +460,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_project_interval.vg.json b/examples/compiled/selection_project_interval.vg.json index c15ad980ed..a637b95f45 100644 --- a/examples/compiled/selection_project_interval.vg.json +++ b/examples/compiled/selection_project_interval.vg.json @@ -414,5 +414,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "Count of Records" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_project_interval_x.vg.json b/examples/compiled/selection_project_interval_x.vg.json index 103c8a902d..b1d4c09673 100644 --- a/examples/compiled/selection_project_interval_x.vg.json +++ b/examples/compiled/selection_project_interval_x.vg.json @@ -354,5 +354,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "Count of Records" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_project_interval_x_y.vg.json b/examples/compiled/selection_project_interval_x_y.vg.json index c15ad980ed..a637b95f45 100644 --- a/examples/compiled/selection_project_interval_x_y.vg.json +++ b/examples/compiled/selection_project_interval_x_y.vg.json @@ -414,5 +414,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "Count of Records" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_project_interval_y.vg.json b/examples/compiled/selection_project_interval_y.vg.json index cbb7ea7b21..f289ad4c66 100644 --- a/examples/compiled/selection_project_interval_y.vg.json +++ b/examples/compiled/selection_project_interval_y.vg.json @@ -354,5 +354,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "Count of Records" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_project_multi.vg.json b/examples/compiled/selection_project_multi.vg.json index 88afcd2dae..1cf2c96eb9 100644 --- a/examples/compiled/selection_project_multi.vg.json +++ b/examples/compiled/selection_project_multi.vg.json @@ -191,5 +191,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_project_multi_cylinders.vg.json b/examples/compiled/selection_project_multi_cylinders.vg.json index 65e4a56ba1..16390f29be 100644 --- a/examples/compiled/selection_project_multi_cylinders.vg.json +++ b/examples/compiled/selection_project_multi_cylinders.vg.json @@ -191,5 +191,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_project_multi_cylinders_origin.vg.json b/examples/compiled/selection_project_multi_cylinders_origin.vg.json index c2915a3315..bb13002aee 100644 --- a/examples/compiled/selection_project_multi_cylinders_origin.vg.json +++ b/examples/compiled/selection_project_multi_cylinders_origin.vg.json @@ -222,5 +222,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_project_multi_origin.vg.json b/examples/compiled/selection_project_multi_origin.vg.json index fe2706224b..4c7e8cc050 100644 --- a/examples/compiled/selection_project_multi_origin.vg.json +++ b/examples/compiled/selection_project_multi_origin.vg.json @@ -216,5 +216,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_project_single.vg.json b/examples/compiled/selection_project_single.vg.json index e65908bfec..0af61604d3 100644 --- a/examples/compiled/selection_project_single.vg.json +++ b/examples/compiled/selection_project_single.vg.json @@ -180,5 +180,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_project_single_cylinders.vg.json b/examples/compiled/selection_project_single_cylinders.vg.json index 45bc7d1c36..d00ef1072d 100644 --- a/examples/compiled/selection_project_single_cylinders.vg.json +++ b/examples/compiled/selection_project_single_cylinders.vg.json @@ -180,5 +180,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_project_single_cylinders_origin.vg.json b/examples/compiled/selection_project_single_cylinders_origin.vg.json index e057d5b625..c845baf497 100644 --- a/examples/compiled/selection_project_single_cylinders_origin.vg.json +++ b/examples/compiled/selection_project_single_cylinders_origin.vg.json @@ -211,5 +211,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_project_single_origin.vg.json b/examples/compiled/selection_project_single_origin.vg.json index 9f6e5e4d74..8b729f0a7c 100644 --- a/examples/compiled/selection_project_single_origin.vg.json +++ b/examples/compiled/selection_project_single_origin.vg.json @@ -205,5 +205,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_resolution_global.vg.json b/examples/compiled/selection_resolution_global.vg.json index 42b5206125..2d5fe501fd 100644 --- a/examples/compiled/selection_resolution_global.vg.json +++ b/examples/compiled/selection_resolution_global.vg.json @@ -3805,5 +3805,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_resolution_intersect.vg.json b/examples/compiled/selection_resolution_intersect.vg.json index 2ff4c477e6..97aee4cae5 100644 --- a/examples/compiled/selection_resolution_intersect.vg.json +++ b/examples/compiled/selection_resolution_intersect.vg.json @@ -3373,5 +3373,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_resolution_union.vg.json b/examples/compiled/selection_resolution_union.vg.json index 98b8832080..5ad1b2a6b9 100644 --- a/examples/compiled/selection_resolution_union.vg.json +++ b/examples/compiled/selection_resolution_union.vg.json @@ -3373,5 +3373,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_toggle_altKey.vg.json b/examples/compiled/selection_toggle_altKey.vg.json index 02f223abcc..1e8c41e295 100644 --- a/examples/compiled/selection_toggle_altKey.vg.json +++ b/examples/compiled/selection_toggle_altKey.vg.json @@ -178,5 +178,10 @@ "title": "Cylinders", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_toggle_altKey_shiftKey.vg.json b/examples/compiled/selection_toggle_altKey_shiftKey.vg.json index 7875b981b1..c42b539c22 100644 --- a/examples/compiled/selection_toggle_altKey_shiftKey.vg.json +++ b/examples/compiled/selection_toggle_altKey_shiftKey.vg.json @@ -178,5 +178,10 @@ "title": "Cylinders", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_toggle_shiftKey.vg.json b/examples/compiled/selection_toggle_shiftKey.vg.json index d135317d00..91698c6b0d 100644 --- a/examples/compiled/selection_toggle_shiftKey.vg.json +++ b/examples/compiled/selection_toggle_shiftKey.vg.json @@ -178,5 +178,10 @@ "title": "Cylinders", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_translate_brush_drag.vg.json b/examples/compiled/selection_translate_brush_drag.vg.json index 8a50639047..c67bc3e42d 100644 --- a/examples/compiled/selection_translate_brush_drag.vg.json +++ b/examples/compiled/selection_translate_brush_drag.vg.json @@ -474,5 +474,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_translate_brush_shift-drag.vg.json b/examples/compiled/selection_translate_brush_shift-drag.vg.json index cabe504f56..d0511fff0d 100644 --- a/examples/compiled/selection_translate_brush_shift-drag.vg.json +++ b/examples/compiled/selection_translate_brush_shift-drag.vg.json @@ -476,5 +476,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_translate_scatterplot_drag.vg.json b/examples/compiled/selection_translate_scatterplot_drag.vg.json index de26031214..bb11b97c4d 100644 --- a/examples/compiled/selection_translate_scatterplot_drag.vg.json +++ b/examples/compiled/selection_translate_scatterplot_drag.vg.json @@ -244,5 +244,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_translate_scatterplot_shift-drag.vg.json b/examples/compiled/selection_translate_scatterplot_shift-drag.vg.json index 8421703180..2db663aae7 100644 --- a/examples/compiled/selection_translate_scatterplot_shift-drag.vg.json +++ b/examples/compiled/selection_translate_scatterplot_shift-drag.vg.json @@ -254,5 +254,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_type_interval.vg.json b/examples/compiled/selection_type_interval.vg.json index c15ad980ed..a637b95f45 100644 --- a/examples/compiled/selection_type_interval.vg.json +++ b/examples/compiled/selection_type_interval.vg.json @@ -414,5 +414,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "Count of Records" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_type_interval_invert.vg.json b/examples/compiled/selection_type_interval_invert.vg.json index 93286d2692..bac5753a99 100644 --- a/examples/compiled/selection_type_interval_invert.vg.json +++ b/examples/compiled/selection_type_interval_invert.vg.json @@ -413,5 +413,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "Count of Records" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_type_point.vg.json b/examples/compiled/selection_type_point.vg.json index 77df606b03..12d4eed556 100644 --- a/examples/compiled/selection_type_point.vg.json +++ b/examples/compiled/selection_type_point.vg.json @@ -155,5 +155,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "Count of Records" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_type_point_zorder.vg.json b/examples/compiled/selection_type_point_zorder.vg.json index aee261c023..f8be90be41 100644 --- a/examples/compiled/selection_type_point_zorder.vg.json +++ b/examples/compiled/selection_type_point_zorder.vg.json @@ -175,5 +175,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_type_single_dblclick.vg.json b/examples/compiled/selection_type_single_dblclick.vg.json index 29abd06d18..862bac1495 100644 --- a/examples/compiled/selection_type_single_dblclick.vg.json +++ b/examples/compiled/selection_type_single_dblclick.vg.json @@ -155,5 +155,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "Count of Records" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_type_single_pointerover.vg.json b/examples/compiled/selection_type_single_pointerover.vg.json index bacea56be8..b717cce084 100644 --- a/examples/compiled/selection_type_single_pointerover.vg.json +++ b/examples/compiled/selection_type_single_pointerover.vg.json @@ -155,5 +155,10 @@ "gradientLength": {"signal": "clamp(height, 64, 200)"}, "title": "Count of Records" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_zoom_brush_shift-wheel.vg.json b/examples/compiled/selection_zoom_brush_shift-wheel.vg.json index bfe0f59406..99d39638f8 100644 --- a/examples/compiled/selection_zoom_brush_shift-wheel.vg.json +++ b/examples/compiled/selection_zoom_brush_shift-wheel.vg.json @@ -476,5 +476,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_zoom_brush_wheel.vg.json b/examples/compiled/selection_zoom_brush_wheel.vg.json index 8a50639047..c67bc3e42d 100644 --- a/examples/compiled/selection_zoom_brush_wheel.vg.json +++ b/examples/compiled/selection_zoom_brush_wheel.vg.json @@ -474,5 +474,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_zoom_scatterplot_shift-wheel.vg.json b/examples/compiled/selection_zoom_scatterplot_shift-wheel.vg.json index 999a1258c1..ecb68ab1ad 100644 --- a/examples/compiled/selection_zoom_scatterplot_shift-wheel.vg.json +++ b/examples/compiled/selection_zoom_scatterplot_shift-wheel.vg.json @@ -258,5 +258,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/selection_zoom_scatterplot_wheel.vg.json b/examples/compiled/selection_zoom_scatterplot_wheel.vg.json index de26031214..bb11b97c4d 100644 --- a/examples/compiled/selection_zoom_scatterplot_wheel.vg.json +++ b/examples/compiled/selection_zoom_scatterplot_wheel.vg.json @@ -244,5 +244,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/sequence_line.vg.json b/examples/compiled/sequence_line.vg.json index 6e52704d22..3fd5a1673a 100644 --- a/examples/compiled/sequence_line.vg.json +++ b/examples/compiled/sequence_line.vg.json @@ -103,5 +103,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/sequence_line_fold.vg.json b/examples/compiled/sequence_line_fold.vg.json index 20f4cc474e..7b9b3c6197 100644 --- a/examples/compiled/sequence_line_fold.vg.json +++ b/examples/compiled/sequence_line_fold.vg.json @@ -131,5 +131,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke"}] + "legends": [{"stroke": "color", "symbolType": "stroke"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/square.vg.json b/examples/compiled/square.vg.json index cb1691ed44..74e220b579 100644 --- a/examples/compiled/square.vg.json +++ b/examples/compiled/square.vg.json @@ -105,5 +105,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_area.vg.json b/examples/compiled/stacked_area.vg.json index 1002440af6..26013078d8 100644 --- a/examples/compiled/stacked_area.vg.json +++ b/examples/compiled/stacked_area.vg.json @@ -167,5 +167,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "series"}] + "legends": [{"fill": "color", "symbolType": "circle", "title": "series"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_area_binned.vg.json b/examples/compiled/stacked_area_binned.vg.json index 039489e9b3..e204987223 100644 --- a/examples/compiled/stacked_area_binned.vg.json +++ b/examples/compiled/stacked_area_binned.vg.json @@ -169,5 +169,12 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "Major Genre"}] + "legends": [ + {"fill": "color", "symbolType": "circle", "title": "Major Genre"} + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_area_normalize.vg.json b/examples/compiled/stacked_area_normalize.vg.json index 7fe880210b..aa8c0ba542 100644 --- a/examples/compiled/stacked_area_normalize.vg.json +++ b/examples/compiled/stacked_area_normalize.vg.json @@ -142,5 +142,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "series"}] + "legends": [{"fill": "color", "symbolType": "circle", "title": "series"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_area_ordinal.vg.json b/examples/compiled/stacked_area_ordinal.vg.json index ae4df38f7f..433374c013 100644 --- a/examples/compiled/stacked_area_ordinal.vg.json +++ b/examples/compiled/stacked_area_ordinal.vg.json @@ -171,5 +171,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "Cylinders"}] + "legends": [{"fill": "color", "symbolType": "circle", "title": "Cylinders"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_area_overlay.vg.json b/examples/compiled/stacked_area_overlay.vg.json index 86c2460d0f..407bd1a2ea 100644 --- a/examples/compiled/stacked_area_overlay.vg.json +++ b/examples/compiled/stacked_area_overlay.vg.json @@ -202,5 +202,10 @@ "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}, "stroke": "color" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_area_stream.vg.json b/examples/compiled/stacked_area_stream.vg.json index de72f1315a..440cf50845 100644 --- a/examples/compiled/stacked_area_stream.vg.json +++ b/examples/compiled/stacked_area_stream.vg.json @@ -146,5 +146,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "series"}] + "legends": [{"fill": "color", "symbolType": "circle", "title": "series"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_area_without_agg.vg.json b/examples/compiled/stacked_area_without_agg.vg.json index 54cff92590..242b406792 100644 --- a/examples/compiled/stacked_area_without_agg.vg.json +++ b/examples/compiled/stacked_area_without_agg.vg.json @@ -205,5 +205,10 @@ "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}, "stroke": "color" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_1d.vg.json b/examples/compiled/stacked_bar_1d.vg.json index 743ebb1d35..694aa70bd7 100644 --- a/examples/compiled/stacked_bar_1d.vg.json +++ b/examples/compiled/stacked_bar_1d.vg.json @@ -98,5 +98,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_count.vg.json b/examples/compiled/stacked_bar_count.vg.json index 122e0b7c50..0b7ff8d56d 100644 --- a/examples/compiled/stacked_bar_count.vg.json +++ b/examples/compiled/stacked_bar_count.vg.json @@ -129,5 +129,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "weather"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "weather"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_count_corner_radius_config.vg.json b/examples/compiled/stacked_bar_count_corner_radius_config.vg.json index 71509e63d7..ebe105806d 100644 --- a/examples/compiled/stacked_bar_count_corner_radius_config.vg.json +++ b/examples/compiled/stacked_bar_count_corner_radius_config.vg.json @@ -179,6 +179,9 @@ ], "legends": [{"fill": "color", "symbolType": "square", "title": "weather"}], "config": { - "style": {"bar": {"cornerRadiusTopLeft": 8, "cornerRadiusTopRight": 8}} + "style": { + "bar": {"cornerRadiusTopLeft": 8, "cornerRadiusTopRight": 8}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } } } diff --git a/examples/compiled/stacked_bar_count_corner_radius_mark.vg.json b/examples/compiled/stacked_bar_count_corner_radius_mark.vg.json index 0c06b8c8ec..c5e9758f1f 100644 --- a/examples/compiled/stacked_bar_count_corner_radius_mark.vg.json +++ b/examples/compiled/stacked_bar_count_corner_radius_mark.vg.json @@ -175,5 +175,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "weather"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "weather"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_count_corner_radius_mark_x.vg.json b/examples/compiled/stacked_bar_count_corner_radius_mark_x.vg.json index 984baf0d17..89d93005fd 100644 --- a/examples/compiled/stacked_bar_count_corner_radius_mark_x.vg.json +++ b/examples/compiled/stacked_bar_count_corner_radius_mark_x.vg.json @@ -176,5 +176,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "weather"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "weather"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_count_corner_radius_stroke.vg.json b/examples/compiled/stacked_bar_count_corner_radius_stroke.vg.json index 15bd6cdf6c..7f4d02c0d1 100644 --- a/examples/compiled/stacked_bar_count_corner_radius_stroke.vg.json +++ b/examples/compiled/stacked_bar_count_corner_radius_stroke.vg.json @@ -191,5 +191,10 @@ } } ], - "config": {"style": {"bar": {"strokeWidth": 2}}} + "config": { + "style": { + "bar": {"strokeWidth": 2}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_h.vg.json b/examples/compiled/stacked_bar_h.vg.json index 2d7351dc7a..0c945c6b76 100644 --- a/examples/compiled/stacked_bar_h.vg.json +++ b/examples/compiled/stacked_bar_h.vg.json @@ -120,5 +120,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "site"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "site"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_h_normalized_labeled.vg.json b/examples/compiled/stacked_bar_h_normalized_labeled.vg.json index 87e5d5c356..5b3a70dcaf 100644 --- a/examples/compiled/stacked_bar_h_normalized_labeled.vg.json +++ b/examples/compiled/stacked_bar_h_normalized_labeled.vg.json @@ -162,5 +162,10 @@ }, {"scale": "y", "orient": "left", "grid": false, "title": "age", "zindex": 0} ], - "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_h_order.vg.json b/examples/compiled/stacked_bar_h_order.vg.json index bf3acb95fb..33cdd09a6b 100644 --- a/examples/compiled/stacked_bar_h_order.vg.json +++ b/examples/compiled/stacked_bar_h_order.vg.json @@ -120,5 +120,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "site"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "site"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_h_order_custom.vg.json b/examples/compiled/stacked_bar_h_order_custom.vg.json index b1bd41de1e..e7ce029736 100644 --- a/examples/compiled/stacked_bar_h_order_custom.vg.json +++ b/examples/compiled/stacked_bar_h_order_custom.vg.json @@ -125,5 +125,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "site"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "site"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_normalize.vg.json b/examples/compiled/stacked_bar_normalize.vg.json index 08df66d85e..84e8a50130 100644 --- a/examples/compiled/stacked_bar_normalize.vg.json +++ b/examples/compiled/stacked_bar_normalize.vg.json @@ -126,5 +126,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_population.vg.json b/examples/compiled/stacked_bar_population.vg.json index 89196843e0..e437a5c10d 100644 --- a/examples/compiled/stacked_bar_population.vg.json +++ b/examples/compiled/stacked_bar_population.vg.json @@ -129,5 +129,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_population_transform.vg.json b/examples/compiled/stacked_bar_population_transform.vg.json index 1d5c55b211..131d376e84 100644 --- a/examples/compiled/stacked_bar_population_transform.vg.json +++ b/examples/compiled/stacked_bar_population_transform.vg.json @@ -119,5 +119,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_size.vg.json b/examples/compiled/stacked_bar_size.vg.json index 7008e2f790..4017d94d5d 100644 --- a/examples/compiled/stacked_bar_size.vg.json +++ b/examples/compiled/stacked_bar_size.vg.json @@ -145,5 +145,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_sum_opacity.vg.json b/examples/compiled/stacked_bar_sum_opacity.vg.json index 6492caecc1..8df52fd573 100644 --- a/examples/compiled/stacked_bar_sum_opacity.vg.json +++ b/examples/compiled/stacked_bar_sum_opacity.vg.json @@ -145,5 +145,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_unaggregate.vg.json b/examples/compiled/stacked_bar_unaggregate.vg.json index 92509ade9d..509e99836e 100644 --- a/examples/compiled/stacked_bar_unaggregate.vg.json +++ b/examples/compiled/stacked_bar_unaggregate.vg.json @@ -120,5 +120,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "c"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "c"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_v.vg.json b/examples/compiled/stacked_bar_v.vg.json index a0409fbb63..a37b5aa3cc 100644 --- a/examples/compiled/stacked_bar_v.vg.json +++ b/examples/compiled/stacked_bar_v.vg.json @@ -122,5 +122,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "site"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "site"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_v_ascending.vg.json b/examples/compiled/stacked_bar_v_ascending.vg.json index 9581042ae0..8051c44d33 100644 --- a/examples/compiled/stacked_bar_v_ascending.vg.json +++ b/examples/compiled/stacked_bar_v_ascending.vg.json @@ -122,5 +122,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "site"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "site"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/stacked_bar_weather.vg.json b/examples/compiled/stacked_bar_weather.vg.json index 14721fff3b..f8a6b2c1a0 100644 --- a/examples/compiled/stacked_bar_weather.vg.json +++ b/examples/compiled/stacked_bar_weather.vg.json @@ -131,5 +131,10 @@ ], "legends": [ {"title": "Weather type", "fill": "color", "symbolType": "square"} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_aggregate_nested.vg.json b/examples/compiled/test_aggregate_nested.vg.json index 65bda28edf..16a073ac79 100644 --- a/examples/compiled/test_aggregate_nested.vg.json +++ b/examples/compiled/test_aggregate_nested.vg.json @@ -161,5 +161,10 @@ "zindex": 0 } ], - "legends": [{"title": "site", "fill": "color", "symbolType": "square"}] + "legends": [{"title": "site", "fill": "color", "symbolType": "square"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_field_with_spaces.vg.json b/examples/compiled/test_field_with_spaces.vg.json index 8632fb9390..b5cd722f53 100644 --- a/examples/compiled/test_field_with_spaces.vg.json +++ b/examples/compiled/test_field_with_spaces.vg.json @@ -119,5 +119,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_break_paths_filter_domains.vg.json b/examples/compiled/test_invalid_break_paths_filter_domains.vg.json index bef469315b..91d697d376 100644 --- a/examples/compiled/test_invalid_break_paths_filter_domains.vg.json +++ b/examples/compiled/test_invalid_break_paths_filter_domains.vg.json @@ -965,5 +965,10 @@ "zero": true } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_break_paths_show_domains.vg.json b/examples/compiled/test_invalid_break_paths_show_domains.vg.json index 4fa60a64a7..88316c6e33 100644 --- a/examples/compiled/test_invalid_break_paths_show_domains.vg.json +++ b/examples/compiled/test_invalid_break_paths_show_domains.vg.json @@ -957,5 +957,10 @@ "zero": true } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_break_paths_show_path_domains.vg.json b/examples/compiled/test_invalid_break_paths_show_path_domains.vg.json index 8920562bae..4bcb11c4b5 100644 --- a/examples/compiled/test_invalid_break_paths_show_path_domains.vg.json +++ b/examples/compiled/test_invalid_break_paths_show_path_domains.vg.json @@ -966,5 +966,10 @@ "zero": true } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_color_filter.vg.json b/examples/compiled/test_invalid_color_filter.vg.json index 22fbdcb340..c654773f11 100644 --- a/examples/compiled/test_invalid_color_filter.vg.json +++ b/examples/compiled/test_invalid_color_filter.vg.json @@ -1058,5 +1058,10 @@ "fill": "color" } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_color_filter_but_include_in_scale_invalid.vg.json b/examples/compiled/test_invalid_color_filter_but_include_in_scale_invalid.vg.json index 9947ced8b4..c65baddd8c 100644 --- a/examples/compiled/test_invalid_color_filter_but_include_in_scale_invalid.vg.json +++ b/examples/compiled/test_invalid_color_filter_but_include_in_scale_invalid.vg.json @@ -1118,5 +1118,10 @@ "fill": "color" } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_color_show.vg.json b/examples/compiled/test_invalid_color_show.vg.json index 0c326eb84a..68fe1b8de6 100644 --- a/examples/compiled/test_invalid_color_show.vg.json +++ b/examples/compiled/test_invalid_color_show.vg.json @@ -1154,5 +1154,10 @@ "fill": "color" } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_color_size_config_scale.vg.json b/examples/compiled/test_invalid_color_size_config_scale.vg.json index 66bc925dcd..4b0fcce335 100644 --- a/examples/compiled/test_invalid_color_size_config_scale.vg.json +++ b/examples/compiled/test_invalid_color_size_config_scale.vg.json @@ -276,5 +276,10 @@ "size": "size" } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_color_size_mark_filter_only.vg.json b/examples/compiled/test_invalid_color_size_mark_filter_only.vg.json index 01d38a2c2c..560b228f84 100644 --- a/examples/compiled/test_invalid_color_size_mark_filter_only.vg.json +++ b/examples/compiled/test_invalid_color_size_mark_filter_only.vg.json @@ -264,5 +264,10 @@ "size": "size" } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_color_size_mark_show_only.vg.json b/examples/compiled/test_invalid_color_size_mark_show_only.vg.json index 6c756d6227..8b3865f3e4 100644 --- a/examples/compiled/test_invalid_color_size_mark_show_only.vg.json +++ b/examples/compiled/test_invalid_color_size_mark_show_only.vg.json @@ -295,5 +295,10 @@ "size": "size" } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_default.vg.json b/examples/compiled/test_invalid_default.vg.json index 8920562bae..4bcb11c4b5 100644 --- a/examples/compiled/test_invalid_default.vg.json +++ b/examples/compiled/test_invalid_default.vg.json @@ -966,5 +966,10 @@ "zero": true } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_filter.vg.json b/examples/compiled/test_invalid_filter.vg.json index 0b5c1a789e..82a08e95d1 100644 --- a/examples/compiled/test_invalid_filter.vg.json +++ b/examples/compiled/test_invalid_filter.vg.json @@ -941,5 +941,10 @@ "zero": true } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_null.vg.json b/examples/compiled/test_invalid_null.vg.json index d4134b54da..1f153d489d 100644 --- a/examples/compiled/test_invalid_null.vg.json +++ b/examples/compiled/test_invalid_null.vg.json @@ -978,5 +978,10 @@ "zero": true } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_opacity_filter.vg.json b/examples/compiled/test_invalid_opacity_filter.vg.json index 688632fa11..f841c84e62 100644 --- a/examples/compiled/test_invalid_opacity_filter.vg.json +++ b/examples/compiled/test_invalid_opacity_filter.vg.json @@ -1069,5 +1069,10 @@ } } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_opacity_filter_but_include_in_scale_invalid.vg.json b/examples/compiled/test_invalid_opacity_filter_but_include_in_scale_invalid.vg.json index da3940ae50..4f3b02dfea 100644 --- a/examples/compiled/test_invalid_opacity_filter_but_include_in_scale_invalid.vg.json +++ b/examples/compiled/test_invalid_opacity_filter_but_include_in_scale_invalid.vg.json @@ -1129,5 +1129,10 @@ } } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_opacity_show.vg.json b/examples/compiled/test_invalid_opacity_show.vg.json index 00ad629972..d206129e1a 100644 --- a/examples/compiled/test_invalid_opacity_show.vg.json +++ b/examples/compiled/test_invalid_opacity_show.vg.json @@ -1165,5 +1165,10 @@ } } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_invalid_show.vg.json b/examples/compiled/test_invalid_show.vg.json index d4134b54da..1f153d489d 100644 --- a/examples/compiled/test_invalid_show.vg.json +++ b/examples/compiled/test_invalid_show.vg.json @@ -978,5 +978,10 @@ "zero": true } ], - "config": {"mark": {"tooltip": true}} + "config": { + "mark": {"tooltip": true}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_single_point_color.vg.json b/examples/compiled/test_single_point_color.vg.json index daba568187..1a2b22ae79 100644 --- a/examples/compiled/test_single_point_color.vg.json +++ b/examples/compiled/test_single_point_color.vg.json @@ -23,5 +23,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_subobject.vg.json b/examples/compiled/test_subobject.vg.json index d3e94e7d59..5256c5abbe 100644 --- a/examples/compiled/test_subobject.vg.json +++ b/examples/compiled/test_subobject.vg.json @@ -124,5 +124,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_subobject_missing.vg.json b/examples/compiled/test_subobject_missing.vg.json index 588e3cbfb1..5a516e5f4b 100644 --- a/examples/compiled/test_subobject_missing.vg.json +++ b/examples/compiled/test_subobject_missing.vg.json @@ -106,5 +106,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/test_subobject_nested.vg.json b/examples/compiled/test_subobject_nested.vg.json index bb50617f54..527ec862ca 100644 --- a/examples/compiled/test_subobject_nested.vg.json +++ b/examples/compiled/test_subobject_nested.vg.json @@ -134,5 +134,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/text_format.vg.json b/examples/compiled/text_format.vg.json index 87a3487c9c..52c34237ba 100644 --- a/examples/compiled/text_format.vg.json +++ b/examples/compiled/text_format.vg.json @@ -65,5 +65,10 @@ "title": "Origin", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/text_params.vg.json b/examples/compiled/text_params.vg.json index 6eedf2e1e0..b93e1996f5 100644 --- a/examples/compiled/text_params.vg.json +++ b/examples/compiled/text_params.vg.json @@ -210,5 +210,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/text_scatterplot_colored.vg.json b/examples/compiled/text_scatterplot_colored.vg.json index 5c6b6971ec..7716b1fb97 100644 --- a/examples/compiled/text_scatterplot_colored.vg.json +++ b/examples/compiled/text_scatterplot_colored.vg.json @@ -115,5 +115,10 @@ "zindex": 0 } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "Origin"}] + "legends": [{"fill": "color", "symbolType": "circle", "title": "Origin"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/text_tooltip_image.vg.json b/examples/compiled/text_tooltip_image.vg.json index dc2bdf8265..8d11d64285 100644 --- a/examples/compiled/text_tooltip_image.vg.json +++ b/examples/compiled/text_tooltip_image.vg.json @@ -57,5 +57,10 @@ "range": {"step": {"signal": "y_step"}}, "padding": 0.5 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/tick_dot.vg.json b/examples/compiled/tick_dot.vg.json index 1ee300c2df..44e9d435c4 100644 --- a/examples/compiled/tick_dot.vg.json +++ b/examples/compiled/tick_dot.vg.json @@ -32,9 +32,9 @@ "description": { "signal": "\"precipitation: \" + (format(datum[\"precipitation\"], \"\"))" }, - "xc": {"scale": "x", "field": "precipitation"}, "yc": {"signal": "height", "mult": 0.5}, - "height": {"signal": "(1 - 0.25) * height"}, + "height": {"signal": "0.75 * height"}, + "xc": {"scale": "x", "field": "precipitation"}, "width": {"value": 1} } } @@ -74,5 +74,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/tick_dot_thickness.png b/examples/compiled/tick_dot_thickness.png index ee3030636e..bcf665cfb1 100644 Binary files a/examples/compiled/tick_dot_thickness.png and b/examples/compiled/tick_dot_thickness.png differ diff --git a/examples/compiled/tick_dot_thickness.svg b/examples/compiled/tick_dot_thickness.svg index 676fc14a39..50ad2b9ddb 100644 --- a/examples/compiled/tick_dot_thickness.svg +++ b/examples/compiled/tick_dot_thickness.svg @@ -1 +1 @@ -050100150200Horsepower \ No newline at end of file +050100150200Horsepower \ No newline at end of file diff --git a/examples/compiled/tick_dot_thickness.vg.json b/examples/compiled/tick_dot_thickness.vg.json index 962912839c..a53663a952 100644 --- a/examples/compiled/tick_dot_thickness.vg.json +++ b/examples/compiled/tick_dot_thickness.vg.json @@ -32,9 +32,9 @@ "description": { "signal": "\"Horsepower: \" + (format(datum[\"Horsepower\"], \"\"))" }, - "xc": {"scale": "x", "field": "Horsepower"}, "yc": {"signal": "height", "mult": 0.5}, - "height": {"value": 10}, + "height": {"signal": "0.75 * height"}, + "xc": {"scale": "x", "field": "Horsepower"}, "width": {"value": 2} } } @@ -74,5 +74,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/tick_grouped.vg.json b/examples/compiled/tick_grouped.vg.json index 883742b42b..eb683e3379 100644 --- a/examples/compiled/tick_grouped.vg.json +++ b/examples/compiled/tick_grouped.vg.json @@ -54,13 +54,13 @@ "description": { "signal": "\"category: \" + (isValid(datum[\"category\"]) ? datum[\"category\"] : \"\"+datum[\"category\"]) + \"; value: \" + (format(datum[\"value\"], \"\")) + \"; group: \" + (isValid(datum[\"group\"]) ? datum[\"group\"] : \"\"+datum[\"group\"])" }, - "xc": { + "x": { "scale": "x", "field": "category", - "offset": {"scale": "xOffset", "field": "group", "band": 0.5} + "offset": {"scale": "xOffset", "field": "group"} }, + "width": {"signal": "max(0.25, bandwidth('xOffset'))"}, "yc": {"scale": "y", "field": "value"}, - "width": {"scale": "xOffset", "band": 1}, "height": {"value": 1} } } @@ -138,5 +138,10 @@ "title": "group", "encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/tick_histogram.png b/examples/compiled/tick_histogram.png index caeb22c830..5499896975 100644 Binary files a/examples/compiled/tick_histogram.png and b/examples/compiled/tick_histogram.png differ diff --git a/examples/compiled/tick_histogram.svg b/examples/compiled/tick_histogram.svg index 996e620260..51900ac013 100644 --- a/examples/compiled/tick_histogram.svg +++ b/examples/compiled/tick_histogram.svg @@ -1 +1 @@ -1.02.03.04.05.06.07.08.09.010.0IMDB Rating (binned)02004006008001,000Count of Records \ No newline at end of file +1.02.03.04.05.06.07.08.09.010.0IMDB Rating (binned)02004006008001,000Count of Records \ No newline at end of file diff --git a/examples/compiled/tick_histogram.vg.json b/examples/compiled/tick_histogram.vg.json index bc19724860..41e33b657e 100644 --- a/examples/compiled/tick_histogram.vg.json +++ b/examples/compiled/tick_histogram.vg.json @@ -57,11 +57,21 @@ "description": { "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\"], \"\"))" }, - "xc": { - "signal": "scale(\"x\", 0.5 * datum[\"bin_maxbins_10_IMDB Rating\"] + 0.5 * datum[\"bin_maxbins_10_IMDB Rating_end\"])" + "x2": { + "scale": "x", + "field": "bin_maxbins_10_IMDB Rating", + "offset": { + "signal": "0.5 + (abs(scale(\"x\", datum[\"bin_maxbins_10_IMDB Rating_end\"]) - scale(\"x\", datum[\"bin_maxbins_10_IMDB Rating\"])) < 0.25 ? -0.5 * (0.25 - (abs(scale(\"x\", datum[\"bin_maxbins_10_IMDB Rating_end\"]) - scale(\"x\", datum[\"bin_maxbins_10_IMDB Rating\"])))) : 0)" + } + }, + "x": { + "scale": "x", + "field": "bin_maxbins_10_IMDB Rating_end", + "offset": { + "signal": "0.5 + (abs(scale(\"x\", datum[\"bin_maxbins_10_IMDB Rating_end\"]) - scale(\"x\", datum[\"bin_maxbins_10_IMDB Rating\"])) < 0.25 ? 0.5 * (0.25 - (abs(scale(\"x\", datum[\"bin_maxbins_10_IMDB Rating_end\"]) - scale(\"x\", datum[\"bin_maxbins_10_IMDB Rating\"])))) : 0)" + } }, "yc": {"scale": "y", "field": "__count"}, - "width": {"signal": "(1 - 0.25) * width"}, "height": {"value": 1} } } @@ -121,5 +131,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/tick_sort.vg.json b/examples/compiled/tick_sort.vg.json index 05a2fd5cfb..4117ff3414 100644 --- a/examples/compiled/tick_sort.vg.json +++ b/examples/compiled/tick_sort.vg.json @@ -32,9 +32,9 @@ "description": { "signal": "\"Horsepower: \" + (format(datum[\"Horsepower\"], \"\"))" }, - "xc": {"scale": "x", "field": "Horsepower"}, "yc": {"signal": "height", "mult": 0.5}, - "height": {"signal": "(1 - 0.25) * height"}, + "height": {"signal": "0.75 * height"}, + "xc": {"scale": "x", "field": "Horsepower"}, "width": {"value": 1} } } @@ -75,5 +75,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/tick_strip.vg.json b/examples/compiled/tick_strip.vg.json index 30898730b9..0d666c9ee9 100644 --- a/examples/compiled/tick_strip.vg.json +++ b/examples/compiled/tick_strip.vg.json @@ -39,9 +39,9 @@ "description": { "signal": "\"Horsepower: \" + (format(datum[\"Horsepower\"], \"\")) + \"; Cylinders: \" + (isValid(datum[\"Cylinders\"]) ? datum[\"Cylinders\"] : \"\"+datum[\"Cylinders\"])" }, + "y": {"scale": "y", "field": "Cylinders"}, + "height": {"signal": "max(0.25, bandwidth('y'))"}, "xc": {"scale": "x", "field": "Horsepower"}, - "yc": {"scale": "y", "field": "Cylinders", "band": 0.5}, - "height": {"scale": "y", "band": 1}, "width": {"value": 1} } } @@ -97,5 +97,10 @@ "title": "Cylinders", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/tick_strip_1D_with_height.vg.json b/examples/compiled/tick_strip_1D_with_height.vg.json index 921930cb87..972bd5c2fd 100644 --- a/examples/compiled/tick_strip_1D_with_height.vg.json +++ b/examples/compiled/tick_strip_1D_with_height.vg.json @@ -32,9 +32,9 @@ "description": { "signal": "\"Horsepower: \" + (format(datum[\"Horsepower\"], \"\"))" }, - "xc": {"scale": "x", "field": "Horsepower"}, "yc": {"signal": "height", "mult": 0.5}, - "height": {"signal": "(1 - 0.25) * height"}, + "height": {"signal": "0.75 * height"}, + "xc": {"scale": "x", "field": "Horsepower"}, "width": {"value": 1} } } @@ -74,5 +74,10 @@ "tickCount": {"signal": "ceil(width/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/tick_strip_tick_band.vg.json b/examples/compiled/tick_strip_tick_band.vg.json index 03f8c606a8..c8b3d2b7fa 100644 --- a/examples/compiled/tick_strip_tick_band.vg.json +++ b/examples/compiled/tick_strip_tick_band.vg.json @@ -38,9 +38,9 @@ "description": { "signal": "\"Horsepower: \" + (format(datum[\"Horsepower\"], \"\")) + \"; Cylinders: \" + (isValid(datum[\"Cylinders\"]) ? datum[\"Cylinders\"] : \"\"+datum[\"Cylinders\"])" }, + "y": {"scale": "y", "field": "Cylinders"}, + "height": {"signal": "max(0.25, bandwidth('y'))"}, "xc": {"scale": "x", "field": "Horsepower"}, - "yc": {"scale": "y", "field": "Cylinders", "band": 0.5}, - "height": {"scale": "y", "band": 1}, "width": {"value": 1} } } @@ -111,5 +111,10 @@ "tickBand": "extent", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/tick_strip_with_height.vg.json b/examples/compiled/tick_strip_with_height.vg.json index 4991e6d247..ad34fbab17 100644 --- a/examples/compiled/tick_strip_with_height.vg.json +++ b/examples/compiled/tick_strip_with_height.vg.json @@ -33,9 +33,9 @@ "description": { "signal": "\"Horsepower: \" + (format(datum[\"Horsepower\"], \"\")) + \"; Cylinders: \" + (isValid(datum[\"Cylinders\"]) ? datum[\"Cylinders\"] : \"\"+datum[\"Cylinders\"])" }, + "y": {"scale": "y", "field": "Cylinders"}, + "height": {"signal": "max(0.25, bandwidth('y'))"}, "xc": {"scale": "x", "field": "Horsepower"}, - "yc": {"scale": "y", "field": "Cylinders", "band": 0.5}, - "height": {"scale": "y", "band": 1}, "width": {"value": 1} } } @@ -91,5 +91,10 @@ "title": "Cylinders", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/tick_timeunit.png b/examples/compiled/tick_timeunit.png index 827505fbf0..e0a4e8e498 100644 Binary files a/examples/compiled/tick_timeunit.png and b/examples/compiled/tick_timeunit.png differ diff --git a/examples/compiled/tick_timeunit.svg b/examples/compiled/tick_timeunit.svg index 9338b1e40a..efd48ab69e 100644 --- a/examples/compiled/tick_timeunit.svg +++ b/examples/compiled/tick_timeunit.svg @@ -1 +1 @@ -2004200520062007200820092010date (year)01,0002,0003,0004,0005,0006,0007,000Sum of price \ No newline at end of file +20042005200620072008200920102011date (year)01,0002,0003,0004,0005,0006,0007,000Sum of price \ No newline at end of file diff --git a/examples/compiled/tick_timeunit.vg.json b/examples/compiled/tick_timeunit.vg.json index e5b840c35b..700f38f61e 100644 --- a/examples/compiled/tick_timeunit.vg.json +++ b/examples/compiled/tick_timeunit.vg.json @@ -21,7 +21,7 @@ }, { "type": "aggregate", - "groupby": ["year_date"], + "groupby": ["year_date", "year_date_end"], "ops": ["sum"], "fields": ["price"], "as": ["sum_price"] @@ -46,9 +46,21 @@ "description": { "signal": "\"date (year): \" + (timeFormat(datum[\"year_date\"], timeUnitSpecifier([\"year\"], {\"year-month\":\"%b %Y \",\"year-month-date\":\"%b %d, %Y \"}))) + \"; Sum of price: \" + (format(datum[\"sum_price\"], \"\"))" }, - "xc": {"scale": "x", "field": "year_date"}, + "x2": { + "scale": "x", + "field": "year_date", + "offset": { + "signal": "0.5 + (abs(scale(\"x\", datum[\"year_date_end\"]) - scale(\"x\", datum[\"year_date\"])) < 0.25 ? -0.5 * (0.25 - (abs(scale(\"x\", datum[\"year_date_end\"]) - scale(\"x\", datum[\"year_date\"])))) : 0)" + } + }, + "x": { + "scale": "x", + "field": "year_date_end", + "offset": { + "signal": "0.5 + (abs(scale(\"x\", datum[\"year_date_end\"]) - scale(\"x\", datum[\"year_date\"])) < 0.25 ? 0.5 * (0.25 - (abs(scale(\"x\", datum[\"year_date_end\"]) - scale(\"x\", datum[\"year_date\"])))) : 0)" + } + }, "yc": {"scale": "y", "field": "sum_price"}, - "width": {"signal": "(1 - 0.25) * width"}, "height": {"value": 1} } } @@ -58,7 +70,7 @@ { "name": "x", "type": "time", - "domain": {"data": "source_0", "field": "year_date"}, + "domain": {"data": "source_0", "fields": ["year_date", "year_date_end"]}, "range": [0, {"signal": "width"}] }, { @@ -127,5 +139,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/tick_width_band.png b/examples/compiled/tick_width_band.png index daa9b0baf3..731903b4bf 100644 Binary files a/examples/compiled/tick_width_band.png and b/examples/compiled/tick_width_band.png differ diff --git a/examples/compiled/tick_width_band.svg b/examples/compiled/tick_width_band.svg index b2c50e4a56..7254e1955c 100644 --- a/examples/compiled/tick_width_band.svg +++ b/examples/compiled/tick_width_band.svg @@ -1 +1 @@ -ABCDEFGHIa020406080100b \ No newline at end of file +ABCDEFGHIa020406080100b \ No newline at end of file diff --git a/examples/compiled/tick_width_band.vg.json b/examples/compiled/tick_width_band.vg.json index 549c70dd1b..de21829559 100644 --- a/examples/compiled/tick_width_band.vg.json +++ b/examples/compiled/tick_width_band.vg.json @@ -52,9 +52,9 @@ "description": { "signal": "\"a: \" + (isValid(datum[\"a\"]) ? datum[\"a\"] : \"\"+datum[\"a\"]) + \"; b: \" + (format(datum[\"b\"], \"\"))" }, - "xc": {"scale": "x", "field": "a", "band": 0.5}, + "x": {"scale": "x", "field": "a", "band": 0.25}, + "width": {"signal": "max(0.25, 0.5 * bandwidth('x'))"}, "yc": {"scale": "y", "field": "b"}, - "width": {"value": {"band": 0.5}}, "height": {"value": 1} } } @@ -111,5 +111,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/time_custom_step.vg.json b/examples/compiled/time_custom_step.vg.json index f6ed2a1bf3..93b30bfb25 100644 --- a/examples/compiled/time_custom_step.vg.json +++ b/examples/compiled/time_custom_step.vg.json @@ -163,5 +163,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/time_output_utc_scale.vg.json b/examples/compiled/time_output_utc_scale.vg.json index 772419de5f..eb7f9f08b3 100644 --- a/examples/compiled/time_output_utc_scale.vg.json +++ b/examples/compiled/time_output_utc_scale.vg.json @@ -132,5 +132,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/time_output_utc_timeunit.vg.json b/examples/compiled/time_output_utc_timeunit.vg.json index 5d4be95d66..8424a83d1c 100644 --- a/examples/compiled/time_output_utc_timeunit.vg.json +++ b/examples/compiled/time_output_utc_timeunit.vg.json @@ -136,5 +136,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/time_parse_binnedutc.vg.json b/examples/compiled/time_parse_binnedutc.vg.json index 55dc8f7d78..791398e83e 100644 --- a/examples/compiled/time_parse_binnedutc.vg.json +++ b/examples/compiled/time_parse_binnedutc.vg.json @@ -76,5 +76,10 @@ }, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/time_parse_local.vg.json b/examples/compiled/time_parse_local.vg.json index 83690debb1..3142c77b3d 100644 --- a/examples/compiled/time_parse_local.vg.json +++ b/examples/compiled/time_parse_local.vg.json @@ -80,5 +80,10 @@ }, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/time_parse_utc.vg.json b/examples/compiled/time_parse_utc.vg.json index 244ed944cd..2f8b3ffcca 100644 --- a/examples/compiled/time_parse_utc.vg.json +++ b/examples/compiled/time_parse_utc.vg.json @@ -78,5 +78,10 @@ }, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/time_parse_utc_format.vg.json b/examples/compiled/time_parse_utc_format.vg.json index df4379d2f8..1b448e68ce 100644 --- a/examples/compiled/time_parse_utc_format.vg.json +++ b/examples/compiled/time_parse_utc_format.vg.json @@ -84,5 +84,10 @@ }, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trail_color.vg.json b/examples/compiled/trail_color.vg.json index 0a52240e35..7606bbaa50 100644 --- a/examples/compiled/trail_color.vg.json +++ b/examples/compiled/trail_color.vg.json @@ -136,5 +136,10 @@ "legends": [ {"stroke": "color", "symbolType": "stroke", "title": "symbol"}, {"strokeWidth": "size", "symbolType": "stroke", "title": "price"} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trail_comet.vg.json b/examples/compiled/trail_comet.vg.json index a003de90f3..880ba41c65 100644 --- a/examples/compiled/trail_comet.vg.json +++ b/examples/compiled/trail_comet.vg.json @@ -216,5 +216,10 @@ "symbolType": "stroke" } ], - "config": {"legend": {"orient": "bottom", "direction": "horizontal"}} + "config": { + "legend": {"orient": "bottom", "direction": "horizontal"}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_anscombe.vg.json b/examples/compiled/trellis_anscombe.vg.json index 9d9d2d8be6..8001b09bf7 100644 --- a/examples/compiled/trellis_anscombe.vg.json +++ b/examples/compiled/trellis_anscombe.vg.json @@ -176,5 +176,10 @@ "zero": false, "nice": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_area.vg.json b/examples/compiled/trellis_area.vg.json index 87b9e4f635..b8067c000e 100644 --- a/examples/compiled/trellis_area.vg.json +++ b/examples/compiled/trellis_area.vg.json @@ -183,5 +183,10 @@ "domain": {"data": "source_0", "field": "symbol", "sort": true}, "range": "category" } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_area_seattle.vg.json b/examples/compiled/trellis_area_seattle.vg.json index b8f0d14013..b72fbf962e 100644 --- a/examples/compiled/trellis_area_seattle.vg.json +++ b/examples/compiled/trellis_area_seattle.vg.json @@ -198,5 +198,10 @@ "nice": true } ], - "config": {"axis": {"grid": false, "domain": false}} + "config": { + "axis": {"grid": false, "domain": false}, + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_area_sort_array.vg.json b/examples/compiled/trellis_area_sort_array.vg.json index 8c16d76389..8d0f79edca 100644 --- a/examples/compiled/trellis_area_sort_array.vg.json +++ b/examples/compiled/trellis_area_sort_array.vg.json @@ -213,5 +213,10 @@ "range": "category" } ], - "legends": [{"fill": "color", "symbolType": "circle", "title": "symbol"}] + "legends": [{"fill": "color", "symbolType": "circle", "title": "symbol"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_bar.vg.json b/examples/compiled/trellis_bar.vg.json index a8b3fef14a..f326454945 100644 --- a/examples/compiled/trellis_bar.vg.json +++ b/examples/compiled/trellis_bar.vg.json @@ -195,5 +195,10 @@ "range": ["#675193", "#ca8861"] } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_bar_histogram.vg.json b/examples/compiled/trellis_bar_histogram.vg.json index f806696d61..840522820e 100644 --- a/examples/compiled/trellis_bar_histogram.vg.json +++ b/examples/compiled/trellis_bar_histogram.vg.json @@ -197,5 +197,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_bar_histogram_label_rotated.vg.json b/examples/compiled/trellis_bar_histogram_label_rotated.vg.json index bcec41df77..a654b7d1a6 100644 --- a/examples/compiled/trellis_bar_histogram_label_rotated.vg.json +++ b/examples/compiled/trellis_bar_histogram_label_rotated.vg.json @@ -200,5 +200,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_bar_no_header.vg.json b/examples/compiled/trellis_bar_no_header.vg.json index 0e859595af..44a30a72a5 100644 --- a/examples/compiled/trellis_bar_no_header.vg.json +++ b/examples/compiled/trellis_bar_no_header.vg.json @@ -169,5 +169,10 @@ "range": ["#675193", "#ca8861"] } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_barley.vg.json b/examples/compiled/trellis_barley.vg.json index b7ffc699ed..5c6836eced 100644 --- a/examples/compiled/trellis_barley.vg.json +++ b/examples/compiled/trellis_barley.vg.json @@ -238,5 +238,10 @@ "title": "year", "encode": {"symbols": {"update": {"fill": {"value": "transparent"}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_barley_independent.vg.json b/examples/compiled/trellis_barley_independent.vg.json index d52e6df79a..a1340e46b4 100644 --- a/examples/compiled/trellis_barley_independent.vg.json +++ b/examples/compiled/trellis_barley_independent.vg.json @@ -181,5 +181,10 @@ "title": "year", "encode": {"symbols": {"update": {"fill": {"value": "transparent"}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_barley_layer_median.vg.json b/examples/compiled/trellis_barley_layer_median.vg.json index 0ad02b1fba..0504bc5cc9 100644 --- a/examples/compiled/trellis_barley_layer_median.vg.json +++ b/examples/compiled/trellis_barley_layer_median.vg.json @@ -282,5 +282,10 @@ "title": "year", "encode": {"symbols": {"update": {"fill": {"value": "transparent"}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_column_year.vg.json b/examples/compiled/trellis_column_year.vg.json index 6a82655cc2..f2dcfea948 100644 --- a/examples/compiled/trellis_column_year.vg.json +++ b/examples/compiled/trellis_column_year.vg.json @@ -212,5 +212,10 @@ "range": "category" } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_cross_sort.vg.json b/examples/compiled/trellis_cross_sort.vg.json index 8ab89d4082..638a4f85fb 100644 --- a/examples/compiled/trellis_cross_sort.vg.json +++ b/examples/compiled/trellis_cross_sort.vg.json @@ -400,5 +400,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_cross_sort_array.vg.json b/examples/compiled/trellis_cross_sort_array.vg.json index 0862fbb7fa..c0caf2af51 100644 --- a/examples/compiled/trellis_cross_sort_array.vg.json +++ b/examples/compiled/trellis_cross_sort_array.vg.json @@ -399,5 +399,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_line_quarter.vg.json b/examples/compiled/trellis_line_quarter.vg.json index ff4c8da8da..8d1b7e1ba7 100644 --- a/examples/compiled/trellis_line_quarter.vg.json +++ b/examples/compiled/trellis_line_quarter.vg.json @@ -202,5 +202,10 @@ "title": "symbol", "encode": {"symbols": {"update": {"fill": {"value": "transparent"}}}} } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_row_column.vg.json b/examples/compiled/trellis_row_column.vg.json index 395389a005..d464f1d3b2 100644 --- a/examples/compiled/trellis_row_column.vg.json +++ b/examples/compiled/trellis_row_column.vg.json @@ -251,5 +251,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_scatter.vg.json b/examples/compiled/trellis_scatter.vg.json index 7c22029457..94603ccb64 100644 --- a/examples/compiled/trellis_scatter.vg.json +++ b/examples/compiled/trellis_scatter.vg.json @@ -185,5 +185,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_scatter_binned_row.vg.json b/examples/compiled/trellis_scatter_binned_row.vg.json index 144e70789d..a0e8818b7b 100644 --- a/examples/compiled/trellis_scatter_binned_row.vg.json +++ b/examples/compiled/trellis_scatter_binned_row.vg.json @@ -211,5 +211,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_scatter_small.vg.json b/examples/compiled/trellis_scatter_small.vg.json index 2b5fffdf06..1ce70e495b 100644 --- a/examples/compiled/trellis_scatter_small.vg.json +++ b/examples/compiled/trellis_scatter_small.vg.json @@ -179,5 +179,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_selections.vg.json b/examples/compiled/trellis_selections.vg.json index 07bbe60e26..bd76f5409a 100644 --- a/examples/compiled/trellis_selections.vg.json +++ b/examples/compiled/trellis_selections.vg.json @@ -602,5 +602,10 @@ "zero": false, "nice": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/trellis_stacked_bar.vg.json b/examples/compiled/trellis_stacked_bar.vg.json index 0291364369..587bbeafa1 100644 --- a/examples/compiled/trellis_stacked_bar.vg.json +++ b/examples/compiled/trellis_stacked_bar.vg.json @@ -188,5 +188,10 @@ "range": "category" } ], - "legends": [{"fill": "color", "symbolType": "square", "title": "site"}] + "legends": [{"fill": "color", "symbolType": "square", "title": "site"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/vconcat_flatten.vg.json b/examples/compiled/vconcat_flatten.vg.json index bb1d36a123..c6981e30dc 100644 --- a/examples/compiled/vconcat_flatten.vg.json +++ b/examples/compiled/vconcat_flatten.vg.json @@ -357,5 +357,10 @@ "nice": true, "zero": true } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/vconcat_weather.vg.json b/examples/compiled/vconcat_weather.vg.json index 1e5829bd9d..5dd0b52aca 100644 --- a/examples/compiled/vconcat_weather.vg.json +++ b/examples/compiled/vconcat_weather.vg.json @@ -287,5 +287,10 @@ } } } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/waterfall_chart.vg.json b/examples/compiled/waterfall_chart.vg.json index aac82a94bd..c53d0bc778 100644 --- a/examples/compiled/waterfall_chart.vg.json +++ b/examples/compiled/waterfall_chart.vg.json @@ -266,5 +266,10 @@ "zindex": 0 } ], - "config": {"style": {"text": {"fontWeight": "bold"}}} + "config": { + "style": { + "text": {"fontWeight": "bold"}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/wheat_wages.vg.json b/examples/compiled/wheat_wages.vg.json index 37ef7419ae..e4f24e1fbc 100644 --- a/examples/compiled/wheat_wages.vg.json +++ b/examples/compiled/wheat_wages.vg.json @@ -363,6 +363,9 @@ "gridOpacity": 0.25, "domain": false }, - "style": {"cell": {"stroke": "transparent"}} + "style": { + "cell": {"stroke": "transparent"}, + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } } } diff --git a/examples/compiled/window_cumulative_running_average.vg.json b/examples/compiled/window_cumulative_running_average.vg.json index 62da2036e4..450fae14da 100644 --- a/examples/compiled/window_cumulative_running_average.vg.json +++ b/examples/compiled/window_cumulative_running_average.vg.json @@ -172,5 +172,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/window_impute_null.vg.json b/examples/compiled/window_impute_null.vg.json index 922f6c5453..bfa0861a8a 100644 --- a/examples/compiled/window_impute_null.vg.json +++ b/examples/compiled/window_impute_null.vg.json @@ -178,5 +178,10 @@ "tickCount": {"signal": "ceil(height/40)"}, "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/window_rank.vg.json b/examples/compiled/window_rank.vg.json index 8da4d67e18..5762defe0d 100644 --- a/examples/compiled/window_rank.vg.json +++ b/examples/compiled/window_rank.vg.json @@ -132,5 +132,10 @@ "zindex": 0 } ], - "legends": [{"stroke": "color", "symbolType": "stroke", "title": "team"}] + "legends": [{"stroke": "color", "symbolType": "stroke", "title": "team"}], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/window_top_k.vg.json b/examples/compiled/window_top_k.vg.json index 23aec6d38c..eadb78b22e 100644 --- a/examples/compiled/window_top_k.vg.json +++ b/examples/compiled/window_top_k.vg.json @@ -149,5 +149,10 @@ "title": "student", "zindex": 0 } - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } } diff --git a/examples/compiled/window_top_k_others.vg.json b/examples/compiled/window_top_k_others.vg.json index 106ca55477..716c08c366 100644 --- a/examples/compiled/window_top_k_others.vg.json +++ b/examples/compiled/window_top_k_others.vg.json @@ -134,5 +134,10 @@ "zindex": 0 }, {"scale": "y", "orient": "left", "grid": false, "zindex": 0} - ] + ], + "config": { + "style": { + "tick": {"binSpacing": 0, "continuousBandSize": 5, "minBandSize": 0.25} + } + } }