diff --git a/examples/compiled/airport_connections.vg.json b/examples/compiled/airport_connections.vg.json
index 45e19c73e2..518b17a6c4 100644
--- a/examples/compiled/airport_connections.vg.json
+++ b/examples/compiled/airport_connections.vg.json
@@ -263,5 +263,6 @@
"range": [4, 1000],
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/arc_color_mappings.vg.json b/examples/compiled/arc_color_mappings.vg.json
index 66c6500b6f..4b32c6d652 100644
--- a/examples/compiled/arc_color_mappings.vg.json
+++ b/examples/compiled/arc_color_mappings.vg.json
@@ -74,5 +74,6 @@
"range": ["purple", "green", "blue", "yellow", "magenta", "brown"]
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}]
+ "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}],
+ "config": {}
}
diff --git a/examples/compiled/arc_donut.vg.json b/examples/compiled/arc_donut.vg.json
index 60ec25b55f..347c576126 100644
--- a/examples/compiled/arc_donut.vg.json
+++ b/examples/compiled/arc_donut.vg.json
@@ -74,5 +74,6 @@
"range": "category"
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}]
+ "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}],
+ "config": {}
}
diff --git a/examples/compiled/arc_facet.vg.json b/examples/compiled/arc_facet.vg.json
index d88dc740bc..75ca05c883 100644
--- a/examples/compiled/arc_facet.vg.json
+++ b/examples/compiled/arc_facet.vg.json
@@ -127,5 +127,6 @@
"range": "category"
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "site"}]
+ "legends": [{"fill": "color", "symbolType": "circle", "title": "site"}],
+ "config": {}
}
diff --git a/examples/compiled/arc_ordinal_theta.vg.json b/examples/compiled/arc_ordinal_theta.vg.json
index 8ebaa8c4b3..7f6af1b0d4 100644
--- a/examples/compiled/arc_ordinal_theta.vg.json
+++ b/examples/compiled/arc_ordinal_theta.vg.json
@@ -88,5 +88,6 @@
"range": "category"
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "dir"}]
+ "legends": [{"fill": "color", "symbolType": "circle", "title": "dir"}],
+ "config": {}
}
diff --git a/examples/compiled/arc_params.vg.json b/examples/compiled/arc_params.vg.json
index 0af536c4cd..60db97f3a4 100644
--- a/examples/compiled/arc_params.vg.json
+++ b/examples/compiled/arc_params.vg.json
@@ -165,5 +165,6 @@
"zero": true
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}]
+ "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}],
+ "config": {}
}
diff --git a/examples/compiled/arc_pie.vg.json b/examples/compiled/arc_pie.vg.json
index eb9e150a1b..6c44ae0355 100644
--- a/examples/compiled/arc_pie.vg.json
+++ b/examples/compiled/arc_pie.vg.json
@@ -74,5 +74,6 @@
"range": "category"
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}]
+ "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}],
+ "config": {}
}
diff --git a/examples/compiled/arc_pie_normalize_tooltip.vg.json b/examples/compiled/arc_pie_normalize_tooltip.vg.json
index 848ad49ca4..64030b7bfc 100644
--- a/examples/compiled/arc_pie_normalize_tooltip.vg.json
+++ b/examples/compiled/arc_pie_normalize_tooltip.vg.json
@@ -77,5 +77,6 @@
"range": "category"
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}]
+ "legends": [{"fill": "color", "symbolType": "circle", "title": "category"}],
+ "config": {}
}
diff --git a/examples/compiled/arc_pie_pyramid.vg.json b/examples/compiled/arc_pie_pyramid.vg.json
index e49b5d398d..1ce34e2c64 100644
--- a/examples/compiled/arc_pie_pyramid.vg.json
+++ b/examples/compiled/arc_pie_pyramid.vg.json
@@ -80,5 +80,6 @@
"fill": "color",
"symbolType": "circle"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/arc_radial.vg.json b/examples/compiled/arc_radial.vg.json
index 83b164d48c..e590e62f37 100644
--- a/examples/compiled/arc_radial.vg.json
+++ b/examples/compiled/arc_radial.vg.json
@@ -130,5 +130,6 @@
},
"range": "category"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/arc_radial_histogram.vg.json b/examples/compiled/arc_radial_histogram.vg.json
index 3211200218..3e4029beea 100644
--- a/examples/compiled/arc_radial_histogram.vg.json
+++ b/examples/compiled/arc_radial_histogram.vg.json
@@ -150,5 +150,6 @@
"bins": {"signal": "layer_1_bin_maxbins_10_IMDB_Rating_bins"},
"zero": false
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/area.vg.json b/examples/compiled/area.vg.json
index 9714b1d792..e6a355eb35 100644
--- a/examples/compiled/area.vg.json
+++ b/examples/compiled/area.vg.json
@@ -122,5 +122,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/area_cumulative_freq.svg b/examples/compiled/area_cumulative_freq.svg
index 5c526a87b2..0b4b253af4 100644
--- a/examples/compiled/area_cumulative_freq.svg
+++ b/examples/compiled/area_cumulative_freq.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/area_cumulative_freq.vg.json b/examples/compiled/area_cumulative_freq.vg.json
index 8d0861dc80..b5f4511295 100644
--- a/examples/compiled/area_cumulative_freq.vg.json
+++ b/examples/compiled/area_cumulative_freq.vg.json
@@ -139,5 +139,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/area_density.vg.json b/examples/compiled/area_density.vg.json
index c4cc9e16df..7cab6bfca3 100644
--- a/examples/compiled/area_density.vg.json
+++ b/examples/compiled/area_density.vg.json
@@ -130,5 +130,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/area_density_facet.vg.json b/examples/compiled/area_density_facet.vg.json
index 0847c1a756..7d9396b040 100644
--- a/examples/compiled/area_density_facet.vg.json
+++ b/examples/compiled/area_density_facet.vg.json
@@ -200,5 +200,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/area_density_stacked.vg.json b/examples/compiled/area_density_stacked.vg.json
index 697d0a13ea..f66b885903 100644
--- a/examples/compiled/area_density_stacked.vg.json
+++ b/examples/compiled/area_density_stacked.vg.json
@@ -158,5 +158,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "Species"}]
+ "legends": [{"fill": "color", "symbolType": "circle", "title": "Species"}],
+ "config": {}
}
diff --git a/examples/compiled/area_density_stacked_fold.vg.json b/examples/compiled/area_density_stacked_fold.vg.json
index 99e0f4f7aa..228be85dfd 100644
--- a/examples/compiled/area_density_stacked_fold.vg.json
+++ b/examples/compiled/area_density_stacked_fold.vg.json
@@ -165,5 +165,8 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "Measurement"}]
+ "legends": [
+ {"fill": "color", "symbolType": "circle", "title": "Measurement"}
+ ],
+ "config": {}
}
diff --git a/examples/compiled/area_gradient.vg.json b/examples/compiled/area_gradient.vg.json
index a32f48ea9e..e79ae38fd9 100644
--- a/examples/compiled/area_gradient.vg.json
+++ b/examples/compiled/area_gradient.vg.json
@@ -153,5 +153,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/area_invalid_null.svg b/examples/compiled/area_invalid_null.svg
index 558fd24cd9..80e45e7a01 100644
--- a/examples/compiled/area_invalid_null.svg
+++ b/examples/compiled/area_invalid_null.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/area_invalid_null.vg.json b/examples/compiled/area_invalid_null.vg.json
index bf8eeebdbb..35b7bd7ff6 100644
--- a/examples/compiled/area_invalid_null.vg.json
+++ b/examples/compiled/area_invalid_null.vg.json
@@ -137,5 +137,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/area_overlay.vg.json b/examples/compiled/area_overlay.vg.json
index 93a9eea5fe..c55ab4b514 100644
--- a/examples/compiled/area_overlay.vg.json
+++ b/examples/compiled/area_overlay.vg.json
@@ -193,5 +193,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/area_overlay_with_y2.vg.json b/examples/compiled/area_overlay_with_y2.vg.json
index e933aa0e18..f9d991fe81 100644
--- a/examples/compiled/area_overlay_with_y2.vg.json
+++ b/examples/compiled/area_overlay_with_y2.vg.json
@@ -162,5 +162,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/area_params.vg.json b/examples/compiled/area_params.vg.json
index 7a560374e9..b88f737d29 100644
--- a/examples/compiled/area_params.vg.json
+++ b/examples/compiled/area_params.vg.json
@@ -158,5 +158,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/area_temperature_range.vg.json b/examples/compiled/area_temperature_range.vg.json
index d4789eece2..b9c69f627c 100644
--- a/examples/compiled/area_temperature_range.vg.json
+++ b/examples/compiled/area_temperature_range.vg.json
@@ -130,5 +130,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/area_vertical.vg.json b/examples/compiled/area_vertical.vg.json
index c9009c436e..083944bb76 100644
--- a/examples/compiled/area_vertical.vg.json
+++ b/examples/compiled/area_vertical.vg.json
@@ -126,5 +126,6 @@
},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/argmin_spaces.vg.json b/examples/compiled/argmin_spaces.vg.json
index 0ffee6265d..0d77531266 100644
--- a/examples/compiled/argmin_spaces.vg.json
+++ b/examples/compiled/argmin_spaces.vg.json
@@ -142,5 +142,6 @@
"title": "Fighter Name",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar.vg.json b/examples/compiled/bar.vg.json
index a7403201ad..caebd9d6d0 100644
--- a/examples/compiled/bar.vg.json
+++ b/examples/compiled/bar.vg.json
@@ -118,5 +118,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_1d.vg.json b/examples/compiled/bar_1d.vg.json
index 1b454b8fda..7e20044baf 100644
--- a/examples/compiled/bar_1d.vg.json
+++ b/examples/compiled/bar_1d.vg.json
@@ -81,5 +81,6 @@
"tickCount": {"signal": "ceil(width/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_1d_default_size.vg.json b/examples/compiled/bar_1d_default_size.vg.json
index 75b7638745..0d07efc7d5 100644
--- a/examples/compiled/bar_1d_default_size.vg.json
+++ b/examples/compiled/bar_1d_default_size.vg.json
@@ -81,5 +81,6 @@
"tickCount": {"signal": "ceil(width/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_1d_dimension_only.vg.json b/examples/compiled/bar_1d_dimension_only.vg.json
index c438e6594a..e2925c8a57 100644
--- a/examples/compiled/bar_1d_dimension_only.vg.json
+++ b/examples/compiled/bar_1d_dimension_only.vg.json
@@ -82,5 +82,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_1d_step_config.vg.json b/examples/compiled/bar_1d_step_config.vg.json
index 744c2debde..7be9067761 100644
--- a/examples/compiled/bar_1d_step_config.vg.json
+++ b/examples/compiled/bar_1d_step_config.vg.json
@@ -81,5 +81,6 @@
"tickCount": {"signal": "ceil(width/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_1d_temporal.vg.json b/examples/compiled/bar_1d_temporal.vg.json
index 627b298291..c400c4b31f 100644
--- a/examples/compiled/bar_1d_temporal.vg.json
+++ b/examples/compiled/bar_1d_temporal.vg.json
@@ -72,5 +72,6 @@
"tickCount": {"signal": "ceil(width/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_aggregate.vg.json b/examples/compiled/bar_aggregate.vg.json
index 034f12aaf4..72d9132a09 100644
--- a/examples/compiled/bar_aggregate.vg.json
+++ b/examples/compiled/bar_aggregate.vg.json
@@ -98,5 +98,6 @@
"zindex": 0
},
{"scale": "y", "orient": "left", "grid": false, "title": "age", "zindex": 0}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_aggregate_count.vg.json b/examples/compiled/bar_aggregate_count.vg.json
index dfe20628c7..bad0591043 100644
--- a/examples/compiled/bar_aggregate_count.vg.json
+++ b/examples/compiled/bar_aggregate_count.vg.json
@@ -131,5 +131,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_aggregate_format.vg.json b/examples/compiled/bar_aggregate_format.vg.json
index ef2b5a09f1..ba964e1a49 100644
--- a/examples/compiled/bar_aggregate_format.vg.json
+++ b/examples/compiled/bar_aggregate_format.vg.json
@@ -99,5 +99,6 @@
"zindex": 0
},
{"scale": "y", "orient": "left", "grid": false, "title": "age", "zindex": 0}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_aggregate_size.vg.json b/examples/compiled/bar_aggregate_size.vg.json
index 355edfa255..e2deed3903 100644
--- a/examples/compiled/bar_aggregate_size.vg.json
+++ b/examples/compiled/bar_aggregate_size.vg.json
@@ -106,5 +106,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_aggregate_sort_by_encoding.vg.json b/examples/compiled/bar_aggregate_sort_by_encoding.vg.json
index de6fe777a0..e7c34a245d 100644
--- a/examples/compiled/bar_aggregate_sort_by_encoding.vg.json
+++ b/examples/compiled/bar_aggregate_sort_by_encoding.vg.json
@@ -106,5 +106,6 @@
"zindex": 0
},
{"scale": "y", "orient": "left", "grid": false, "title": "age", "zindex": 0}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_aggregate_sort_mean.vg.json b/examples/compiled/bar_aggregate_sort_mean.vg.json
index 4973b4a9c2..ccfdc57be0 100644
--- a/examples/compiled/bar_aggregate_sort_mean.vg.json
+++ b/examples/compiled/bar_aggregate_sort_mean.vg.json
@@ -106,5 +106,6 @@
"zindex": 0
},
{"scale": "y", "orient": "left", "grid": false, "title": "age", "zindex": 0}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_aggregate_transform.vg.json b/examples/compiled/bar_aggregate_transform.vg.json
index 2d3a70d941..493b11f334 100644
--- a/examples/compiled/bar_aggregate_transform.vg.json
+++ b/examples/compiled/bar_aggregate_transform.vg.json
@@ -115,5 +115,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_aggregate_vertical.vg.json b/examples/compiled/bar_aggregate_vertical.vg.json
index 4691e64ce7..6f45025ae1 100644
--- a/examples/compiled/bar_aggregate_vertical.vg.json
+++ b/examples/compiled/bar_aggregate_vertical.vg.json
@@ -104,5 +104,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_argmax.vg.json b/examples/compiled/bar_argmax.vg.json
index 13f7d7dd35..f96702aa0e 100644
--- a/examples/compiled/bar_argmax.vg.json
+++ b/examples/compiled/bar_argmax.vg.json
@@ -109,5 +109,6 @@
"title": "Major Genre",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_argmax_transform.vg.json b/examples/compiled/bar_argmax_transform.vg.json
index 850047557f..f8c9c5b7dd 100644
--- a/examples/compiled/bar_argmax_transform.vg.json
+++ b/examples/compiled/bar_argmax_transform.vg.json
@@ -131,5 +131,6 @@
"title": "Major Genre",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_array_aggregate.vg.json b/examples/compiled/bar_array_aggregate.vg.json
index 6ff6f5ea89..5aa4ba2bea 100644
--- a/examples/compiled/bar_array_aggregate.vg.json
+++ b/examples/compiled/bar_array_aggregate.vg.json
@@ -117,5 +117,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_axis_orient.vg.json b/examples/compiled/bar_axis_orient.vg.json
index 53f1126461..c40af1bb9c 100644
--- a/examples/compiled/bar_axis_orient.vg.json
+++ b/examples/compiled/bar_axis_orient.vg.json
@@ -138,5 +138,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_axis_space_saving.vg.json b/examples/compiled/bar_axis_space_saving.vg.json
index c204ae6671..94ae5fbf9a 100644
--- a/examples/compiled/bar_axis_space_saving.vg.json
+++ b/examples/compiled/bar_axis_space_saving.vg.json
@@ -108,5 +108,6 @@
"titleAngle": 0,
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_axis_title_quoted.vg.json b/examples/compiled/bar_axis_title_quoted.vg.json
index bda80bd031..53f2c02f01 100644
--- a/examples/compiled/bar_axis_title_quoted.vg.json
+++ b/examples/compiled/bar_axis_title_quoted.vg.json
@@ -119,5 +119,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_binned_data.vg.json b/examples/compiled/bar_binned_data.vg.json
index 9b6292ffa5..5a572cc91a 100644
--- a/examples/compiled/bar_binned_data.vg.json
+++ b/examples/compiled/bar_binned_data.vg.json
@@ -123,5 +123,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_binned_yearmonth_grouped.vg.json b/examples/compiled/bar_binned_yearmonth_grouped.vg.json
index 4d0ef4b7d4..8b319d24d7 100644
--- a/examples/compiled/bar_binned_yearmonth_grouped.vg.json
+++ b/examples/compiled/bar_binned_yearmonth_grouped.vg.json
@@ -154,5 +154,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "symbol"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "symbol"}],
+ "config": {}
}
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..868e472aea 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,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "symbol"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "symbol"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_binned_yearmonth_label.vg.json b/examples/compiled/bar_binned_yearmonth_label.vg.json
index 5b9b9bcb5e..f250d53591 100644
--- a/examples/compiled/bar_binned_yearmonth_label.vg.json
+++ b/examples/compiled/bar_binned_yearmonth_label.vg.json
@@ -193,5 +193,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..97ae9456e2 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,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_binnedyearmonth.vg.json b/examples/compiled/bar_binnedyearmonth.vg.json
index d4f5d85d57..d27979445d 100644
--- a/examples/compiled/bar_binnedyearmonth.vg.json
+++ b/examples/compiled/bar_binnedyearmonth.vg.json
@@ -139,5 +139,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_bullet_expr_bind.vg.json b/examples/compiled/bar_bullet_expr_bind.vg.json
index c23e4af0f5..027b29b125 100644
--- a/examples/compiled/bar_bullet_expr_bind.vg.json
+++ b/examples/compiled/bar_bullet_expr_bind.vg.json
@@ -327,5 +327,6 @@
"tickCount": {"signal": "ceil(width/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_color_disabled_scale.vg.json b/examples/compiled/bar_color_disabled_scale.vg.json
index 1f95862e5d..12b2129b87 100644
--- a/examples/compiled/bar_color_disabled_scale.vg.json
+++ b/examples/compiled/bar_color_disabled_scale.vg.json
@@ -113,5 +113,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_column_fold.vg.json b/examples/compiled/bar_column_fold.vg.json
index 77675fa56d..8883c2432b 100644
--- a/examples/compiled/bar_column_fold.vg.json
+++ b/examples/compiled/bar_column_fold.vg.json
@@ -187,5 +187,6 @@
"range": "category"
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "country"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "country"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_column_pivot.vg.json b/examples/compiled/bar_column_pivot.vg.json
index e66f5a1ea3..5aeaa0680d 100644
--- a/examples/compiled/bar_column_pivot.vg.json
+++ b/examples/compiled/bar_column_pivot.vg.json
@@ -124,5 +124,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_conditional_opacity.vg.json b/examples/compiled/bar_conditional_opacity.vg.json
index ef67fbc929..ebd61d6d07 100644
--- a/examples/compiled/bar_conditional_opacity.vg.json
+++ b/examples/compiled/bar_conditional_opacity.vg.json
@@ -109,5 +109,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_config_no_zero.vg.json b/examples/compiled/bar_config_no_zero.vg.json
index a7403201ad..caebd9d6d0 100644
--- a/examples/compiled/bar_config_no_zero.vg.json
+++ b/examples/compiled/bar_config_no_zero.vg.json
@@ -118,5 +118,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_corner_radius_end.vg.json b/examples/compiled/bar_corner_radius_end.vg.json
index 6c1a57b614..4829a9ecbf 100644
--- a/examples/compiled/bar_corner_radius_end.vg.json
+++ b/examples/compiled/bar_corner_radius_end.vg.json
@@ -160,5 +160,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_count_minimap.vg.json b/examples/compiled/bar_count_minimap.vg.json
index 16d2d2d53d..778c0c30a2 100644
--- a/examples/compiled/bar_count_minimap.vg.json
+++ b/examples/compiled/bar_count_minimap.vg.json
@@ -454,5 +454,6 @@
"paddingInner": 0.1,
"paddingOuter": 0.05
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_custom_sort_full.vg.json b/examples/compiled/bar_custom_sort_full.vg.json
index 7a444d9ab3..391decedc6 100644
--- a/examples/compiled/bar_custom_sort_full.vg.json
+++ b/examples/compiled/bar_custom_sort_full.vg.json
@@ -123,5 +123,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_custom_sort_partial.vg.json b/examples/compiled/bar_custom_sort_partial.vg.json
index 6828a9c6a4..1d1ab2352f 100644
--- a/examples/compiled/bar_custom_sort_partial.vg.json
+++ b/examples/compiled/bar_custom_sort_partial.vg.json
@@ -130,5 +130,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_custom_time_domain.vg.json b/examples/compiled/bar_custom_time_domain.vg.json
index 6bf7b6bbbc..b8d5986b4d 100644
--- a/examples/compiled/bar_custom_time_domain.vg.json
+++ b/examples/compiled/bar_custom_time_domain.vg.json
@@ -150,5 +150,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_default_tooltip_title_null.vg.json b/examples/compiled/bar_default_tooltip_title_null.vg.json
index 22a9c5dfb0..d0e4e9edc4 100644
--- a/examples/compiled/bar_default_tooltip_title_null.vg.json
+++ b/examples/compiled/bar_default_tooltip_title_null.vg.json
@@ -120,5 +120,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_distinct.vg.json b/examples/compiled/bar_distinct.vg.json
index 2cb76e2371..0a91a7dc50 100644
--- a/examples/compiled/bar_distinct.vg.json
+++ b/examples/compiled/bar_distinct.vg.json
@@ -100,5 +100,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_diverging_stack_transform.vg.json b/examples/compiled/bar_diverging_stack_transform.vg.json
index 499eb20a72..9ac99eb7fb 100644
--- a/examples/compiled/bar_diverging_stack_transform.vg.json
+++ b/examples/compiled/bar_diverging_stack_transform.vg.json
@@ -384,5 +384,6 @@
"zindex": 0
}
],
- "legends": [{"title": "Response", "fill": "color", "symbolType": "square"}]
+ "legends": [{"title": "Response", "fill": "color", "symbolType": "square"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_filter_calc.vg.json b/examples/compiled/bar_filter_calc.vg.json
index ddaf50dcb1..f1e45c43d4 100644
--- a/examples/compiled/bar_filter_calc.vg.json
+++ b/examples/compiled/bar_filter_calc.vg.json
@@ -121,5 +121,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_fit.vg.json b/examples/compiled/bar_fit.vg.json
index bd1f49f679..f5436aae29 100644
--- a/examples/compiled/bar_fit.vg.json
+++ b/examples/compiled/bar_fit.vg.json
@@ -114,5 +114,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_gantt.vg.json b/examples/compiled/bar_gantt.vg.json
index 4fd65adfac..6f5367463f 100644
--- a/examples/compiled/bar_gantt.vg.json
+++ b/examples/compiled/bar_gantt.vg.json
@@ -103,5 +103,6 @@
"title": "task",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_gantt_config_no_zero.vg.json b/examples/compiled/bar_gantt_config_no_zero.vg.json
index 47a431f9b6..c019484171 100644
--- a/examples/compiled/bar_gantt_config_no_zero.vg.json
+++ b/examples/compiled/bar_gantt_config_no_zero.vg.json
@@ -103,5 +103,6 @@
"title": "task",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_group_timeunit.vg.json b/examples/compiled/bar_group_timeunit.vg.json
index 41207af3b0..ed333509e8 100644
--- a/examples/compiled/bar_group_timeunit.vg.json
+++ b/examples/compiled/bar_group_timeunit.vg.json
@@ -149,5 +149,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_grouped.vg.json b/examples/compiled/bar_grouped.vg.json
index 23798b9f9d..859c77ad19 100644
--- a/examples/compiled/bar_grouped.vg.json
+++ b/examples/compiled/bar_grouped.vg.json
@@ -138,5 +138,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "group"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "group"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_grouped_custom_padding.vg.json b/examples/compiled/bar_grouped_custom_padding.vg.json
index b6916729ed..b2d182c6ab 100644
--- a/examples/compiled/bar_grouped_custom_padding.vg.json
+++ b/examples/compiled/bar_grouped_custom_padding.vg.json
@@ -135,5 +135,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "group"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "group"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_grouped_errorbar.vg.json b/examples/compiled/bar_grouped_errorbar.vg.json
index 1e6a3ac463..a25bb11f50 100644
--- a/examples/compiled/bar_grouped_errorbar.vg.json
+++ b/examples/compiled/bar_grouped_errorbar.vg.json
@@ -198,5 +198,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_grouped_fixed_width.vg.json b/examples/compiled/bar_grouped_fixed_width.vg.json
index f0f2fb3239..a33a9918ca 100644
--- a/examples/compiled/bar_grouped_fixed_width.vg.json
+++ b/examples/compiled/bar_grouped_fixed_width.vg.json
@@ -115,5 +115,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "group"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "group"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_grouped_horizontal.vg.json b/examples/compiled/bar_grouped_horizontal.vg.json
index 6de464a01b..076a3dd001 100644
--- a/examples/compiled/bar_grouped_horizontal.vg.json
+++ b/examples/compiled/bar_grouped_horizontal.vg.json
@@ -122,5 +122,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "group"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "group"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_grouped_label.vg.json b/examples/compiled/bar_grouped_label.vg.json
index 99fad91d1b..4f4d973e56 100644
--- a/examples/compiled/bar_grouped_label.vg.json
+++ b/examples/compiled/bar_grouped_label.vg.json
@@ -195,5 +195,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "group"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "group"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_grouped_repeated.vg.json b/examples/compiled/bar_grouped_repeated.vg.json
index eda23bb99d..3600083bbd 100644
--- a/examples/compiled/bar_grouped_repeated.vg.json
+++ b/examples/compiled/bar_grouped_repeated.vg.json
@@ -160,5 +160,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "Gross"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "Gross"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_grouped_stacked.vg.json b/examples/compiled/bar_grouped_stacked.vg.json
index 727c32e6be..e670d54e76 100644
--- a/examples/compiled/bar_grouped_stacked.vg.json
+++ b/examples/compiled/bar_grouped_stacked.vg.json
@@ -151,5 +151,6 @@
"symbolType": "square",
"title": "Year (year)"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_grouped_step_for_offset.vg.json b/examples/compiled/bar_grouped_step_for_offset.vg.json
index 6b0296359e..d884eb7204 100644
--- a/examples/compiled/bar_grouped_step_for_offset.vg.json
+++ b/examples/compiled/bar_grouped_step_for_offset.vg.json
@@ -124,5 +124,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "group"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "group"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_grouped_step_for_position.vg.json b/examples/compiled/bar_grouped_step_for_position.vg.json
index 81bd6e3c9c..bea5bb62c7 100644
--- a/examples/compiled/bar_grouped_step_for_position.vg.json
+++ b/examples/compiled/bar_grouped_step_for_position.vg.json
@@ -135,5 +135,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "group"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "group"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_grouped_thin.vg.json b/examples/compiled/bar_grouped_thin.vg.json
index f8a193afd4..3b8356961b 100644
--- a/examples/compiled/bar_grouped_thin.vg.json
+++ b/examples/compiled/bar_grouped_thin.vg.json
@@ -117,5 +117,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_grouped_thin_minBandSize.vg.json b/examples/compiled/bar_grouped_thin_minBandSize.vg.json
index 0a23466f8e..2bed2a2251 100644
--- a/examples/compiled/bar_grouped_thin_minBandSize.vg.json
+++ b/examples/compiled/bar_grouped_thin_minBandSize.vg.json
@@ -117,5 +117,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_grouped_timeunit_yearweek.vg.json b/examples/compiled/bar_grouped_timeunit_yearweek.vg.json
index af91bf87f1..bf6e3a359b 100644
--- a/examples/compiled/bar_grouped_timeunit_yearweek.vg.json
+++ b/examples/compiled/bar_grouped_timeunit_yearweek.vg.json
@@ -156,5 +156,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_heatlane.vg.json b/examples/compiled/bar_heatlane.vg.json
index 910871071b..4af8b25496 100644
--- a/examples/compiled/bar_heatlane.vg.json
+++ b/examples/compiled/bar_heatlane.vg.json
@@ -146,5 +146,6 @@
"zindex": 0
}
],
- "legends": [{"title": "count", "fill": "color", "symbolType": "square"}]
+ "legends": [{"title": "count", "fill": "color", "symbolType": "square"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_invalid_color_show.svg b/examples/compiled/bar_invalid_color_show.svg
index 7034b097ee..4120b21fc6 100644
--- a/examples/compiled/bar_invalid_color_show.svg
+++ b/examples/compiled/bar_invalid_color_show.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/bar_invalid_color_show_override.svg b/examples/compiled/bar_invalid_color_show_override.svg
index 862b351951..f1b0eacc53 100644
--- a/examples/compiled/bar_invalid_color_show_override.svg
+++ b/examples/compiled/bar_invalid_color_show_override.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/bar_layered_transparent.vg.json b/examples/compiled/bar_layered_transparent.vg.json
index fbd9aa0f00..b9523c747a 100644
--- a/examples/compiled/bar_layered_transparent.vg.json
+++ b/examples/compiled/bar_layered_transparent.vg.json
@@ -126,5 +126,6 @@
"title": "gender",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_month.vg.json b/examples/compiled/bar_month.vg.json
index d59b3b4477..d2fb753a24 100644
--- a/examples/compiled/bar_month.vg.json
+++ b/examples/compiled/bar_month.vg.json
@@ -115,5 +115,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_month_band.vg.json b/examples/compiled/bar_month_band.vg.json
index 9165a52a80..c60f93e55a 100644
--- a/examples/compiled/bar_month_band.vg.json
+++ b/examples/compiled/bar_month_band.vg.json
@@ -136,5 +136,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_month_band_config.vg.json b/examples/compiled/bar_month_band_config.vg.json
index 9165a52a80..c60f93e55a 100644
--- a/examples/compiled/bar_month_band_config.vg.json
+++ b/examples/compiled/bar_month_band_config.vg.json
@@ -136,5 +136,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_month_temporal.vg.json b/examples/compiled/bar_month_temporal.vg.json
index 25cac61d2b..0d5219d936 100644
--- a/examples/compiled/bar_month_temporal.vg.json
+++ b/examples/compiled/bar_month_temporal.vg.json
@@ -138,5 +138,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_month_temporal_band_center.vg.json b/examples/compiled/bar_month_temporal_band_center.vg.json
index 597691718b..f163bdf725 100644
--- a/examples/compiled/bar_month_temporal_band_center.vg.json
+++ b/examples/compiled/bar_month_temporal_band_center.vg.json
@@ -156,5 +156,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..f163bdf725 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,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_month_temporal_initial.vg.json b/examples/compiled/bar_month_temporal_initial.vg.json
index 73328c7f46..191530de4f 100644
--- a/examples/compiled/bar_month_temporal_initial.vg.json
+++ b/examples/compiled/bar_month_temporal_initial.vg.json
@@ -141,5 +141,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_multi_values_per_categories.vg.json b/examples/compiled/bar_multi_values_per_categories.vg.json
index 63d48a5175..2240e6462b 100644
--- a/examples/compiled/bar_multi_values_per_categories.vg.json
+++ b/examples/compiled/bar_multi_values_per_categories.vg.json
@@ -122,5 +122,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_narrow_int_span.vg.json b/examples/compiled/bar_narrow_int_span.vg.json
index 097366c8af..37010ee9e0 100644
--- a/examples/compiled/bar_narrow_int_span.vg.json
+++ b/examples/compiled/bar_narrow_int_span.vg.json
@@ -121,5 +121,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_negative.vg.json b/examples/compiled/bar_negative.vg.json
index 8965cdfe1d..503f294126 100644
--- a/examples/compiled/bar_negative.vg.json
+++ b/examples/compiled/bar_negative.vg.json
@@ -131,5 +131,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_negative_horizontal_label.vg.json b/examples/compiled/bar_negative_horizontal_label.vg.json
index 96aa0dbd66..d3b7f4b96c 100644
--- a/examples/compiled/bar_negative_horizontal_label.vg.json
+++ b/examples/compiled/bar_negative_horizontal_label.vg.json
@@ -175,5 +175,6 @@
"labelAlign": "right",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_params.vg.json b/examples/compiled/bar_params.vg.json
index 3273c30642..9f8b790aef 100644
--- a/examples/compiled/bar_params.vg.json
+++ b/examples/compiled/bar_params.vg.json
@@ -159,5 +159,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_params_bound.vg.json b/examples/compiled/bar_params_bound.vg.json
index 81146c10f5..62bc48fe27 100644
--- a/examples/compiled/bar_params_bound.vg.json
+++ b/examples/compiled/bar_params_bound.vg.json
@@ -163,5 +163,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_percent_of_total.vg.json b/examples/compiled/bar_percent_of_total.vg.json
index 2258fe7f1d..b9c2800e1f 100644
--- a/examples/compiled/bar_percent_of_total.vg.json
+++ b/examples/compiled/bar_percent_of_total.vg.json
@@ -127,5 +127,6 @@
"title": "Activity",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_q_qpow.vg.json b/examples/compiled/bar_q_qpow.vg.json
index 1123bc43f4..613ba08702 100644
--- a/examples/compiled/bar_q_qpow.vg.json
+++ b/examples/compiled/bar_q_qpow.vg.json
@@ -121,5 +121,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_qq_stack.vg.json b/examples/compiled/bar_qq_stack.vg.json
index c7c5a653e6..29889f56c3 100644
--- a/examples/compiled/bar_qq_stack.vg.json
+++ b/examples/compiled/bar_qq_stack.vg.json
@@ -119,5 +119,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_qq_stack_horizontal.vg.json b/examples/compiled/bar_qq_stack_horizontal.vg.json
index 734c1bd839..8cb8d9f6fa 100644
--- a/examples/compiled/bar_qq_stack_horizontal.vg.json
+++ b/examples/compiled/bar_qq_stack_horizontal.vg.json
@@ -120,5 +120,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_ranged_not_binned.vg.json b/examples/compiled/bar_ranged_not_binned.vg.json
index 220fcb013b..8332685f16 100644
--- a/examples/compiled/bar_ranged_not_binned.vg.json
+++ b/examples/compiled/bar_ranged_not_binned.vg.json
@@ -119,5 +119,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..ba388ac1f5 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,6 @@
},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_simple_extent.vg.json b/examples/compiled/bar_simple_extent.vg.json
index d25a759582..cc401df314 100644
--- a/examples/compiled/bar_simple_extent.vg.json
+++ b/examples/compiled/bar_simple_extent.vg.json
@@ -147,5 +147,6 @@
"zindex": 0
},
{"scale": "y", "orient": "left", "grid": false, "title": "a", "zindex": 0}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_size_default.vg.json b/examples/compiled/bar_size_default.vg.json
index a657e6fda5..2c8124fbdb 100644
--- a/examples/compiled/bar_size_default.vg.json
+++ b/examples/compiled/bar_size_default.vg.json
@@ -100,5 +100,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_size_explicit_bad.vg.json b/examples/compiled/bar_size_explicit_bad.vg.json
index 564c59c463..c46e72f365 100644
--- a/examples/compiled/bar_size_explicit_bad.vg.json
+++ b/examples/compiled/bar_size_explicit_bad.vg.json
@@ -95,5 +95,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_size_fit.vg.json b/examples/compiled/bar_size_fit.vg.json
index aed17f5075..a6b998283d 100644
--- a/examples/compiled/bar_size_fit.vg.json
+++ b/examples/compiled/bar_size_fit.vg.json
@@ -94,5 +94,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_size_responsive.vg.json b/examples/compiled/bar_size_responsive.vg.json
index 2ed5384234..8473a7a758 100644
--- a/examples/compiled/bar_size_responsive.vg.json
+++ b/examples/compiled/bar_size_responsive.vg.json
@@ -106,5 +106,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_size_step_small.vg.json b/examples/compiled/bar_size_step_small.vg.json
index 4b49288a92..7dbbb060a5 100644
--- a/examples/compiled/bar_size_step_small.vg.json
+++ b/examples/compiled/bar_size_step_small.vg.json
@@ -100,5 +100,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_sort_by_count.vg.json b/examples/compiled/bar_sort_by_count.vg.json
index cec76baa9b..74be378240 100644
--- a/examples/compiled/bar_sort_by_count.vg.json
+++ b/examples/compiled/bar_sort_by_count.vg.json
@@ -105,5 +105,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_swap_axes.vg.json b/examples/compiled/bar_swap_axes.vg.json
index 24c5aedd84..898a510b1e 100644
--- a/examples/compiled/bar_swap_axes.vg.json
+++ b/examples/compiled/bar_swap_axes.vg.json
@@ -109,5 +109,6 @@
"zindex": 0
},
{"scale": "y", "orient": "left", "grid": false, "title": "a", "zindex": 0}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_swap_custom.vg.json b/examples/compiled/bar_swap_custom.vg.json
index 4d8760930d..243bb8d224 100644
--- a/examples/compiled/bar_swap_custom.vg.json
+++ b/examples/compiled/bar_swap_custom.vg.json
@@ -109,5 +109,6 @@
"zindex": 0
},
{"scale": "y", "orient": "left", "grid": false, "title": "a", "zindex": 0}
- ]
+ ],
+ "config": {}
}
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..ce508d998e 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,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "date (year)"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_title.vg.json b/examples/compiled/bar_title.vg.json
index cef272a2d1..d169cfee90 100644
--- a/examples/compiled/bar_title.vg.json
+++ b/examples/compiled/bar_title.vg.json
@@ -119,5 +119,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_title_start.vg.json b/examples/compiled/bar_title_start.vg.json
index 03fedcee38..31a65f19ac 100644
--- a/examples/compiled/bar_title_start.vg.json
+++ b/examples/compiled/bar_title_start.vg.json
@@ -119,5 +119,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_tooltip.vg.json b/examples/compiled/bar_tooltip.vg.json
index 5295344d5f..96e6b11fc0 100644
--- a/examples/compiled/bar_tooltip.vg.json
+++ b/examples/compiled/bar_tooltip.vg.json
@@ -120,5 +120,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_tooltip_aggregate.vg.json b/examples/compiled/bar_tooltip_aggregate.vg.json
index f4b9af25c1..2abb51077c 100644
--- a/examples/compiled/bar_tooltip_aggregate.vg.json
+++ b/examples/compiled/bar_tooltip_aggregate.vg.json
@@ -80,5 +80,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_tooltip_groupby.vg.json b/examples/compiled/bar_tooltip_groupby.vg.json
index d024f77b49..1b4de65c15 100644
--- a/examples/compiled/bar_tooltip_groupby.vg.json
+++ b/examples/compiled/bar_tooltip_groupby.vg.json
@@ -82,5 +82,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_tooltip_multi.vg.json b/examples/compiled/bar_tooltip_multi.vg.json
index 6a35ed202d..847f1db9cc 100644
--- a/examples/compiled/bar_tooltip_multi.vg.json
+++ b/examples/compiled/bar_tooltip_multi.vg.json
@@ -121,5 +121,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_tooltip_title.vg.json b/examples/compiled/bar_tooltip_title.vg.json
index 4575f585db..3067f6a8f8 100644
--- a/examples/compiled/bar_tooltip_title.vg.json
+++ b/examples/compiled/bar_tooltip_title.vg.json
@@ -121,5 +121,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_x_offset_without_x.vg.json b/examples/compiled/bar_x_offset_without_x.vg.json
index c3fb601dde..b5ec366f40 100644
--- a/examples/compiled/bar_x_offset_without_x.vg.json
+++ b/examples/compiled/bar_x_offset_without_x.vg.json
@@ -111,5 +111,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "group"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "group"}],
+ "config": {}
}
diff --git a/examples/compiled/bar_yearmonth.vg.json b/examples/compiled/bar_yearmonth.vg.json
index 3427f5e5de..0e71267738 100644
--- a/examples/compiled/bar_yearmonth.vg.json
+++ b/examples/compiled/bar_yearmonth.vg.json
@@ -141,5 +141,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_yearmonth_center_band.vg.json b/examples/compiled/bar_yearmonth_center_band.vg.json
index 4886b6c607..44bfe924b6 100644
--- a/examples/compiled/bar_yearmonth_center_band.vg.json
+++ b/examples/compiled/bar_yearmonth_center_band.vg.json
@@ -159,5 +159,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_yearmonth_custom_format.vg.json b/examples/compiled/bar_yearmonth_custom_format.vg.json
index 5463902d4f..bdbe05bd25 100644
--- a/examples/compiled/bar_yearmonth_custom_format.vg.json
+++ b/examples/compiled/bar_yearmonth_custom_format.vg.json
@@ -139,5 +139,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/bar_yearmonthdate_minBandSize.vg.json b/examples/compiled/bar_yearmonthdate_minBandSize.vg.json
index bcf02a3741..d3077dd788 100644
--- a/examples/compiled/bar_yearmonthdate_minBandSize.vg.json
+++ b/examples/compiled/bar_yearmonthdate_minBandSize.vg.json
@@ -140,5 +140,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/boxplot_1D_horizontal.vg.json b/examples/compiled/boxplot_1D_horizontal.vg.json
index 989dcbfbf3..89ea68cce2 100644
--- a/examples/compiled/boxplot_1D_horizontal.vg.json
+++ b/examples/compiled/boxplot_1D_horizontal.vg.json
@@ -282,5 +282,6 @@
"tickCount": {"signal": "ceil(width/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/boxplot_1D_horizontal_custom_mark.vg.json b/examples/compiled/boxplot_1D_horizontal_custom_mark.vg.json
index b46b4f4f66..e507f324f5 100644
--- a/examples/compiled/boxplot_1D_horizontal_custom_mark.vg.json
+++ b/examples/compiled/boxplot_1D_horizontal_custom_mark.vg.json
@@ -333,5 +333,6 @@
"tickCount": {"signal": "ceil(width/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/boxplot_1D_horizontal_explicit.vg.json b/examples/compiled/boxplot_1D_horizontal_explicit.vg.json
index 989dcbfbf3..89ea68cce2 100644
--- a/examples/compiled/boxplot_1D_horizontal_explicit.vg.json
+++ b/examples/compiled/boxplot_1D_horizontal_explicit.vg.json
@@ -282,5 +282,6 @@
"tickCount": {"signal": "ceil(width/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/boxplot_1D_invalid.vg.json b/examples/compiled/boxplot_1D_invalid.vg.json
index cdaf4a8f35..2eb53b7de7 100644
--- a/examples/compiled/boxplot_1D_invalid.vg.json
+++ b/examples/compiled/boxplot_1D_invalid.vg.json
@@ -313,5 +313,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/boxplot_1D_vertical.vg.json b/examples/compiled/boxplot_1D_vertical.vg.json
index 4e5ceedd6f..22e2be300f 100644
--- a/examples/compiled/boxplot_1D_vertical.vg.json
+++ b/examples/compiled/boxplot_1D_vertical.vg.json
@@ -281,5 +281,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/boxplot_2D_horizontal.vg.json b/examples/compiled/boxplot_2D_horizontal.vg.json
index 5ae134dabb..998afd7e85 100644
--- a/examples/compiled/boxplot_2D_horizontal.vg.json
+++ b/examples/compiled/boxplot_2D_horizontal.vg.json
@@ -310,5 +310,6 @@
"title": "Species",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/boxplot_2D_horizontal_color_size.vg.json b/examples/compiled/boxplot_2D_horizontal_color_size.vg.json
index 8bc85b5725..bcc1865e63 100644
--- a/examples/compiled/boxplot_2D_horizontal_color_size.vg.json
+++ b/examples/compiled/boxplot_2D_horizontal_color_size.vg.json
@@ -310,5 +310,6 @@
"title": "Species",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/boxplot_2D_vertical.vg.json b/examples/compiled/boxplot_2D_vertical.vg.json
index 7dbbd0d072..1a7710a366 100644
--- a/examples/compiled/boxplot_2D_vertical.vg.json
+++ b/examples/compiled/boxplot_2D_vertical.vg.json
@@ -326,5 +326,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..73ac703151 100644
--- a/examples/compiled/boxplot_2D_vertical_single_per_group.vg.json
+++ b/examples/compiled/boxplot_2D_vertical_single_per_group.vg.json
@@ -293,5 +293,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..95140c7be1 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
@@ -316,5 +316,6 @@
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"fill": "color"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/boxplot_groupped.vg.json b/examples/compiled/boxplot_groupped.vg.json
index 2b0b85159b..75cab110bc 100644
--- a/examples/compiled/boxplot_groupped.vg.json
+++ b/examples/compiled/boxplot_groupped.vg.json
@@ -372,5 +372,6 @@
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"fill": "color"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/boxplot_minmax_2D_horizontal.vg.json b/examples/compiled/boxplot_minmax_2D_horizontal.vg.json
index 1cfb790cf9..200cc39335 100644
--- a/examples/compiled/boxplot_minmax_2D_horizontal.vg.json
+++ b/examples/compiled/boxplot_minmax_2D_horizontal.vg.json
@@ -231,5 +231,6 @@
"title": "Species",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..7115cf3005 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
@@ -231,5 +231,6 @@
"title": "Species",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/boxplot_minmax_2D_vertical.vg.json b/examples/compiled/boxplot_minmax_2D_vertical.vg.json
index f8f5dfbde6..e8ba13c710 100644
--- a/examples/compiled/boxplot_minmax_2D_vertical.vg.json
+++ b/examples/compiled/boxplot_minmax_2D_vertical.vg.json
@@ -246,5 +246,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/boxplot_preaggregated.vg.json b/examples/compiled/boxplot_preaggregated.vg.json
index 90a007ded0..9d6d9f4e8c 100644
--- a/examples/compiled/boxplot_preaggregated.vg.json
+++ b/examples/compiled/boxplot_preaggregated.vg.json
@@ -227,5 +227,6 @@
"zindex": 0
},
{"scale": "y", "orient": "left", "grid": false, "zindex": 0}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/boxplot_tooltip_aggregate.vg.json b/examples/compiled/boxplot_tooltip_aggregate.vg.json
index f2597fbe5b..b34bec4401 100644
--- a/examples/compiled/boxplot_tooltip_aggregate.vg.json
+++ b/examples/compiled/boxplot_tooltip_aggregate.vg.json
@@ -306,5 +306,6 @@
"title": "Species",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/boxplot_tooltip_not_aggregate.vg.json b/examples/compiled/boxplot_tooltip_not_aggregate.vg.json
index f845845978..fdf26fbc82 100644
--- a/examples/compiled/boxplot_tooltip_not_aggregate.vg.json
+++ b/examples/compiled/boxplot_tooltip_not_aggregate.vg.json
@@ -311,5 +311,6 @@
"title": "Species",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/brush_table.vg.json b/examples/compiled/brush_table.vg.json
index 8e96526664..a951efd43c 100644
--- a/examples/compiled/brush_table.vg.json
+++ b/examples/compiled/brush_table.vg.json
@@ -667,5 +667,6 @@
"range": {"step": {"signal": "concat_1_concat_2_y_step"}},
"padding": 0.5
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle.vg.json b/examples/compiled/circle.vg.json
index 8c4e309283..4da4b0a240 100644
--- a/examples/compiled/circle.vg.json
+++ b/examples/compiled/circle.vg.json
@@ -105,5 +105,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_binned.vg.json b/examples/compiled/circle_binned.vg.json
index 0af9b4c075..4d47437b3e 100644
--- a/examples/compiled/circle_binned.vg.json
+++ b/examples/compiled/circle_binned.vg.json
@@ -156,5 +156,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_binned_maxbins_2.vg.json b/examples/compiled/circle_binned_maxbins_2.vg.json
index 9414ecbc04..c544a29e45 100644
--- a/examples/compiled/circle_binned_maxbins_2.vg.json
+++ b/examples/compiled/circle_binned_maxbins_2.vg.json
@@ -153,5 +153,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_binned_maxbins_20.vg.json b/examples/compiled/circle_binned_maxbins_20.vg.json
index 6570b76986..f3091ab9fb 100644
--- a/examples/compiled/circle_binned_maxbins_20.vg.json
+++ b/examples/compiled/circle_binned_maxbins_20.vg.json
@@ -156,5 +156,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_binned_maxbins_5.vg.json b/examples/compiled/circle_binned_maxbins_5.vg.json
index af88423e2d..7419843016 100644
--- a/examples/compiled/circle_binned_maxbins_5.vg.json
+++ b/examples/compiled/circle_binned_maxbins_5.vg.json
@@ -153,5 +153,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_bubble_health_income.vg.json b/examples/compiled/circle_bubble_health_income.vg.json
index 279ca79bc9..45004eb3e1 100644
--- a/examples/compiled/circle_bubble_health_income.vg.json
+++ b/examples/compiled/circle_bubble_health_income.vg.json
@@ -245,5 +245,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_custom_tick_labels.vg.json b/examples/compiled/circle_custom_tick_labels.vg.json
index 3187316538..d6100967fe 100644
--- a/examples/compiled/circle_custom_tick_labels.vg.json
+++ b/examples/compiled/circle_custom_tick_labels.vg.json
@@ -106,5 +106,6 @@
"zindex": 0
},
{"scale": "y", "orient": "left", "grid": false, "zindex": 0}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_flatten.vg.json b/examples/compiled/circle_flatten.vg.json
index c0a7637be8..5bdcc8c07c 100644
--- a/examples/compiled/circle_flatten.vg.json
+++ b/examples/compiled/circle_flatten.vg.json
@@ -109,5 +109,6 @@
"title": "key",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_github_punchcard.vg.json b/examples/compiled/circle_github_punchcard.vg.json
index b283430c57..4d9f9ee4e7 100644
--- a/examples/compiled/circle_github_punchcard.vg.json
+++ b/examples/compiled/circle_github_punchcard.vg.json
@@ -149,5 +149,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_labelangle_orient_signal.vg.json b/examples/compiled/circle_labelangle_orient_signal.vg.json
index cc31e8b87c..8ce81a48f5 100644
--- a/examples/compiled/circle_labelangle_orient_signal.vg.json
+++ b/examples/compiled/circle_labelangle_orient_signal.vg.json
@@ -185,5 +185,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_natural_disasters.vg.json b/examples/compiled/circle_natural_disasters.vg.json
index a02a634c98..94782bd304 100644
--- a/examples/compiled/circle_natural_disasters.vg.json
+++ b/examples/compiled/circle_natural_disasters.vg.json
@@ -101,5 +101,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_opacity.vg.json b/examples/compiled/circle_opacity.vg.json
index ddbbfa783a..6f1dfb6db3 100644
--- a/examples/compiled/circle_opacity.vg.json
+++ b/examples/compiled/circle_opacity.vg.json
@@ -127,5 +127,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_scale_quantile.vg.json b/examples/compiled/circle_scale_quantile.vg.json
index 11b793774a..ef64198e25 100644
--- a/examples/compiled/circle_scale_quantile.vg.json
+++ b/examples/compiled/circle_scale_quantile.vg.json
@@ -102,5 +102,6 @@
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"size": "size"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_scale_quantize.vg.json b/examples/compiled/circle_scale_quantize.vg.json
index 5227887038..ceca5e1fe1 100644
--- a/examples/compiled/circle_scale_quantize.vg.json
+++ b/examples/compiled/circle_scale_quantize.vg.json
@@ -103,5 +103,6 @@
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"size": "size"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_scale_threshold.vg.json b/examples/compiled/circle_scale_threshold.vg.json
index 9274ddb47e..e80c5a026a 100644
--- a/examples/compiled/circle_scale_threshold.vg.json
+++ b/examples/compiled/circle_scale_threshold.vg.json
@@ -100,5 +100,6 @@
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"size": "size"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_wilkinson_dotplot.vg.json b/examples/compiled/circle_wilkinson_dotplot.vg.json
index 0360c4c601..7941e2ce14 100644
--- a/examples/compiled/circle_wilkinson_dotplot.vg.json
+++ b/examples/compiled/circle_wilkinson_dotplot.vg.json
@@ -85,5 +85,6 @@
"labelBaseline": "middle",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/circle_wilkinson_dotplot_stacked.vg.json b/examples/compiled/circle_wilkinson_dotplot_stacked.vg.json
index f114196104..dbad144c71 100644
--- a/examples/compiled/circle_wilkinson_dotplot_stacked.vg.json
+++ b/examples/compiled/circle_wilkinson_dotplot_stacked.vg.json
@@ -120,5 +120,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/concat_bar_layer_circle.vg.json b/examples/compiled/concat_bar_layer_circle.vg.json
index 396de77abf..f83ce6e064 100644
--- a/examples/compiled/concat_bar_layer_circle.vg.json
+++ b/examples/compiled/concat_bar_layer_circle.vg.json
@@ -415,5 +415,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/concat_bar_scales_discretize.vg.json b/examples/compiled/concat_bar_scales_discretize.vg.json
index c97f3775ff..999e7f9699 100644
--- a/examples/compiled/concat_bar_scales_discretize.vg.json
+++ b/examples/compiled/concat_bar_scales_discretize.vg.json
@@ -297,5 +297,6 @@
"domain": [30, 70],
"range": [80, 200, 320]
}
- ]
+ ],
+ "config": {}
}
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..40496996af 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,6 @@
"domain": [30, 70],
"range": [80, 200, 320]
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/concat_hover.vg.json b/examples/compiled/concat_hover.vg.json
index 56846cba0c..3ea37052cb 100644
--- a/examples/compiled/concat_hover.vg.json
+++ b/examples/compiled/concat_hover.vg.json
@@ -370,5 +370,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/concat_hover_filter.vg.json b/examples/compiled/concat_hover_filter.vg.json
index 120ca84bc5..e2e37c92ff 100644
--- a/examples/compiled/concat_hover_filter.vg.json
+++ b/examples/compiled/concat_hover_filter.vg.json
@@ -418,5 +418,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/concat_weather.vg.json b/examples/compiled/concat_weather.vg.json
index c3ce9cc2a1..c9027835be 100644
--- a/examples/compiled/concat_weather.vg.json
+++ b/examples/compiled/concat_weather.vg.json
@@ -396,5 +396,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/connected_scatterplot.vg.json b/examples/compiled/connected_scatterplot.vg.json
index fa57708d38..ff9e3cc413 100644
--- a/examples/compiled/connected_scatterplot.vg.json
+++ b/examples/compiled/connected_scatterplot.vg.json
@@ -139,5 +139,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/dynamic_color_legend.vg.json b/examples/compiled/dynamic_color_legend.vg.json
index 8fe244ec85..34f16a5190 100644
--- a/examples/compiled/dynamic_color_legend.vg.json
+++ b/examples/compiled/dynamic_color_legend.vg.json
@@ -624,5 +624,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/embedded_csv.vg.json b/examples/compiled/embedded_csv.vg.json
index b66266cce5..1affc45f04 100644
--- a/examples/compiled/embedded_csv.vg.json
+++ b/examples/compiled/embedded_csv.vg.json
@@ -70,5 +70,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/errorband_2d_horizontal_color_encoding.vg.json b/examples/compiled/errorband_2d_horizontal_color_encoding.vg.json
index 1383cea4aa..3b8790c8df 100644
--- a/examples/compiled/errorband_2d_horizontal_color_encoding.vg.json
+++ b/examples/compiled/errorband_2d_horizontal_color_encoding.vg.json
@@ -173,5 +173,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/errorband_2d_vertical_borders.vg.json b/examples/compiled/errorband_2d_vertical_borders.vg.json
index a34fde1cbe..c7b73f1206 100644
--- a/examples/compiled/errorband_2d_vertical_borders.vg.json
+++ b/examples/compiled/errorband_2d_vertical_borders.vg.json
@@ -173,5 +173,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/errorband_tooltip.vg.json b/examples/compiled/errorband_tooltip.vg.json
index 5dc465efe4..b758702cb2 100644
--- a/examples/compiled/errorband_tooltip.vg.json
+++ b/examples/compiled/errorband_tooltip.vg.json
@@ -131,5 +131,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/errorbar_2d_vertical_ticks.vg.json b/examples/compiled/errorbar_2d_vertical_ticks.vg.json
index 35c3dd8558..c95f062bc8 100644
--- a/examples/compiled/errorbar_2d_vertical_ticks.vg.json
+++ b/examples/compiled/errorbar_2d_vertical_ticks.vg.json
@@ -193,5 +193,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/errorbar_aggregate.vg.json b/examples/compiled/errorbar_aggregate.vg.json
index 70df548211..e3e38da6ce 100644
--- a/examples/compiled/errorbar_aggregate.vg.json
+++ b/examples/compiled/errorbar_aggregate.vg.json
@@ -198,5 +198,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/errorbar_horizontal_aggregate.vg.json b/examples/compiled/errorbar_horizontal_aggregate.vg.json
index e1c5a726d4..ad190a9806 100644
--- a/examples/compiled/errorbar_horizontal_aggregate.vg.json
+++ b/examples/compiled/errorbar_horizontal_aggregate.vg.json
@@ -190,5 +190,6 @@
"zindex": 0
},
{"scale": "y", "orient": "left", "grid": false, "title": "age", "zindex": 0}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/errorbar_tooltip.vg.json b/examples/compiled/errorbar_tooltip.vg.json
index 21572cd9cd..a0c07a6683 100644
--- a/examples/compiled/errorbar_tooltip.vg.json
+++ b/examples/compiled/errorbar_tooltip.vg.json
@@ -111,5 +111,6 @@
"title": "variety",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/facet_bullet.vg.json b/examples/compiled/facet_bullet.vg.json
index d594fea208..06a9f289c2 100644
--- a/examples/compiled/facet_bullet.vg.json
+++ b/examples/compiled/facet_bullet.vg.json
@@ -494,5 +494,6 @@
}
]
}
- ]
+ ],
+ "config": {}
}
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..82f5e44816 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,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
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..e42a20ecd4 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,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/facet_cross_independent_scale.vg.json b/examples/compiled/facet_cross_independent_scale.vg.json
index d6280b91b1..9146430ec5 100644
--- a/examples/compiled/facet_cross_independent_scale.vg.json
+++ b/examples/compiled/facet_cross_independent_scale.vg.json
@@ -214,5 +214,6 @@
}
]
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/facet_custom.vg.json b/examples/compiled/facet_custom.vg.json
index 8efd0d24a6..de7b994dd3 100644
--- a/examples/compiled/facet_custom.vg.json
+++ b/examples/compiled/facet_custom.vg.json
@@ -203,5 +203,6 @@
"range": ["#675193", "#ca8861"]
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}],
+ "config": {}
}
diff --git a/examples/compiled/facet_custom_header.vg.json b/examples/compiled/facet_custom_header.vg.json
index 8efd0d24a6..de7b994dd3 100644
--- a/examples/compiled/facet_custom_header.vg.json
+++ b/examples/compiled/facet_custom_header.vg.json
@@ -203,5 +203,6 @@
"range": ["#675193", "#ca8861"]
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}],
+ "config": {}
}
diff --git a/examples/compiled/facet_grid_bar.vg.json b/examples/compiled/facet_grid_bar.vg.json
index ffe8d7fbb6..00076ae000 100644
--- a/examples/compiled/facet_grid_bar.vg.json
+++ b/examples/compiled/facet_grid_bar.vg.json
@@ -248,5 +248,6 @@
"direction": "horizontal",
"symbolType": "square"
}
- ]
+ ],
+ "config": {}
}
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..0ae03b3256 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,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/geo_choropleth.vg.json b/examples/compiled/geo_choropleth.vg.json
index 857c5be0c1..3ee63c6dd5 100644
--- a/examples/compiled/geo_choropleth.vg.json
+++ b/examples/compiled/geo_choropleth.vg.json
@@ -72,5 +72,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "rate"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/geo_circle.vg.json b/examples/compiled/geo_circle.vg.json
index 928b5138ea..a9a77fea9e 100644
--- a/examples/compiled/geo_circle.vg.json
+++ b/examples/compiled/geo_circle.vg.json
@@ -75,5 +75,6 @@
"title": "digit",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/geo_constant_value.vg.json b/examples/compiled/geo_constant_value.vg.json
index ebf40947e0..77318debc2 100644
--- a/examples/compiled/geo_constant_value.vg.json
+++ b/examples/compiled/geo_constant_value.vg.json
@@ -130,5 +130,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/geo_graticule.vg.json b/examples/compiled/geo_graticule.vg.json
index 4383dbdff4..6741c7f86a 100644
--- a/examples/compiled/geo_graticule.vg.json
+++ b/examples/compiled/geo_graticule.vg.json
@@ -29,5 +29,6 @@
},
"transform": [{"type": "geoshape", "projection": "projection"}]
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/geo_graticule_object.vg.json b/examples/compiled/geo_graticule_object.vg.json
index 80d5094d91..af941afbed 100644
--- a/examples/compiled/geo_graticule_object.vg.json
+++ b/examples/compiled/geo_graticule_object.vg.json
@@ -32,5 +32,6 @@
},
"transform": [{"type": "geoshape", "projection": "projection"}]
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/geo_layer.vg.json b/examples/compiled/geo_layer.vg.json
index b2b66955c1..59aa0f6423 100644
--- a/examples/compiled/geo_layer.vg.json
+++ b/examples/compiled/geo_layer.vg.json
@@ -73,5 +73,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/geo_layer_line_london.vg.json b/examples/compiled/geo_layer_line_london.vg.json
index c2bf00c0f3..4c07e473d2 100644
--- a/examples/compiled/geo_layer_line_london.vg.json
+++ b/examples/compiled/geo_layer_line_london.vg.json
@@ -150,5 +150,6 @@
"symbolType": "circle",
"encode": {"symbols": {"update": {"fill": {"value": "transparent"}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/geo_line.vg.json b/examples/compiled/geo_line.vg.json
index 6220f8efc7..e6d97d1831 100644
--- a/examples/compiled/geo_line.vg.json
+++ b/examples/compiled/geo_line.vg.json
@@ -130,5 +130,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/geo_params_projections.vg.json b/examples/compiled/geo_params_projections.vg.json
index 03b8102be8..b14fa3d9fe 100644
--- a/examples/compiled/geo_params_projections.vg.json
+++ b/examples/compiled/geo_params_projections.vg.json
@@ -61,5 +61,6 @@
},
"transform": [{"type": "geoshape", "projection": "projection"}]
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/geo_repeat.vg.json b/examples/compiled/geo_repeat.vg.json
index 52b141ba78..5bc0f59b90 100644
--- a/examples/compiled/geo_repeat.vg.json
+++ b/examples/compiled/geo_repeat.vg.json
@@ -259,5 +259,6 @@
"interpolate": "hcl",
"zero": false
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/geo_rule.vg.json b/examples/compiled/geo_rule.vg.json
index a1e005b345..3ddc68aaec 100644
--- a/examples/compiled/geo_rule.vg.json
+++ b/examples/compiled/geo_rule.vg.json
@@ -139,5 +139,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/geo_sphere.vg.json b/examples/compiled/geo_sphere.vg.json
index d1f0cc0189..8d4256743d 100644
--- a/examples/compiled/geo_sphere.vg.json
+++ b/examples/compiled/geo_sphere.vg.json
@@ -48,5 +48,6 @@
},
"transform": [{"type": "geoshape", "projection": "projection"}]
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/geo_text.vg.json b/examples/compiled/geo_text.vg.json
index 070f566b95..82c083aff0 100644
--- a/examples/compiled/geo_text.vg.json
+++ b/examples/compiled/geo_text.vg.json
@@ -117,5 +117,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/geo_trellis.vg.json b/examples/compiled/geo_trellis.vg.json
index 23073cb4ae..7610a7c061 100644
--- a/examples/compiled/geo_trellis.vg.json
+++ b/examples/compiled/geo_trellis.vg.json
@@ -138,5 +138,6 @@
"gradientLength": {"signal": "clamp(child_height, 64, 200)"},
"title": "pct"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/hconcat_weather.vg.json b/examples/compiled/hconcat_weather.vg.json
index 7825dc9eef..0f46e187ac 100644
--- a/examples/compiled/hconcat_weather.vg.json
+++ b/examples/compiled/hconcat_weather.vg.json
@@ -287,5 +287,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/histogram.vg.json b/examples/compiled/histogram.vg.json
index 600bc069e8..a44e39d33c 100644
--- a/examples/compiled/histogram.vg.json
+++ b/examples/compiled/histogram.vg.json
@@ -131,5 +131,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/histogram_bin_change.vg.json b/examples/compiled/histogram_bin_change.vg.json
index cbeb5fd914..4026246149 100644
--- a/examples/compiled/histogram_bin_change.vg.json
+++ b/examples/compiled/histogram_bin_change.vg.json
@@ -131,5 +131,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/histogram_bin_spacing.vg.json b/examples/compiled/histogram_bin_spacing.vg.json
index 92e7e119d5..dfe29e0abd 100644
--- a/examples/compiled/histogram_bin_spacing.vg.json
+++ b/examples/compiled/histogram_bin_spacing.vg.json
@@ -131,5 +131,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/histogram_bin_spacing_reverse.vg.json b/examples/compiled/histogram_bin_spacing_reverse.vg.json
index 201da13c9b..4495c769a9 100644
--- a/examples/compiled/histogram_bin_spacing_reverse.vg.json
+++ b/examples/compiled/histogram_bin_spacing_reverse.vg.json
@@ -132,5 +132,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/histogram_bin_transform.vg.json b/examples/compiled/histogram_bin_transform.vg.json
index c2979ec1bf..2cbbc85e44 100644
--- a/examples/compiled/histogram_bin_transform.vg.json
+++ b/examples/compiled/histogram_bin_transform.vg.json
@@ -126,5 +126,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/histogram_invalid_null.vg.json b/examples/compiled/histogram_invalid_null.vg.json
index cfa083c372..29ce22a426 100644
--- a/examples/compiled/histogram_invalid_null.vg.json
+++ b/examples/compiled/histogram_invalid_null.vg.json
@@ -127,5 +127,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/histogram_log.vg.json b/examples/compiled/histogram_log.vg.json
index 31cba9057c..ab2ee43d3e 100644
--- a/examples/compiled/histogram_log.vg.json
+++ b/examples/compiled/histogram_log.vg.json
@@ -145,5 +145,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/histogram_no_spacing.vg.json b/examples/compiled/histogram_no_spacing.vg.json
index b16ff5dfbc..d766cd6378 100644
--- a/examples/compiled/histogram_no_spacing.vg.json
+++ b/examples/compiled/histogram_no_spacing.vg.json
@@ -131,5 +131,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/histogram_nonlinear.vg.json b/examples/compiled/histogram_nonlinear.vg.json
index 0230f34fe8..853e1bb9f1 100644
--- a/examples/compiled/histogram_nonlinear.vg.json
+++ b/examples/compiled/histogram_nonlinear.vg.json
@@ -128,5 +128,6 @@
},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/histogram_ordinal.vg.json b/examples/compiled/histogram_ordinal.vg.json
index 1b11b8bd79..f6d8e9eb3b 100644
--- a/examples/compiled/histogram_ordinal.vg.json
+++ b/examples/compiled/histogram_ordinal.vg.json
@@ -129,5 +129,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/histogram_ordinal_sort.vg.json b/examples/compiled/histogram_ordinal_sort.vg.json
index a31354fb06..4247eab9d9 100644
--- a/examples/compiled/histogram_ordinal_sort.vg.json
+++ b/examples/compiled/histogram_ordinal_sort.vg.json
@@ -135,5 +135,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/histogram_rel_freq.vg.json b/examples/compiled/histogram_rel_freq.vg.json
index 4b292dad5d..8996a5271b 100644
--- a/examples/compiled/histogram_rel_freq.vg.json
+++ b/examples/compiled/histogram_rel_freq.vg.json
@@ -152,5 +152,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/histogram_reverse.vg.json b/examples/compiled/histogram_reverse.vg.json
index 7ea5fb71df..510ca9374f 100644
--- a/examples/compiled/histogram_reverse.vg.json
+++ b/examples/compiled/histogram_reverse.vg.json
@@ -132,5 +132,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_1d_geo_brush.vg.json b/examples/compiled/interactive_1d_geo_brush.vg.json
index 1ea53884db..2705fac1b5 100644
--- a/examples/compiled/interactive_1d_geo_brush.vg.json
+++ b/examples/compiled/interactive_1d_geo_brush.vg.json
@@ -349,5 +349,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_airport_crossfilter.vg.json b/examples/compiled/interactive_airport_crossfilter.vg.json
index 5aa92361d0..f61337916e 100644
--- a/examples/compiled/interactive_airport_crossfilter.vg.json
+++ b/examples/compiled/interactive_airport_crossfilter.vg.json
@@ -860,5 +860,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_area_brush.vg.json b/examples/compiled/interactive_area_brush.vg.json
index 907f4329c6..ca009a1851 100644
--- a/examples/compiled/interactive_area_brush.vg.json
+++ b/examples/compiled/interactive_area_brush.vg.json
@@ -442,5 +442,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_bar_select_highlight.vg.json b/examples/compiled/interactive_bar_select_highlight.vg.json
index 4c67db065f..2a0135d67b 100644
--- a/examples/compiled/interactive_bar_select_highlight.vg.json
+++ b/examples/compiled/interactive_bar_select_highlight.vg.json
@@ -226,5 +226,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_bin_extent.svg b/examples/compiled/interactive_bin_extent.svg
index 7e0e8e14ef..75fdbd1fdc 100644
--- a/examples/compiled/interactive_bin_extent.svg
+++ b/examples/compiled/interactive_bin_extent.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/interactive_bin_extent.vg.json b/examples/compiled/interactive_bin_extent.vg.json
index 2e577c871c..17a7e57e2b 100644
--- a/examples/compiled/interactive_bin_extent.vg.json
+++ b/examples/compiled/interactive_bin_extent.vg.json
@@ -449,7 +449,6 @@
{
"name": "concat_1_marks",
"type": "rect",
- "clip": true,
"style": ["bar"],
"interactive": false,
"from": {"data": "data_0"},
@@ -542,7 +541,6 @@
"domain": {
"signal": "[concat_1_bin_maxbins_30_extent_param_brush_time_bins.start, concat_1_bin_maxbins_30_extent_param_brush_time_bins.stop]"
},
- "domainRaw": {"signal": "brush[\"time\"]"},
"range": [0, {"signal": "width"}],
"bins": {
"signal": "concat_1_bin_maxbins_30_extent_param_brush_time_bins"
@@ -557,5 +555,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_bin_extent_bottom.svg b/examples/compiled/interactive_bin_extent_bottom.svg
index 9e2cf16703..45f353b71a 100644
--- a/examples/compiled/interactive_bin_extent_bottom.svg
+++ b/examples/compiled/interactive_bin_extent_bottom.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/interactive_bin_extent_bottom.vg.json b/examples/compiled/interactive_bin_extent_bottom.vg.json
index 12f6ec754c..b005edb806 100644
--- a/examples/compiled/interactive_bin_extent_bottom.vg.json
+++ b/examples/compiled/interactive_bin_extent_bottom.vg.json
@@ -118,7 +118,6 @@
{
"name": "concat_0_marks",
"type": "rect",
- "clip": true,
"style": ["bar"],
"interactive": false,
"from": {"data": "data_1"},
@@ -525,7 +524,6 @@
"domain": {
"signal": "[concat_0_bin_maxbins_30_extent_param_brush_time_bins.start, concat_0_bin_maxbins_30_extent_param_brush_time_bins.stop]"
},
- "domainRaw": {"signal": "brush[\"time\"]"},
"range": [0, {"signal": "width"}],
"bins": {
"signal": "concat_0_bin_maxbins_30_extent_param_brush_time_bins"
@@ -558,5 +556,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_brush.vg.json b/examples/compiled/interactive_brush.vg.json
index 92e0c2623e..138af37cf1 100644
--- a/examples/compiled/interactive_brush.vg.json
+++ b/examples/compiled/interactive_brush.vg.json
@@ -477,5 +477,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_concat_layer.vg.json b/examples/compiled/interactive_concat_layer.vg.json
index c3a2ba3a16..d1819bf8a3 100644
--- a/examples/compiled/interactive_concat_layer.vg.json
+++ b/examples/compiled/interactive_concat_layer.vg.json
@@ -428,5 +428,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_crossfilter.vg.json b/examples/compiled/interactive_crossfilter.vg.json
index 8fb1c99ae6..d679680536 100644
--- a/examples/compiled/interactive_crossfilter.vg.json
+++ b/examples/compiled/interactive_crossfilter.vg.json
@@ -1127,5 +1127,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_dashboard_europe_pop.vg.json b/examples/compiled/interactive_dashboard_europe_pop.vg.json
index 5207bf1ccc..3fee781f43 100644
--- a/examples/compiled/interactive_dashboard_europe_pop.vg.json
+++ b/examples/compiled/interactive_dashboard_europe_pop.vg.json
@@ -1541,5 +1541,6 @@
"zero": false,
"nice": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_geo_earthquakes.vg.json b/examples/compiled/interactive_geo_earthquakes.vg.json
index 8468689405..b465d50b88 100644
--- a/examples/compiled/interactive_geo_earthquakes.vg.json
+++ b/examples/compiled/interactive_geo_earthquakes.vg.json
@@ -136,5 +136,6 @@
"range": [0, {"signal": "pow(earthquakeSize, 3)"}],
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_global_development.vg.json b/examples/compiled/interactive_global_development.vg.json
index abfdd0571a..92880ede0c 100644
--- a/examples/compiled/interactive_global_development.vg.json
+++ b/examples/compiled/interactive_global_development.vg.json
@@ -458,5 +458,6 @@
"symbolType": "circle",
"encode": {"symbols": {"update": {"opacity": {"value": 0.9}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_histogram_full_height_hover.vg.json b/examples/compiled/interactive_histogram_full_height_hover.vg.json
index ecb49a4857..bc6b8183f7 100644
--- a/examples/compiled/interactive_histogram_full_height_hover.vg.json
+++ b/examples/compiled/interactive_histogram_full_height_hover.vg.json
@@ -243,5 +243,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_index_chart.vg.json b/examples/compiled/interactive_index_chart.vg.json
index d3f8508e41..788f03c825 100644
--- a/examples/compiled/interactive_index_chart.vg.json
+++ b/examples/compiled/interactive_index_chart.vg.json
@@ -337,5 +337,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}],
+ "config": {}
}
diff --git a/examples/compiled/interactive_layered_crossfilter.vg.json b/examples/compiled/interactive_layered_crossfilter.vg.json
index 7edf8e975b..c0c5e9199f 100644
--- a/examples/compiled/interactive_layered_crossfilter.vg.json
+++ b/examples/compiled/interactive_layered_crossfilter.vg.json
@@ -1364,5 +1364,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_layered_crossfilter_discrete.vg.json b/examples/compiled/interactive_layered_crossfilter_discrete.vg.json
index 3a58160721..1ab13040a2 100644
--- a/examples/compiled/interactive_layered_crossfilter_discrete.vg.json
+++ b/examples/compiled/interactive_layered_crossfilter_discrete.vg.json
@@ -737,5 +737,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_legend.vg.json b/examples/compiled/interactive_legend.vg.json
index 5a84804926..aa99e5edc5 100644
--- a/examples/compiled/interactive_legend.vg.json
+++ b/examples/compiled/interactive_legend.vg.json
@@ -266,5 +266,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_legend_dblclick.vg.json b/examples/compiled/interactive_legend_dblclick.vg.json
index f8ab0ad7fa..66c107a180 100644
--- a/examples/compiled/interactive_legend_dblclick.vg.json
+++ b/examples/compiled/interactive_legend_dblclick.vg.json
@@ -266,5 +266,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_line_brush_cursor.vg.json b/examples/compiled/interactive_line_brush_cursor.vg.json
index 783001ce45..9c9a8c2e27 100644
--- a/examples/compiled/interactive_line_brush_cursor.vg.json
+++ b/examples/compiled/interactive_line_brush_cursor.vg.json
@@ -363,5 +363,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_line_point_hover.vg.json b/examples/compiled/interactive_line_point_hover.vg.json
index ca3ae2083c..665d0daec9 100644
--- a/examples/compiled/interactive_line_point_hover.vg.json
+++ b/examples/compiled/interactive_line_point_hover.vg.json
@@ -248,5 +248,6 @@
"fill": "color",
"encode": {"symbols": {"update": {"opacity": {"value": 1}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_multi_line_label.vg.json b/examples/compiled/interactive_multi_line_label.vg.json
index 71842ccf8c..0089b52144 100644
--- a/examples/compiled/interactive_multi_line_label.vg.json
+++ b/examples/compiled/interactive_multi_line_label.vg.json
@@ -373,5 +373,6 @@
"encode": {"symbols": {"update": {"opacity": {"value": 1}}}},
"fill": "color"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_multi_line_pivot_tooltip.vg.json b/examples/compiled/interactive_multi_line_pivot_tooltip.vg.json
index 167dc357ed..a39b9b62db 100644
--- a/examples/compiled/interactive_multi_line_pivot_tooltip.vg.json
+++ b/examples/compiled/interactive_multi_line_pivot_tooltip.vg.json
@@ -321,5 +321,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_overview_detail.vg.json b/examples/compiled/interactive_overview_detail.vg.json
index 916805a00d..a264285664 100644
--- a/examples/compiled/interactive_overview_detail.vg.json
+++ b/examples/compiled/interactive_overview_detail.vg.json
@@ -511,5 +511,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_paintbrush.vg.json b/examples/compiled/interactive_paintbrush.vg.json
index 453313cf66..8a25fbf3d8 100644
--- a/examples/compiled/interactive_paintbrush.vg.json
+++ b/examples/compiled/interactive_paintbrush.vg.json
@@ -189,5 +189,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_paintbrush_color.vg.json b/examples/compiled/interactive_paintbrush_color.vg.json
index c15d875689..10815a60cb 100644
--- a/examples/compiled/interactive_paintbrush_color.vg.json
+++ b/examples/compiled/interactive_paintbrush_color.vg.json
@@ -179,5 +179,6 @@
"title": "Cylinders",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_paintbrush_color_nearest.vg.json b/examples/compiled/interactive_paintbrush_color_nearest.vg.json
index f7d962fa2d..5ae72e306e 100644
--- a/examples/compiled/interactive_paintbrush_color_nearest.vg.json
+++ b/examples/compiled/interactive_paintbrush_color_nearest.vg.json
@@ -205,5 +205,6 @@
"title": "Cylinders",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_paintbrush_interval.vg.json b/examples/compiled/interactive_paintbrush_interval.vg.json
index 647060779f..e931416a44 100644
--- a/examples/compiled/interactive_paintbrush_interval.vg.json
+++ b/examples/compiled/interactive_paintbrush_interval.vg.json
@@ -442,5 +442,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_paintbrush_simple_false.vg.json b/examples/compiled/interactive_paintbrush_simple_false.vg.json
index c5954a16e8..53a2268602 100644
--- a/examples/compiled/interactive_paintbrush_simple_false.vg.json
+++ b/examples/compiled/interactive_paintbrush_simple_false.vg.json
@@ -187,5 +187,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_paintbrush_simple_true.vg.json b/examples/compiled/interactive_paintbrush_simple_true.vg.json
index 6e225de8b8..6fab2f351f 100644
--- a/examples/compiled/interactive_paintbrush_simple_true.vg.json
+++ b/examples/compiled/interactive_paintbrush_simple_true.vg.json
@@ -187,5 +187,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_panzoom_splom.vg.json b/examples/compiled/interactive_panzoom_splom.vg.json
index ee08ac75c4..6223e6172f 100644
--- a/examples/compiled/interactive_panzoom_splom.vg.json
+++ b/examples/compiled/interactive_panzoom_splom.vg.json
@@ -2074,5 +2074,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_panzoom_vconcat_shared.vg.json b/examples/compiled/interactive_panzoom_vconcat_shared.vg.json
index ad089bb44d..797bfd22bc 100644
--- a/examples/compiled/interactive_panzoom_vconcat_shared.vg.json
+++ b/examples/compiled/interactive_panzoom_vconcat_shared.vg.json
@@ -358,5 +358,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_point_domainRaw_binding.vg.json b/examples/compiled/interactive_point_domainRaw_binding.vg.json
index ba4105024a..dc2930ff69 100644
--- a/examples/compiled/interactive_point_domainRaw_binding.vg.json
+++ b/examples/compiled/interactive_point_domainRaw_binding.vg.json
@@ -144,5 +144,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_point_init.vg.json b/examples/compiled/interactive_point_init.vg.json
index 7ea5d46c2c..388bc0daa6 100644
--- a/examples/compiled/interactive_point_init.vg.json
+++ b/examples/compiled/interactive_point_init.vg.json
@@ -200,5 +200,6 @@
"title": "Origin",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_query_widgets.vg.json b/examples/compiled/interactive_query_widgets.vg.json
index 27a4d523a2..7fa7b64a0e 100644
--- a/examples/compiled/interactive_query_widgets.vg.json
+++ b/examples/compiled/interactive_query_widgets.vg.json
@@ -242,5 +242,6 @@
"title": "Origin",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_seattle_weather.vg.json b/examples/compiled/interactive_seattle_weather.vg.json
index 020b67c7dc..f3b864deab 100644
--- a/examples/compiled/interactive_seattle_weather.vg.json
+++ b/examples/compiled/interactive_seattle_weather.vg.json
@@ -613,5 +613,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/interactive_splom.vg.json b/examples/compiled/interactive_splom.vg.json
index adaf981d51..ac7028ab67 100644
--- a/examples/compiled/interactive_splom.vg.json
+++ b/examples/compiled/interactive_splom.vg.json
@@ -4664,5 +4664,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/joinaggregate_mean_difference.vg.json b/examples/compiled/joinaggregate_mean_difference.vg.json
index d3592f878a..413d668e4b 100644
--- a/examples/compiled/joinaggregate_mean_difference.vg.json
+++ b/examples/compiled/joinaggregate_mean_difference.vg.json
@@ -160,5 +160,6 @@
"title": "Title",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/joinaggregate_mean_difference_by_year.vg.json b/examples/compiled/joinaggregate_mean_difference_by_year.vg.json
index 611937a644..50f40fbfa3 100644
--- a/examples/compiled/joinaggregate_mean_difference_by_year.vg.json
+++ b/examples/compiled/joinaggregate_mean_difference_by_year.vg.json
@@ -171,5 +171,6 @@
"title": "Title",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/joinaggregate_percent_of_total.vg.json b/examples/compiled/joinaggregate_percent_of_total.vg.json
index 2258fe7f1d..b9c2800e1f 100644
--- a/examples/compiled/joinaggregate_percent_of_total.vg.json
+++ b/examples/compiled/joinaggregate_percent_of_total.vg.json
@@ -127,5 +127,6 @@
"title": "Activity",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/joinaggregate_residual_graph.vg.json b/examples/compiled/joinaggregate_residual_graph.vg.json
index 0071eaa8d0..5848d25022 100644
--- a/examples/compiled/joinaggregate_residual_graph.vg.json
+++ b/examples/compiled/joinaggregate_residual_graph.vg.json
@@ -137,5 +137,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"encode": {"gradient": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_arc_label.vg.json b/examples/compiled/layer_arc_label.vg.json
index 6cf4119997..cbbd1b994a 100644
--- a/examples/compiled/layer_arc_label.vg.json
+++ b/examples/compiled/layer_arc_label.vg.json
@@ -129,5 +129,6 @@
},
"range": "category"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_bar_annotations.vg.json b/examples/compiled/layer_bar_annotations.vg.json
index 0c4bd6ee71..37b5ec09d8 100644
--- a/examples/compiled/layer_bar_annotations.vg.json
+++ b/examples/compiled/layer_bar_annotations.vg.json
@@ -202,5 +202,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_bar_circle_grouped.vg.json b/examples/compiled/layer_bar_circle_grouped.vg.json
index 4de4dea6d2..e3a5908fac 100644
--- a/examples/compiled/layer_bar_circle_grouped.vg.json
+++ b/examples/compiled/layer_bar_circle_grouped.vg.json
@@ -194,5 +194,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "group"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "group"}],
+ "config": {}
}
diff --git a/examples/compiled/layer_bar_fruit.vg.json b/examples/compiled/layer_bar_fruit.vg.json
index e7d01668fb..4e776c573f 100644
--- a/examples/compiled/layer_bar_fruit.vg.json
+++ b/examples/compiled/layer_bar_fruit.vg.json
@@ -164,5 +164,6 @@
"fill": "color",
"gradientLength": {"signal": "clamp(height, 64, 200)"}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_bar_grouped_line_ungrouped.vg.json b/examples/compiled/layer_bar_grouped_line_ungrouped.vg.json
index 6b9b4a3fc4..498f9ae2b7 100644
--- a/examples/compiled/layer_bar_grouped_line_ungrouped.vg.json
+++ b/examples/compiled/layer_bar_grouped_line_ungrouped.vg.json
@@ -183,5 +183,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "group"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "group"}],
+ "config": {}
}
diff --git a/examples/compiled/layer_bar_labels.vg.json b/examples/compiled/layer_bar_labels.vg.json
index 31d397cd71..f25f28663b 100644
--- a/examples/compiled/layer_bar_labels.vg.json
+++ b/examples/compiled/layer_bar_labels.vg.json
@@ -136,5 +136,6 @@
"zindex": 0
},
{"scale": "y", "orient": "left", "grid": false, "title": "a", "zindex": 0}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_bar_labels_grey.vg.json b/examples/compiled/layer_bar_labels_grey.vg.json
index 8b77756483..c6e6474470 100644
--- a/examples/compiled/layer_bar_labels_grey.vg.json
+++ b/examples/compiled/layer_bar_labels_grey.vg.json
@@ -127,5 +127,6 @@
"tickCount": {"signal": "ceil(width/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_bar_line.vg.json b/examples/compiled/layer_bar_line.vg.json
index 3fb29c1577..3b6f717da3 100644
--- a/examples/compiled/layer_bar_line.vg.json
+++ b/examples/compiled/layer_bar_line.vg.json
@@ -150,5 +150,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_bar_line_union.vg.json b/examples/compiled/layer_bar_line_union.vg.json
index bce056d4f8..a20b2c41bb 100644
--- a/examples/compiled/layer_bar_line_union.vg.json
+++ b/examples/compiled/layer_bar_line_union.vg.json
@@ -150,5 +150,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_bar_month.vg.json b/examples/compiled/layer_bar_month.vg.json
index 98c23e75f6..3b8cfb10ed 100644
--- a/examples/compiled/layer_bar_month.vg.json
+++ b/examples/compiled/layer_bar_month.vg.json
@@ -159,5 +159,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_bar_tick_datum_grouped.vg.json b/examples/compiled/layer_bar_tick_datum_grouped.vg.json
index 335a19cc9d..8d17083d8f 100644
--- a/examples/compiled/layer_bar_tick_datum_grouped.vg.json
+++ b/examples/compiled/layer_bar_tick_datum_grouped.vg.json
@@ -163,5 +163,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}],
+ "config": {}
}
diff --git a/examples/compiled/layer_boxplot_circle.vg.json b/examples/compiled/layer_boxplot_circle.vg.json
index 3186d3f671..2c430d0c74 100644
--- a/examples/compiled/layer_boxplot_circle.vg.json
+++ b/examples/compiled/layer_boxplot_circle.vg.json
@@ -288,5 +288,6 @@
"zindex": 0
},
{"scale": "y", "orient": "left", "grid": false, "title": "age", "zindex": 0}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_candlestick.vg.json b/examples/compiled/layer_candlestick.vg.json
index 22991e40bf..7813a26ab3 100644
--- a/examples/compiled/layer_candlestick.vg.json
+++ b/examples/compiled/layer_candlestick.vg.json
@@ -158,5 +158,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_circle_independent_color.vg.json b/examples/compiled/layer_circle_independent_color.vg.json
index 62237a8f09..41674a3f01 100644
--- a/examples/compiled/layer_circle_independent_color.vg.json
+++ b/examples/compiled/layer_circle_independent_color.vg.json
@@ -224,5 +224,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_color_legend_left.vg.json b/examples/compiled/layer_color_legend_left.vg.json
index 0c26fae4bd..1bbc0c9b17 100644
--- a/examples/compiled/layer_color_legend_left.vg.json
+++ b/examples/compiled/layer_color_legend_left.vg.json
@@ -178,5 +178,6 @@
"fill": "color",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_cumulative_histogram.vg.json b/examples/compiled/layer_cumulative_histogram.vg.json
index a30fb31f9b..016a5da494 100644
--- a/examples/compiled/layer_cumulative_histogram.vg.json
+++ b/examples/compiled/layer_cumulative_histogram.vg.json
@@ -210,5 +210,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_dual_axis.vg.json b/examples/compiled/layer_dual_axis.vg.json
index c392140d04..f90d58a487 100644
--- a/examples/compiled/layer_dual_axis.vg.json
+++ b/examples/compiled/layer_dual_axis.vg.json
@@ -165,5 +165,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_falkensee.vg.json b/examples/compiled/layer_falkensee.vg.json
index c37431810b..e2fcf299bc 100644
--- a/examples/compiled/layer_falkensee.vg.json
+++ b/examples/compiled/layer_falkensee.vg.json
@@ -268,5 +268,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "event"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "event"}],
+ "config": {}
}
diff --git a/examples/compiled/layer_histogram.vg.json b/examples/compiled/layer_histogram.vg.json
index 256d7008e4..d76ca84bb5 100644
--- a/examples/compiled/layer_histogram.vg.json
+++ b/examples/compiled/layer_histogram.vg.json
@@ -185,5 +185,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_histogram_global_mean.vg.json b/examples/compiled/layer_histogram_global_mean.vg.json
index 126d24ebd1..42c236e6be 100644
--- a/examples/compiled/layer_histogram_global_mean.vg.json
+++ b/examples/compiled/layer_histogram_global_mean.vg.json
@@ -172,5 +172,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_likert.vg.json b/examples/compiled/layer_likert.vg.json
index 843a8a6a18..0d32bd41f4 100644
--- a/examples/compiled/layer_likert.vg.json
+++ b/examples/compiled/layer_likert.vg.json
@@ -419,5 +419,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_line_color_rule.vg.json b/examples/compiled/layer_line_color_rule.vg.json
index 745fe51101..40bccc40ba 100644
--- a/examples/compiled/layer_line_color_rule.vg.json
+++ b/examples/compiled/layer_line_color_rule.vg.json
@@ -171,5 +171,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}],
+ "config": {}
}
diff --git a/examples/compiled/layer_line_datum_rule.vg.json b/examples/compiled/layer_line_datum_rule.vg.json
index a9f632afc2..09cd4f0305 100644
--- a/examples/compiled/layer_line_datum_rule.vg.json
+++ b/examples/compiled/layer_line_datum_rule.vg.json
@@ -141,5 +141,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}],
+ "config": {}
}
diff --git a/examples/compiled/layer_line_datum_rule_datetime.vg.json b/examples/compiled/layer_line_datum_rule_datetime.vg.json
index 0f6cca8f1e..902faa2d4c 100644
--- a/examples/compiled/layer_line_datum_rule_datetime.vg.json
+++ b/examples/compiled/layer_line_datum_rule_datetime.vg.json
@@ -146,5 +146,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}],
+ "config": {}
}
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..41e3b26972 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,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_line_errorband_ci.vg.json b/examples/compiled/layer_line_errorband_ci.vg.json
index 2f467bc8c4..081db3e34b 100644
--- a/examples/compiled/layer_line_errorband_ci.vg.json
+++ b/examples/compiled/layer_line_errorband_ci.vg.json
@@ -166,5 +166,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_line_errorband_pre_aggregated.vg.json b/examples/compiled/layer_line_errorband_pre_aggregated.vg.json
index ec42299e65..7a991b3f84 100644
--- a/examples/compiled/layer_line_errorband_pre_aggregated.vg.json
+++ b/examples/compiled/layer_line_errorband_pre_aggregated.vg.json
@@ -190,5 +190,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_line_mean_point_raw.vg.json b/examples/compiled/layer_line_mean_point_raw.vg.json
index a631d91286..99e44cc374 100644
--- a/examples/compiled/layer_line_mean_point_raw.vg.json
+++ b/examples/compiled/layer_line_mean_point_raw.vg.json
@@ -169,5 +169,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..94c6d4f8b7 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,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_line_window.vg.json b/examples/compiled/layer_line_window.vg.json
index d5030a61e8..1405e8356b 100644
--- a/examples/compiled/layer_line_window.vg.json
+++ b/examples/compiled/layer_line_window.vg.json
@@ -617,5 +617,6 @@
"stroke": "color",
"symbolType": "stroke"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_null_data.vg.json b/examples/compiled/layer_null_data.vg.json
index ba3703026a..82bbc208dd 100644
--- a/examples/compiled/layer_null_data.vg.json
+++ b/examples/compiled/layer_null_data.vg.json
@@ -197,5 +197,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_overlay.vg.json b/examples/compiled/layer_overlay.vg.json
index 89c38c3ccb..1a4e813d5b 100644
--- a/examples/compiled/layer_overlay.vg.json
+++ b/examples/compiled/layer_overlay.vg.json
@@ -190,5 +190,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_point_errorbar_1d_horizontal.vg.json b/examples/compiled/layer_point_errorbar_1d_horizontal.vg.json
index 306057e4fd..6dd6e21bb8 100644
--- a/examples/compiled/layer_point_errorbar_1d_horizontal.vg.json
+++ b/examples/compiled/layer_point_errorbar_1d_horizontal.vg.json
@@ -131,5 +131,6 @@
"tickCount": {"signal": "ceil(width/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_point_errorbar_1d_vertical.vg.json b/examples/compiled/layer_point_errorbar_1d_vertical.vg.json
index 50011daa62..8f999994ee 100644
--- a/examples/compiled/layer_point_errorbar_1d_vertical.vg.json
+++ b/examples/compiled/layer_point_errorbar_1d_vertical.vg.json
@@ -130,5 +130,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_point_errorbar_2d_horizontal.vg.json b/examples/compiled/layer_point_errorbar_2d_horizontal.vg.json
index 672ec33639..d882cfb22a 100644
--- a/examples/compiled/layer_point_errorbar_2d_horizontal.vg.json
+++ b/examples/compiled/layer_point_errorbar_2d_horizontal.vg.json
@@ -156,5 +156,6 @@
"title": "variety",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..a4d501ed32 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,6 @@
"title": "variety",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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 eea7d71aef..07e7ab737d 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
@@ -214,5 +214,6 @@
"title": "variety",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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 b36cf09ebf..728cbc36be 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
@@ -214,5 +214,6 @@
"title": "variety",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..0bfd846639 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,6 @@
"title": "variety",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..7e469ca489 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,6 @@
"title": "variety",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_point_errorbar_2d_vertical.vg.json b/examples/compiled/layer_point_errorbar_2d_vertical.vg.json
index 40ebf0cb7b..709007f176 100644
--- a/examples/compiled/layer_point_errorbar_2d_vertical.vg.json
+++ b/examples/compiled/layer_point_errorbar_2d_vertical.vg.json
@@ -158,5 +158,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_point_errorbar_ci.vg.json b/examples/compiled/layer_point_errorbar_ci.vg.json
index b315247154..002d423f09 100644
--- a/examples/compiled/layer_point_errorbar_ci.vg.json
+++ b/examples/compiled/layer_point_errorbar_ci.vg.json
@@ -146,5 +146,6 @@
"title": "variety",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..5913d050cf 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,6 @@
"title": "variety",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..b06b0222e4 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,6 @@
"title": "variety",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..634a2ef720 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,6 @@
"title": "variety",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_point_errorbar_stdev.vg.json b/examples/compiled/layer_point_errorbar_stdev.vg.json
index a94650dfa7..b3c72c41d5 100644
--- a/examples/compiled/layer_point_errorbar_stdev.vg.json
+++ b/examples/compiled/layer_point_errorbar_stdev.vg.json
@@ -156,5 +156,6 @@
"title": "variety",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_point_line_loess.vg.json b/examples/compiled/layer_point_line_loess.vg.json
index df7e23bf0c..05d75df0d3 100644
--- a/examples/compiled/layer_point_line_loess.vg.json
+++ b/examples/compiled/layer_point_line_loess.vg.json
@@ -146,5 +146,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_point_line_regression.vg.json b/examples/compiled/layer_point_line_regression.vg.json
index f72a5174f7..17715a9d4c 100644
--- a/examples/compiled/layer_point_line_regression.vg.json
+++ b/examples/compiled/layer_point_line_regression.vg.json
@@ -185,5 +185,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_precipitation_mean.vg.json b/examples/compiled/layer_precipitation_mean.vg.json
index 6d2e5e4be2..88801a75a2 100644
--- a/examples/compiled/layer_precipitation_mean.vg.json
+++ b/examples/compiled/layer_precipitation_mean.vg.json
@@ -159,5 +159,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_ranged_dot.vg.json b/examples/compiled/layer_ranged_dot.vg.json
index 8f92d2cf7f..e0b71aa740 100644
--- a/examples/compiled/layer_ranged_dot.vg.json
+++ b/examples/compiled/layer_ranged_dot.vg.json
@@ -181,5 +181,6 @@
"symbolType": "circle",
"encode": {"symbols": {"update": {"opacity": {"value": 1}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_rect_extent.vg.json b/examples/compiled/layer_rect_extent.vg.json
index c39f0deb41..c959bdd4cf 100644
--- a/examples/compiled/layer_rect_extent.vg.json
+++ b/examples/compiled/layer_rect_extent.vg.json
@@ -203,5 +203,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..996d3e5b4f 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,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_scatter_errorband_1d_stdev.vg.json b/examples/compiled/layer_scatter_errorband_1d_stdev.vg.json
index e19f0d8252..e3ffb8710b 100644
--- a/examples/compiled/layer_scatter_errorband_1d_stdev.vg.json
+++ b/examples/compiled/layer_scatter_errorband_1d_stdev.vg.json
@@ -160,5 +160,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/layer_single_color.vg.json b/examples/compiled/layer_single_color.vg.json
index 7c881ef0c2..f4f0cb6fa4 100644
--- a/examples/compiled/layer_single_color.vg.json
+++ b/examples/compiled/layer_single_color.vg.json
@@ -124,5 +124,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}],
+ "config": {}
}
diff --git a/examples/compiled/layer_timeunit_rect.vg.json b/examples/compiled/layer_timeunit_rect.vg.json
index 48330e6112..7558da1301 100644
--- a/examples/compiled/layer_timeunit_rect.vg.json
+++ b/examples/compiled/layer_timeunit_rect.vg.json
@@ -196,5 +196,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line.vg.json b/examples/compiled/line.vg.json
index 77f85ccfb7..08097fce36 100644
--- a/examples/compiled/line.vg.json
+++ b/examples/compiled/line.vg.json
@@ -100,5 +100,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_bump.vg.json b/examples/compiled/line_bump.vg.json
index d3a55459e6..83c66a59b1 100644
--- a/examples/compiled/line_bump.vg.json
+++ b/examples/compiled/line_bump.vg.json
@@ -146,5 +146,6 @@
"title": "result",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_calculate.vg.json b/examples/compiled/line_calculate.vg.json
index c069334ac9..52c294794c 100644
--- a/examples/compiled/line_calculate.vg.json
+++ b/examples/compiled/line_calculate.vg.json
@@ -125,5 +125,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_color.vg.json b/examples/compiled/line_color.vg.json
index 2e26ac8418..779248f231 100644
--- a/examples/compiled/line_color.vg.json
+++ b/examples/compiled/line_color.vg.json
@@ -125,5 +125,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}],
+ "config": {}
}
diff --git a/examples/compiled/line_color_binned.vg.json b/examples/compiled/line_color_binned.vg.json
index dece517269..fc4b79bb7c 100644
--- a/examples/compiled/line_color_binned.vg.json
+++ b/examples/compiled/line_color_binned.vg.json
@@ -164,5 +164,6 @@
"symbolType": "stroke",
"title": "Acceleration (binned)"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_color_halo.vg.json b/examples/compiled/line_color_halo.vg.json
index b7509154b1..cb4ced7319 100644
--- a/examples/compiled/line_color_halo.vg.json
+++ b/examples/compiled/line_color_halo.vg.json
@@ -303,5 +303,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "stroke", "symbolType": "stroke"}]
+ "legends": [{"stroke": "stroke", "symbolType": "stroke"}],
+ "config": {}
}
diff --git a/examples/compiled/line_concat_facet.vg.json b/examples/compiled/line_concat_facet.vg.json
index b49bc9058e..7721aa41ee 100644
--- a/examples/compiled/line_concat_facet.vg.json
+++ b/examples/compiled/line_concat_facet.vg.json
@@ -292,5 +292,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_dashed_part.vg.json b/examples/compiled/line_dashed_part.vg.json
index 350663b7c1..8d1a9df754 100644
--- a/examples/compiled/line_dashed_part.vg.json
+++ b/examples/compiled/line_dashed_part.vg.json
@@ -133,5 +133,6 @@
"title": "predicted",
"encode": {"symbols": {"update": {"stroke": {"value": "#4c78a8"}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_detail.vg.json b/examples/compiled/line_detail.vg.json
index 0276288e37..44082b45bf 100644
--- a/examples/compiled/line_detail.vg.json
+++ b/examples/compiled/line_detail.vg.json
@@ -118,5 +118,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_domainminmax.vg.json b/examples/compiled/line_domainminmax.vg.json
index aac2b6b0fb..f0ac82af09 100644
--- a/examples/compiled/line_domainminmax.vg.json
+++ b/examples/compiled/line_domainminmax.vg.json
@@ -102,5 +102,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_encoding_impute_keyvals.vg.json b/examples/compiled/line_encoding_impute_keyvals.vg.json
index 293921bc4f..9e3537da1b 100644
--- a/examples/compiled/line_encoding_impute_keyvals.vg.json
+++ b/examples/compiled/line_encoding_impute_keyvals.vg.json
@@ -149,5 +149,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}],
+ "config": {}
}
diff --git a/examples/compiled/line_encoding_impute_keyvals_sequence.vg.json b/examples/compiled/line_encoding_impute_keyvals_sequence.vg.json
index 75e21802f8..176fd2a28b 100644
--- a/examples/compiled/line_encoding_impute_keyvals_sequence.vg.json
+++ b/examples/compiled/line_encoding_impute_keyvals_sequence.vg.json
@@ -149,5 +149,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}],
+ "config": {}
}
diff --git a/examples/compiled/line_impute_frame.vg.json b/examples/compiled/line_impute_frame.vg.json
index f59fd4baa3..77d3b21d1c 100644
--- a/examples/compiled/line_impute_frame.vg.json
+++ b/examples/compiled/line_impute_frame.vg.json
@@ -162,5 +162,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}],
+ "config": {}
}
diff --git a/examples/compiled/line_impute_keyvals.vg.json b/examples/compiled/line_impute_keyvals.vg.json
index 293921bc4f..9e3537da1b 100644
--- a/examples/compiled/line_impute_keyvals.vg.json
+++ b/examples/compiled/line_impute_keyvals.vg.json
@@ -149,5 +149,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}],
+ "config": {}
}
diff --git a/examples/compiled/line_impute_method.vg.json b/examples/compiled/line_impute_method.vg.json
index 997693037a..64cce2cf2c 100644
--- a/examples/compiled/line_impute_method.vg.json
+++ b/examples/compiled/line_impute_method.vg.json
@@ -162,5 +162,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}],
+ "config": {}
}
diff --git a/examples/compiled/line_impute_transform_frame.vg.json b/examples/compiled/line_impute_transform_frame.vg.json
index f59fd4baa3..77d3b21d1c 100644
--- a/examples/compiled/line_impute_transform_frame.vg.json
+++ b/examples/compiled/line_impute_transform_frame.vg.json
@@ -162,5 +162,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}],
+ "config": {}
}
diff --git a/examples/compiled/line_impute_transform_value.vg.json b/examples/compiled/line_impute_transform_value.vg.json
index 9b3af4cdbf..475b153b54 100644
--- a/examples/compiled/line_impute_transform_value.vg.json
+++ b/examples/compiled/line_impute_transform_value.vg.json
@@ -148,5 +148,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}],
+ "config": {}
}
diff --git a/examples/compiled/line_impute_value.vg.json b/examples/compiled/line_impute_value.vg.json
index 9b3af4cdbf..475b153b54 100644
--- a/examples/compiled/line_impute_value.vg.json
+++ b/examples/compiled/line_impute_value.vg.json
@@ -148,5 +148,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "c"}],
+ "config": {}
}
diff --git a/examples/compiled/line_inside_domain_using_clip.vg.json b/examples/compiled/line_inside_domain_using_clip.vg.json
index 73cab45975..3e4e379297 100644
--- a/examples/compiled/line_inside_domain_using_clip.vg.json
+++ b/examples/compiled/line_inside_domain_using_clip.vg.json
@@ -116,5 +116,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_inside_domain_using_transform.vg.json b/examples/compiled/line_inside_domain_using_transform.vg.json
index 4a169af075..964583b047 100644
--- a/examples/compiled/line_inside_domain_using_transform.vg.json
+++ b/examples/compiled/line_inside_domain_using_transform.vg.json
@@ -116,5 +116,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_invalid_null.svg b/examples/compiled/line_invalid_null.svg
index 8fe8462a54..91d2307543 100644
--- a/examples/compiled/line_invalid_null.svg
+++ b/examples/compiled/line_invalid_null.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/line_invalid_null.vg.json b/examples/compiled/line_invalid_null.vg.json
index 2f728a52c4..b73a480923 100644
--- a/examples/compiled/line_invalid_null.vg.json
+++ b/examples/compiled/line_invalid_null.vg.json
@@ -126,5 +126,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_max_year.vg.json b/examples/compiled/line_max_year.vg.json
index 9499315646..f256aaaaff 100644
--- a/examples/compiled/line_max_year.vg.json
+++ b/examples/compiled/line_max_year.vg.json
@@ -125,5 +125,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_mean_month.vg.json b/examples/compiled/line_mean_month.vg.json
index 68b8c11809..b405ec9667 100644
--- a/examples/compiled/line_mean_month.vg.json
+++ b/examples/compiled/line_mean_month.vg.json
@@ -120,5 +120,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_mean_year.vg.json b/examples/compiled/line_mean_year.vg.json
index 00e5abe839..dcfae6bbcd 100644
--- a/examples/compiled/line_mean_year.vg.json
+++ b/examples/compiled/line_mean_year.vg.json
@@ -122,5 +122,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_monotone.vg.json b/examples/compiled/line_monotone.vg.json
index 979a056181..c49f8d8b08 100644
--- a/examples/compiled/line_monotone.vg.json
+++ b/examples/compiled/line_monotone.vg.json
@@ -100,5 +100,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_month.vg.json b/examples/compiled/line_month.vg.json
index ddec4ddc82..e8a14528b9 100644
--- a/examples/compiled/line_month.vg.json
+++ b/examples/compiled/line_month.vg.json
@@ -121,5 +121,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_month_center_band.vg.json b/examples/compiled/line_month_center_band.vg.json
index 03b1c30f23..94581ab5fc 100644
--- a/examples/compiled/line_month_center_band.vg.json
+++ b/examples/compiled/line_month_center_band.vg.json
@@ -127,5 +127,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_month_center_band_offset.vg.json b/examples/compiled/line_month_center_band_offset.vg.json
index c89e017563..f267e4b85b 100644
--- a/examples/compiled/line_month_center_band_offset.vg.json
+++ b/examples/compiled/line_month_center_band_offset.vg.json
@@ -138,5 +138,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_narrow_2year_span.vg.json b/examples/compiled/line_narrow_2year_span.vg.json
index 098235082b..c0051f8f50 100644
--- a/examples/compiled/line_narrow_2year_span.vg.json
+++ b/examples/compiled/line_narrow_2year_span.vg.json
@@ -129,5 +129,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_narrow_year_span.vg.json b/examples/compiled/line_narrow_year_span.vg.json
index 1f63be521a..f1e1602dbb 100644
--- a/examples/compiled/line_narrow_year_span.vg.json
+++ b/examples/compiled/line_narrow_year_span.vg.json
@@ -128,5 +128,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_narrow_yearmonth_span.vg.json b/examples/compiled/line_narrow_yearmonth_span.vg.json
index 6eb37d6108..2feb7dc164 100644
--- a/examples/compiled/line_narrow_yearmonth_span.vg.json
+++ b/examples/compiled/line_narrow_yearmonth_span.vg.json
@@ -176,5 +176,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_narrow_yearquarter_span.vg.json b/examples/compiled/line_narrow_yearquarter_span.vg.json
index f1a0ab4aa9..beaf03811a 100644
--- a/examples/compiled/line_narrow_yearquarter_span.vg.json
+++ b/examples/compiled/line_narrow_yearquarter_span.vg.json
@@ -128,5 +128,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_outside_domain.vg.json b/examples/compiled/line_outside_domain.vg.json
index b11608b894..9353259228 100644
--- a/examples/compiled/line_outside_domain.vg.json
+++ b/examples/compiled/line_outside_domain.vg.json
@@ -115,5 +115,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_overlay.vg.json b/examples/compiled/line_overlay.vg.json
index 6cf07f6de8..d239df3330 100644
--- a/examples/compiled/line_overlay.vg.json
+++ b/examples/compiled/line_overlay.vg.json
@@ -201,5 +201,6 @@
"fill": "color",
"encode": {"symbols": {"update": {"opacity": {"value": 1}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_overlay_stroked.vg.json b/examples/compiled/line_overlay_stroked.vg.json
index 457b9fbf1e..3c4a419315 100644
--- a/examples/compiled/line_overlay_stroked.vg.json
+++ b/examples/compiled/line_overlay_stroked.vg.json
@@ -205,5 +205,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_params.vg.json b/examples/compiled/line_params.vg.json
index fff864cdd8..e5c88939a4 100644
--- a/examples/compiled/line_params.vg.json
+++ b/examples/compiled/line_params.vg.json
@@ -161,5 +161,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_quarter_legend.vg.json b/examples/compiled/line_quarter_legend.vg.json
index 32a109b83f..b0992870fa 100644
--- a/examples/compiled/line_quarter_legend.vg.json
+++ b/examples/compiled/line_quarter_legend.vg.json
@@ -166,5 +166,6 @@
"title": "date (quarter)",
"type": "symbol"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_shape_overlay.vg.json b/examples/compiled/line_shape_overlay.vg.json
index bd4a016275..6245bee8a7 100644
--- a/examples/compiled/line_shape_overlay.vg.json
+++ b/examples/compiled/line_shape_overlay.vg.json
@@ -139,5 +139,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_skip_invalid.vg.json b/examples/compiled/line_skip_invalid.vg.json
index cdef5d73ac..5f48e09b25 100644
--- a/examples/compiled/line_skip_invalid.vg.json
+++ b/examples/compiled/line_skip_invalid.vg.json
@@ -114,5 +114,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_skip_invalid_mid.vg.json b/examples/compiled/line_skip_invalid_mid.vg.json
index 5a64cd39be..c68d3e5e5a 100644
--- a/examples/compiled/line_skip_invalid_mid.vg.json
+++ b/examples/compiled/line_skip_invalid_mid.vg.json
@@ -114,5 +114,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
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..bdc0fb0132 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,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_skip_invalid_mid_overlay.vg.json b/examples/compiled/line_skip_invalid_mid_overlay.vg.json
index 728e6a6987..9f0a7afb72 100644
--- a/examples/compiled/line_skip_invalid_mid_overlay.vg.json
+++ b/examples/compiled/line_skip_invalid_mid_overlay.vg.json
@@ -152,5 +152,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_slope.vg.json b/examples/compiled/line_slope.vg.json
index 57c9786f33..0dc21568b3 100644
--- a/examples/compiled/line_slope.vg.json
+++ b/examples/compiled/line_slope.vg.json
@@ -127,5 +127,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "site"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "site"}],
+ "config": {}
}
diff --git a/examples/compiled/line_sort_axis.vg.json b/examples/compiled/line_sort_axis.vg.json
index 87adf2251c..db1c97407c 100644
--- a/examples/compiled/line_sort_axis.vg.json
+++ b/examples/compiled/line_sort_axis.vg.json
@@ -109,5 +109,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_step.vg.json b/examples/compiled/line_step.vg.json
index 6ee8a72817..d86ea24812 100644
--- a/examples/compiled/line_step.vg.json
+++ b/examples/compiled/line_step.vg.json
@@ -101,5 +101,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_strokedash.vg.json b/examples/compiled/line_strokedash.vg.json
index 73a7854920..3bb080a3b3 100644
--- a/examples/compiled/line_strokedash.vg.json
+++ b/examples/compiled/line_strokedash.vg.json
@@ -133,5 +133,6 @@
"title": "symbol",
"encode": {"symbols": {"update": {"stroke": {"value": "#4c78a8"}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_timestamp_domain.vg.json b/examples/compiled/line_timestamp_domain.vg.json
index 47e225e866..ef9dfa0add 100644
--- a/examples/compiled/line_timestamp_domain.vg.json
+++ b/examples/compiled/line_timestamp_domain.vg.json
@@ -113,5 +113,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/line_timeunit_transform.vg.json b/examples/compiled/line_timeunit_transform.vg.json
index 7cdf3e1bf9..f50bddc971 100644
--- a/examples/compiled/line_timeunit_transform.vg.json
+++ b/examples/compiled/line_timeunit_transform.vg.json
@@ -118,5 +118,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/lookup.vg.json b/examples/compiled/lookup.vg.json
index 461db2d4fd..baa87c79b9 100644
--- a/examples/compiled/lookup.vg.json
+++ b/examples/compiled/lookup.vg.json
@@ -116,5 +116,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/param_expr.vg.json b/examples/compiled/param_expr.vg.json
index 8a5e816f5e..542125e2b4 100644
--- a/examples/compiled/param_expr.vg.json
+++ b/examples/compiled/param_expr.vg.json
@@ -150,5 +150,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/param_search_input.vg.json b/examples/compiled/param_search_input.vg.json
index 1825a135a6..e182592bd9 100644
--- a/examples/compiled/param_search_input.vg.json
+++ b/examples/compiled/param_search_input.vg.json
@@ -118,5 +118,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_1d.vg.json b/examples/compiled/point_1d.vg.json
index f23c53c31e..bb4260cd28 100644
--- a/examples/compiled/point_1d.vg.json
+++ b/examples/compiled/point_1d.vg.json
@@ -73,5 +73,6 @@
"tickCount": {"signal": "ceil(width/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_1d_array.vg.json b/examples/compiled/point_1d_array.vg.json
index b3e45e3c40..672a10e5f7 100644
--- a/examples/compiled/point_1d_array.vg.json
+++ b/examples/compiled/point_1d_array.vg.json
@@ -68,5 +68,6 @@
"labelBaseline": "middle",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_2d.vg.json b/examples/compiled/point_2d.vg.json
index 86c0194c92..ed08f83625 100644
--- a/examples/compiled/point_2d.vg.json
+++ b/examples/compiled/point_2d.vg.json
@@ -106,5 +106,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_2d_aggregate.vg.json b/examples/compiled/point_2d_aggregate.vg.json
index 39bd35f1e1..a63db8c2ef 100644
--- a/examples/compiled/point_2d_aggregate.vg.json
+++ b/examples/compiled/point_2d_aggregate.vg.json
@@ -115,5 +115,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_2d_array.vg.json b/examples/compiled/point_2d_array.vg.json
index 4d565f22bb..9de5f56f94 100644
--- a/examples/compiled/point_2d_array.vg.json
+++ b/examples/compiled/point_2d_array.vg.json
@@ -109,5 +109,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_2d_array_named.vg.json b/examples/compiled/point_2d_array_named.vg.json
index 86fbe0d6ce..99c42fc1ba 100644
--- a/examples/compiled/point_2d_array_named.vg.json
+++ b/examples/compiled/point_2d_array_named.vg.json
@@ -109,5 +109,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_2d_config_no_zero.vg.json b/examples/compiled/point_2d_config_no_zero.vg.json
index b6de1de0d2..fea05bf9fe 100644
--- a/examples/compiled/point_2d_config_no_zero.vg.json
+++ b/examples/compiled/point_2d_config_no_zero.vg.json
@@ -106,5 +106,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_2d_tooltip.vg.json b/examples/compiled/point_2d_tooltip.vg.json
index bbf0769acf..97a2778dd5 100644
--- a/examples/compiled/point_2d_tooltip.vg.json
+++ b/examples/compiled/point_2d_tooltip.vg.json
@@ -109,5 +109,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_2d_tooltip_data.vg.json b/examples/compiled/point_2d_tooltip_data.vg.json
index e0ec9419ba..d04cbd034d 100644
--- a/examples/compiled/point_2d_tooltip_data.vg.json
+++ b/examples/compiled/point_2d_tooltip_data.vg.json
@@ -107,5 +107,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_aggregate_detail.vg.json b/examples/compiled/point_aggregate_detail.vg.json
index d1e9ee06a4..26d2fb29ac 100644
--- a/examples/compiled/point_aggregate_detail.vg.json
+++ b/examples/compiled/point_aggregate_detail.vg.json
@@ -112,5 +112,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_background.vg.json b/examples/compiled/point_background.vg.json
index 1050f913d3..04b2b88be0 100644
--- a/examples/compiled/point_background.vg.json
+++ b/examples/compiled/point_background.vg.json
@@ -107,5 +107,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_binned_color.vg.json b/examples/compiled/point_binned_color.vg.json
index 73e8cc2af5..bc5a504384 100644
--- a/examples/compiled/point_binned_color.vg.json
+++ b/examples/compiled/point_binned_color.vg.json
@@ -144,5 +144,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_binned_opacity.vg.json b/examples/compiled/point_binned_opacity.vg.json
index e066217c86..404580b338 100644
--- a/examples/compiled/point_binned_opacity.vg.json
+++ b/examples/compiled/point_binned_opacity.vg.json
@@ -149,5 +149,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_binned_size.vg.json b/examples/compiled/point_binned_size.vg.json
index 428efc1be2..ea0fc33311 100644
--- a/examples/compiled/point_binned_size.vg.json
+++ b/examples/compiled/point_binned_size.vg.json
@@ -151,5 +151,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_bubble.vg.json b/examples/compiled/point_bubble.vg.json
index 811539ba58..8d37b8aac8 100644
--- a/examples/compiled/point_bubble.vg.json
+++ b/examples/compiled/point_bubble.vg.json
@@ -130,5 +130,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_color.vg.json b/examples/compiled/point_color.vg.json
index cbd8b67d8d..c5deb25d17 100644
--- a/examples/compiled/point_color.vg.json
+++ b/examples/compiled/point_color.vg.json
@@ -126,5 +126,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_color_custom.vg.json b/examples/compiled/point_color_custom.vg.json
index 1ba45469dc..8040af434a 100644
--- a/examples/compiled/point_color_custom.vg.json
+++ b/examples/compiled/point_color_custom.vg.json
@@ -126,5 +126,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_color_ordinal.vg.json b/examples/compiled/point_color_ordinal.vg.json
index cb4297e10a..b2cafc4553 100644
--- a/examples/compiled/point_color_ordinal.vg.json
+++ b/examples/compiled/point_color_ordinal.vg.json
@@ -127,5 +127,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_color_quantitative.vg.json b/examples/compiled/point_color_quantitative.vg.json
index a2b21d7840..2e1c8462dd 100644
--- a/examples/compiled/point_color_quantitative.vg.json
+++ b/examples/compiled/point_color_quantitative.vg.json
@@ -121,5 +121,6 @@
"title": "Displacement",
"encode": {"gradient": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_color_shape_constant.vg.json b/examples/compiled/point_color_shape_constant.vg.json
index ae6d13e081..4818f55e69 100644
--- a/examples/compiled/point_color_shape_constant.vg.json
+++ b/examples/compiled/point_color_shape_constant.vg.json
@@ -106,5 +106,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_color_with_shape.vg.json b/examples/compiled/point_color_with_shape.vg.json
index 5b8dc629db..9fec367979 100644
--- a/examples/compiled/point_color_with_shape.vg.json
+++ b/examples/compiled/point_color_with_shape.vg.json
@@ -135,5 +135,6 @@
},
"shape": "shape"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_colorramp_size.vg.json b/examples/compiled/point_colorramp_size.vg.json
index 6da8802863..b6bd48ecbd 100644
--- a/examples/compiled/point_colorramp_size.vg.json
+++ b/examples/compiled/point_colorramp_size.vg.json
@@ -131,5 +131,6 @@
"symbolType": "circle",
"size": "size"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_constant_legend_domain.vg.json b/examples/compiled/point_constant_legend_domain.vg.json
index 49b5e04c9b..c381cb1c48 100644
--- a/examples/compiled/point_constant_legend_domain.vg.json
+++ b/examples/compiled/point_constant_legend_domain.vg.json
@@ -230,5 +230,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_diverging_color.vg.json b/examples/compiled/point_diverging_color.vg.json
index ab0aaadb9b..c39fe07a78 100644
--- a/examples/compiled/point_diverging_color.vg.json
+++ b/examples/compiled/point_diverging_color.vg.json
@@ -123,5 +123,6 @@
"title": "Weight_in_lbs",
"encode": {"gradient": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_dot_timeunit_color.vg.json b/examples/compiled/point_dot_timeunit_color.vg.json
index b1ae3e43ed..e253901b7e 100644
--- a/examples/compiled/point_dot_timeunit_color.vg.json
+++ b/examples/compiled/point_dot_timeunit_color.vg.json
@@ -102,5 +102,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "date (year-month)"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_filled.vg.json b/examples/compiled/point_filled.vg.json
index 0b7ec96697..b6e0ed8f46 100644
--- a/examples/compiled/point_filled.vg.json
+++ b/examples/compiled/point_filled.vg.json
@@ -104,5 +104,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_grouped.vg.json b/examples/compiled/point_grouped.vg.json
index fd7434a952..81860520d9 100644
--- a/examples/compiled/point_grouped.vg.json
+++ b/examples/compiled/point_grouped.vg.json
@@ -142,5 +142,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_href.vg.json b/examples/compiled/point_href.vg.json
index 05beaf13b0..28af639936 100644
--- a/examples/compiled/point_href.vg.json
+++ b/examples/compiled/point_href.vg.json
@@ -139,5 +139,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_invalid_color.svg b/examples/compiled/point_invalid_color.svg
index a0151281c8..99b571f873 100644
--- a/examples/compiled/point_invalid_color.svg
+++ b/examples/compiled/point_invalid_color.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/point_invalid_color.vg.json b/examples/compiled/point_invalid_color.vg.json
index 5c03dd5ff7..7754b66183 100644
--- a/examples/compiled/point_invalid_color.vg.json
+++ b/examples/compiled/point_invalid_color.vg.json
@@ -115,5 +115,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_invalid_size_show.svg b/examples/compiled/point_invalid_size_show.svg
index 2ae4ee19d6..b045566a3e 100644
--- a/examples/compiled/point_invalid_size_show.svg
+++ b/examples/compiled/point_invalid_size_show.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/point_invalid_size_show.vg.json b/examples/compiled/point_invalid_size_show.vg.json
index 7453159e6f..d12f2b0e60 100644
--- a/examples/compiled/point_invalid_size_show.vg.json
+++ b/examples/compiled/point_invalid_size_show.vg.json
@@ -168,5 +168,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_log.vg.json b/examples/compiled/point_log.vg.json
index 93acc01217..f11ab1ed1b 100644
--- a/examples/compiled/point_log.vg.json
+++ b/examples/compiled/point_log.vg.json
@@ -114,5 +114,6 @@
"labelOverlap": "greedy",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_offset_random.vg.json b/examples/compiled/point_offset_random.vg.json
index 2bac04a707..fa9920727b 100644
--- a/examples/compiled/point_offset_random.vg.json
+++ b/examples/compiled/point_offset_random.vg.json
@@ -108,5 +108,6 @@
"title": "Cylinders",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_ordinal_bin_offset_random.vg.json b/examples/compiled/point_ordinal_bin_offset_random.vg.json
index 87ccc18ce6..db42ed7328 100644
--- a/examples/compiled/point_ordinal_bin_offset_random.vg.json
+++ b/examples/compiled/point_ordinal_bin_offset_random.vg.json
@@ -132,5 +132,6 @@
"title": "Miles_per_Gallon (binned)",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_ordinal_color.vg.json b/examples/compiled/point_ordinal_color.vg.json
index 2d312ab37c..6d7c6c984e 100644
--- a/examples/compiled/point_ordinal_color.vg.json
+++ b/examples/compiled/point_ordinal_color.vg.json
@@ -137,5 +137,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_overlap.vg.json b/examples/compiled/point_overlap.vg.json
index 3097b82c0a..40a0982193 100644
--- a/examples/compiled/point_overlap.vg.json
+++ b/examples/compiled/point_overlap.vg.json
@@ -38,5 +38,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_params.vg.json b/examples/compiled/point_params.vg.json
index f04fa9e882..dfd29b9ecd 100644
--- a/examples/compiled/point_params.vg.json
+++ b/examples/compiled/point_params.vg.json
@@ -150,5 +150,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_quantile_quantile.vg.json b/examples/compiled/point_quantile_quantile.vg.json
index 4c326c4229..fb607c4e82 100644
--- a/examples/compiled/point_quantile_quantile.vg.json
+++ b/examples/compiled/point_quantile_quantile.vg.json
@@ -234,5 +234,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_scale_range_field.vg.json b/examples/compiled/point_scale_range_field.vg.json
index d85f7f063e..c5f8b6fd36 100644
--- a/examples/compiled/point_scale_range_field.vg.json
+++ b/examples/compiled/point_scale_range_field.vg.json
@@ -72,5 +72,6 @@
"title": "l",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_shape_custom.vg.json b/examples/compiled/point_shape_custom.vg.json
index 96e9f6e858..0c7c0248b0 100644
--- a/examples/compiled/point_shape_custom.vg.json
+++ b/examples/compiled/point_shape_custom.vg.json
@@ -151,5 +151,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/point_tooltip.vg.json b/examples/compiled/point_tooltip.vg.json
index 613142f091..be52768357 100644
--- a/examples/compiled/point_tooltip.vg.json
+++ b/examples/compiled/point_tooltip.vg.json
@@ -109,5 +109,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/rect_lasagna.vg.json b/examples/compiled/rect_lasagna.vg.json
index 95f0ff9d87..d754bb0538 100644
--- a/examples/compiled/rect_lasagna.vg.json
+++ b/examples/compiled/rect_lasagna.vg.json
@@ -130,5 +130,6 @@
"fill": "color",
"gradientLength": {"signal": "clamp(height, 64, 200)"}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/rect_mosaic_simple.vg.json b/examples/compiled/rect_mosaic_simple.vg.json
index 337a015354..0e92a8bcbf 100644
--- a/examples/compiled/rect_mosaic_simple.vg.json
+++ b/examples/compiled/rect_mosaic_simple.vg.json
@@ -103,5 +103,6 @@
"zero": false
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}],
+ "config": {}
}
diff --git a/examples/compiled/rect_params.vg.json b/examples/compiled/rect_params.vg.json
index 30a45ae521..faac276f77 100644
--- a/examples/compiled/rect_params.vg.json
+++ b/examples/compiled/rect_params.vg.json
@@ -86,5 +86,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/repeat_child_layer.vg.json b/examples/compiled/repeat_child_layer.vg.json
index 3cbfc36f98..cecff89054 100644
--- a/examples/compiled/repeat_child_layer.vg.json
+++ b/examples/compiled/repeat_child_layer.vg.json
@@ -598,5 +598,6 @@
"title": "location",
"encode": {"symbols": {"update": {"opacity": {"value": 0.2}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/repeat_histogram.vg.json b/examples/compiled/repeat_histogram.vg.json
index 7a9df0329c..7f0c40ce03 100644
--- a/examples/compiled/repeat_histogram.vg.json
+++ b/examples/compiled/repeat_histogram.vg.json
@@ -631,5 +631,6 @@
"zero": true
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}],
+ "config": {}
}
diff --git a/examples/compiled/repeat_histogram_autosize.vg.json b/examples/compiled/repeat_histogram_autosize.vg.json
index 5039068319..b57eb716be 100644
--- a/examples/compiled/repeat_histogram_autosize.vg.json
+++ b/examples/compiled/repeat_histogram_autosize.vg.json
@@ -287,5 +287,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/repeat_histogram_flights.vg.json b/examples/compiled/repeat_histogram_flights.vg.json
index b44321b2fe..61dbca2a92 100644
--- a/examples/compiled/repeat_histogram_flights.vg.json
+++ b/examples/compiled/repeat_histogram_flights.vg.json
@@ -405,5 +405,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/repeat_independent_colors.vg.json b/examples/compiled/repeat_independent_colors.vg.json
index 3794e6b9e6..cb3370301b 100644
--- a/examples/compiled/repeat_independent_colors.vg.json
+++ b/examples/compiled/repeat_independent_colors.vg.json
@@ -274,5 +274,6 @@
"domain": {"data": "source_0", "field": "Cylinders", "sort": true},
"range": "category"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/repeat_layer.vg.json b/examples/compiled/repeat_layer.vg.json
index 3fba1104a4..d53df8e4e2 100644
--- a/examples/compiled/repeat_layer.vg.json
+++ b/examples/compiled/repeat_layer.vg.json
@@ -154,5 +154,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke"}],
+ "config": {}
}
diff --git a/examples/compiled/repeat_line_weather.vg.json b/examples/compiled/repeat_line_weather.vg.json
index 2294df0f51..5f34ffff99 100644
--- a/examples/compiled/repeat_line_weather.vg.json
+++ b/examples/compiled/repeat_line_weather.vg.json
@@ -409,5 +409,6 @@
"zero": true
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "location"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "location"}],
+ "config": {}
}
diff --git a/examples/compiled/repeat_splom.vg.json b/examples/compiled/repeat_splom.vg.json
index 78473dbd04..6e2c88265d 100644
--- a/examples/compiled/repeat_splom.vg.json
+++ b/examples/compiled/repeat_splom.vg.json
@@ -1800,5 +1800,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/repeat_splom_cars.vg.json b/examples/compiled/repeat_splom_cars.vg.json
index 08e9d5ab95..d3cc14f753 100644
--- a/examples/compiled/repeat_splom_cars.vg.json
+++ b/examples/compiled/repeat_splom_cars.vg.json
@@ -494,5 +494,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/rule_color_mean.vg.json b/examples/compiled/rule_color_mean.vg.json
index b0de789e6c..6ff4f3f189 100644
--- a/examples/compiled/rule_color_mean.vg.json
+++ b/examples/compiled/rule_color_mean.vg.json
@@ -86,5 +86,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}],
+ "config": {}
}
diff --git a/examples/compiled/rule_extent.vg.json b/examples/compiled/rule_extent.vg.json
index c83df692fc..920590b462 100644
--- a/examples/compiled/rule_extent.vg.json
+++ b/examples/compiled/rule_extent.vg.json
@@ -103,5 +103,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/rule_params.vg.json b/examples/compiled/rule_params.vg.json
index 20dccabc8c..9f660c77d1 100644
--- a/examples/compiled/rule_params.vg.json
+++ b/examples/compiled/rule_params.vg.json
@@ -101,5 +101,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/sample_scatterplot.vg.json b/examples/compiled/sample_scatterplot.vg.json
index 0699cf1e21..ceca7fc52b 100644
--- a/examples/compiled/sample_scatterplot.vg.json
+++ b/examples/compiled/sample_scatterplot.vg.json
@@ -226,5 +226,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/scatter_image.vg.json b/examples/compiled/scatter_image.vg.json
index 4bfe28fce6..d562a5b9de 100644
--- a/examples/compiled/scatter_image.vg.json
+++ b/examples/compiled/scatter_image.vg.json
@@ -113,5 +113,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_bind_cylyr.vg.json b/examples/compiled/selection_bind_cylyr.vg.json
index 9afdab62a9..a16488ef15 100644
--- a/examples/compiled/selection_bind_cylyr.vg.json
+++ b/examples/compiled/selection_bind_cylyr.vg.json
@@ -179,5 +179,6 @@
"title": "Origin",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_bind_origin.vg.json b/examples/compiled/selection_bind_origin.vg.json
index e7935ec60f..8b8f097d7d 100644
--- a/examples/compiled/selection_bind_origin.vg.json
+++ b/examples/compiled/selection_bind_origin.vg.json
@@ -168,5 +168,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_brush_timeunit.vg.json b/examples/compiled/selection_brush_timeunit.vg.json
index 9be393bf80..0190ac7c68 100644
--- a/examples/compiled/selection_brush_timeunit.vg.json
+++ b/examples/compiled/selection_brush_timeunit.vg.json
@@ -545,5 +545,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_clear_brush.vg.json b/examples/compiled/selection_clear_brush.vg.json
index 46be5c26dc..ba29739c3a 100644
--- a/examples/compiled/selection_clear_brush.vg.json
+++ b/examples/compiled/selection_clear_brush.vg.json
@@ -476,5 +476,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_composition_and.vg.json b/examples/compiled/selection_composition_and.vg.json
index ed2b4334e8..d5c1e273bf 100644
--- a/examples/compiled/selection_composition_and.vg.json
+++ b/examples/compiled/selection_composition_and.vg.json
@@ -739,5 +739,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "Count of Records"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_composition_or.vg.json b/examples/compiled/selection_composition_or.vg.json
index 86b967ca1b..e6058e5c8c 100644
--- a/examples/compiled/selection_composition_or.vg.json
+++ b/examples/compiled/selection_composition_or.vg.json
@@ -739,5 +739,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "Count of Records"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_concat.vg.json b/examples/compiled/selection_concat.vg.json
index 5cf2a29f53..cd0921d1de 100644
--- a/examples/compiled/selection_concat.vg.json
+++ b/examples/compiled/selection_concat.vg.json
@@ -688,5 +688,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_filter.vg.json b/examples/compiled/selection_filter.vg.json
index 505a39faf7..024f45d1f4 100644
--- a/examples/compiled/selection_filter.vg.json
+++ b/examples/compiled/selection_filter.vg.json
@@ -562,5 +562,6 @@
"range": [{"signal": "childHeight"}, 0],
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_filter_composition.vg.json b/examples/compiled/selection_filter_composition.vg.json
index 26922b2d98..6cd2720484 100644
--- a/examples/compiled/selection_filter_composition.vg.json
+++ b/examples/compiled/selection_filter_composition.vg.json
@@ -562,5 +562,6 @@
"range": [{"signal": "childHeight"}, 0],
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_filter_false.vg.json b/examples/compiled/selection_filter_false.vg.json
index 0511ef0c40..dbeaeeaa2f 100644
--- a/examples/compiled/selection_filter_false.vg.json
+++ b/examples/compiled/selection_filter_false.vg.json
@@ -562,5 +562,6 @@
"range": [{"signal": "childHeight"}, 0],
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_filter_true.vg.json b/examples/compiled/selection_filter_true.vg.json
index 505a39faf7..024f45d1f4 100644
--- a/examples/compiled/selection_filter_true.vg.json
+++ b/examples/compiled/selection_filter_true.vg.json
@@ -562,5 +562,6 @@
"range": [{"signal": "childHeight"}, 0],
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_insert.vg.json b/examples/compiled/selection_insert.vg.json
index 4fe9089c4e..973c5faa05 100644
--- a/examples/compiled/selection_insert.vg.json
+++ b/examples/compiled/selection_insert.vg.json
@@ -167,5 +167,6 @@
"title": "Cylinders",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_interval_mark_style.vg.json b/examples/compiled/selection_interval_mark_style.vg.json
index 0a2dc34025..616b1fb700 100644
--- a/examples/compiled/selection_interval_mark_style.vg.json
+++ b/examples/compiled/selection_interval_mark_style.vg.json
@@ -732,5 +732,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "Count of Records"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_layer_bar_month.vg.json b/examples/compiled/selection_layer_bar_month.vg.json
index 557cc28d0a..2fcf8ba417 100644
--- a/examples/compiled/selection_layer_bar_month.vg.json
+++ b/examples/compiled/selection_layer_bar_month.vg.json
@@ -430,5 +430,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_multi_condition.vg.json b/examples/compiled/selection_multi_condition.vg.json
index 641e46c6e7..f3e4fab7fd 100644
--- a/examples/compiled/selection_multi_condition.vg.json
+++ b/examples/compiled/selection_multi_condition.vg.json
@@ -509,5 +509,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_project_binned_interval.vg.json b/examples/compiled/selection_project_binned_interval.vg.json
index 72735d4648..75c5525f37 100644
--- a/examples/compiled/selection_project_binned_interval.vg.json
+++ b/examples/compiled/selection_project_binned_interval.vg.json
@@ -460,5 +460,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_project_interval.vg.json b/examples/compiled/selection_project_interval.vg.json
index c15ad980ed..0f8d1392e3 100644
--- a/examples/compiled/selection_project_interval.vg.json
+++ b/examples/compiled/selection_project_interval.vg.json
@@ -414,5 +414,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "Count of Records"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_project_interval_x.vg.json b/examples/compiled/selection_project_interval_x.vg.json
index 103c8a902d..2808048842 100644
--- a/examples/compiled/selection_project_interval_x.vg.json
+++ b/examples/compiled/selection_project_interval_x.vg.json
@@ -354,5 +354,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "Count of Records"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_project_interval_x_y.vg.json b/examples/compiled/selection_project_interval_x_y.vg.json
index c15ad980ed..0f8d1392e3 100644
--- a/examples/compiled/selection_project_interval_x_y.vg.json
+++ b/examples/compiled/selection_project_interval_x_y.vg.json
@@ -414,5 +414,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "Count of Records"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_project_interval_y.vg.json b/examples/compiled/selection_project_interval_y.vg.json
index cbb7ea7b21..853915458d 100644
--- a/examples/compiled/selection_project_interval_y.vg.json
+++ b/examples/compiled/selection_project_interval_y.vg.json
@@ -354,5 +354,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "Count of Records"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_project_multi.vg.json b/examples/compiled/selection_project_multi.vg.json
index 88afcd2dae..bf87ff9359 100644
--- a/examples/compiled/selection_project_multi.vg.json
+++ b/examples/compiled/selection_project_multi.vg.json
@@ -191,5 +191,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_project_multi_cylinders.vg.json b/examples/compiled/selection_project_multi_cylinders.vg.json
index 65e4a56ba1..153b865421 100644
--- a/examples/compiled/selection_project_multi_cylinders.vg.json
+++ b/examples/compiled/selection_project_multi_cylinders.vg.json
@@ -191,5 +191,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_project_multi_cylinders_origin.vg.json b/examples/compiled/selection_project_multi_cylinders_origin.vg.json
index c2915a3315..3661e9d618 100644
--- a/examples/compiled/selection_project_multi_cylinders_origin.vg.json
+++ b/examples/compiled/selection_project_multi_cylinders_origin.vg.json
@@ -222,5 +222,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_project_multi_origin.vg.json b/examples/compiled/selection_project_multi_origin.vg.json
index fe2706224b..b73e464bda 100644
--- a/examples/compiled/selection_project_multi_origin.vg.json
+++ b/examples/compiled/selection_project_multi_origin.vg.json
@@ -216,5 +216,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_project_single.vg.json b/examples/compiled/selection_project_single.vg.json
index e65908bfec..5130af8e0a 100644
--- a/examples/compiled/selection_project_single.vg.json
+++ b/examples/compiled/selection_project_single.vg.json
@@ -180,5 +180,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_project_single_cylinders.vg.json b/examples/compiled/selection_project_single_cylinders.vg.json
index 45bc7d1c36..86e88bf976 100644
--- a/examples/compiled/selection_project_single_cylinders.vg.json
+++ b/examples/compiled/selection_project_single_cylinders.vg.json
@@ -180,5 +180,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_project_single_cylinders_origin.vg.json b/examples/compiled/selection_project_single_cylinders_origin.vg.json
index e057d5b625..f49952ae71 100644
--- a/examples/compiled/selection_project_single_cylinders_origin.vg.json
+++ b/examples/compiled/selection_project_single_cylinders_origin.vg.json
@@ -211,5 +211,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_project_single_origin.vg.json b/examples/compiled/selection_project_single_origin.vg.json
index 9f6e5e4d74..b0bb703694 100644
--- a/examples/compiled/selection_project_single_origin.vg.json
+++ b/examples/compiled/selection_project_single_origin.vg.json
@@ -205,5 +205,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_resolution_global.vg.json b/examples/compiled/selection_resolution_global.vg.json
index 42b5206125..77ced5abde 100644
--- a/examples/compiled/selection_resolution_global.vg.json
+++ b/examples/compiled/selection_resolution_global.vg.json
@@ -3805,5 +3805,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_resolution_intersect.vg.json b/examples/compiled/selection_resolution_intersect.vg.json
index 2ff4c477e6..1fbd6ca928 100644
--- a/examples/compiled/selection_resolution_intersect.vg.json
+++ b/examples/compiled/selection_resolution_intersect.vg.json
@@ -3373,5 +3373,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_resolution_union.vg.json b/examples/compiled/selection_resolution_union.vg.json
index 98b8832080..3b3f84efb6 100644
--- a/examples/compiled/selection_resolution_union.vg.json
+++ b/examples/compiled/selection_resolution_union.vg.json
@@ -3373,5 +3373,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_toggle_altKey.vg.json b/examples/compiled/selection_toggle_altKey.vg.json
index 02f223abcc..2426636e17 100644
--- a/examples/compiled/selection_toggle_altKey.vg.json
+++ b/examples/compiled/selection_toggle_altKey.vg.json
@@ -178,5 +178,6 @@
"title": "Cylinders",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_toggle_altKey_shiftKey.vg.json b/examples/compiled/selection_toggle_altKey_shiftKey.vg.json
index 7875b981b1..5c4e135998 100644
--- a/examples/compiled/selection_toggle_altKey_shiftKey.vg.json
+++ b/examples/compiled/selection_toggle_altKey_shiftKey.vg.json
@@ -178,5 +178,6 @@
"title": "Cylinders",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_toggle_shiftKey.vg.json b/examples/compiled/selection_toggle_shiftKey.vg.json
index d135317d00..77ba4c54bc 100644
--- a/examples/compiled/selection_toggle_shiftKey.vg.json
+++ b/examples/compiled/selection_toggle_shiftKey.vg.json
@@ -178,5 +178,6 @@
"title": "Cylinders",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_translate_brush_drag.vg.json b/examples/compiled/selection_translate_brush_drag.vg.json
index 8a50639047..6025f00003 100644
--- a/examples/compiled/selection_translate_brush_drag.vg.json
+++ b/examples/compiled/selection_translate_brush_drag.vg.json
@@ -474,5 +474,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_translate_brush_shift-drag.vg.json b/examples/compiled/selection_translate_brush_shift-drag.vg.json
index cabe504f56..3922de43f6 100644
--- a/examples/compiled/selection_translate_brush_shift-drag.vg.json
+++ b/examples/compiled/selection_translate_brush_shift-drag.vg.json
@@ -476,5 +476,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_translate_scatterplot_drag.vg.json b/examples/compiled/selection_translate_scatterplot_drag.vg.json
index de26031214..7970318f7c 100644
--- a/examples/compiled/selection_translate_scatterplot_drag.vg.json
+++ b/examples/compiled/selection_translate_scatterplot_drag.vg.json
@@ -244,5 +244,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_translate_scatterplot_shift-drag.vg.json b/examples/compiled/selection_translate_scatterplot_shift-drag.vg.json
index 8421703180..0210c7f1a6 100644
--- a/examples/compiled/selection_translate_scatterplot_shift-drag.vg.json
+++ b/examples/compiled/selection_translate_scatterplot_shift-drag.vg.json
@@ -254,5 +254,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_type_interval.vg.json b/examples/compiled/selection_type_interval.vg.json
index c15ad980ed..0f8d1392e3 100644
--- a/examples/compiled/selection_type_interval.vg.json
+++ b/examples/compiled/selection_type_interval.vg.json
@@ -414,5 +414,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "Count of Records"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_type_interval_invert.vg.json b/examples/compiled/selection_type_interval_invert.vg.json
index 93286d2692..1ff8bbbb89 100644
--- a/examples/compiled/selection_type_interval_invert.vg.json
+++ b/examples/compiled/selection_type_interval_invert.vg.json
@@ -413,5 +413,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "Count of Records"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_type_point.vg.json b/examples/compiled/selection_type_point.vg.json
index 77df606b03..fa06ed5bb8 100644
--- a/examples/compiled/selection_type_point.vg.json
+++ b/examples/compiled/selection_type_point.vg.json
@@ -155,5 +155,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "Count of Records"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_type_point_zorder.vg.json b/examples/compiled/selection_type_point_zorder.vg.json
index aee261c023..7d1fdaaa09 100644
--- a/examples/compiled/selection_type_point_zorder.vg.json
+++ b/examples/compiled/selection_type_point_zorder.vg.json
@@ -175,5 +175,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_type_single_dblclick.vg.json b/examples/compiled/selection_type_single_dblclick.vg.json
index 29abd06d18..55b7c8697c 100644
--- a/examples/compiled/selection_type_single_dblclick.vg.json
+++ b/examples/compiled/selection_type_single_dblclick.vg.json
@@ -155,5 +155,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "Count of Records"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_type_single_pointerover.vg.json b/examples/compiled/selection_type_single_pointerover.vg.json
index bacea56be8..dcb24833e3 100644
--- a/examples/compiled/selection_type_single_pointerover.vg.json
+++ b/examples/compiled/selection_type_single_pointerover.vg.json
@@ -155,5 +155,6 @@
"gradientLength": {"signal": "clamp(height, 64, 200)"},
"title": "Count of Records"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_zoom_brush_shift-wheel.vg.json b/examples/compiled/selection_zoom_brush_shift-wheel.vg.json
index bfe0f59406..beec9f97b2 100644
--- a/examples/compiled/selection_zoom_brush_shift-wheel.vg.json
+++ b/examples/compiled/selection_zoom_brush_shift-wheel.vg.json
@@ -476,5 +476,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_zoom_brush_wheel.vg.json b/examples/compiled/selection_zoom_brush_wheel.vg.json
index 8a50639047..6025f00003 100644
--- a/examples/compiled/selection_zoom_brush_wheel.vg.json
+++ b/examples/compiled/selection_zoom_brush_wheel.vg.json
@@ -474,5 +474,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_zoom_scatterplot_shift-wheel.vg.json b/examples/compiled/selection_zoom_scatterplot_shift-wheel.vg.json
index 999a1258c1..2945961e9f 100644
--- a/examples/compiled/selection_zoom_scatterplot_shift-wheel.vg.json
+++ b/examples/compiled/selection_zoom_scatterplot_shift-wheel.vg.json
@@ -258,5 +258,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/selection_zoom_scatterplot_wheel.vg.json b/examples/compiled/selection_zoom_scatterplot_wheel.vg.json
index de26031214..7970318f7c 100644
--- a/examples/compiled/selection_zoom_scatterplot_wheel.vg.json
+++ b/examples/compiled/selection_zoom_scatterplot_wheel.vg.json
@@ -244,5 +244,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/sequence_line.vg.json b/examples/compiled/sequence_line.vg.json
index 6e52704d22..7e9ac9b661 100644
--- a/examples/compiled/sequence_line.vg.json
+++ b/examples/compiled/sequence_line.vg.json
@@ -103,5 +103,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/sequence_line_fold.vg.json b/examples/compiled/sequence_line_fold.vg.json
index 20f4cc474e..a31f766f32 100644
--- a/examples/compiled/sequence_line_fold.vg.json
+++ b/examples/compiled/sequence_line_fold.vg.json
@@ -131,5 +131,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke"}],
+ "config": {}
}
diff --git a/examples/compiled/square.vg.json b/examples/compiled/square.vg.json
index cb1691ed44..c8f7f87a06 100644
--- a/examples/compiled/square.vg.json
+++ b/examples/compiled/square.vg.json
@@ -105,5 +105,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/stacked_area.vg.json b/examples/compiled/stacked_area.vg.json
index 1002440af6..f382dbb9ff 100644
--- a/examples/compiled/stacked_area.vg.json
+++ b/examples/compiled/stacked_area.vg.json
@@ -167,5 +167,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "series"}]
+ "legends": [{"fill": "color", "symbolType": "circle", "title": "series"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_area_binned.vg.json b/examples/compiled/stacked_area_binned.vg.json
index 039489e9b3..0db3af3f13 100644
--- a/examples/compiled/stacked_area_binned.vg.json
+++ b/examples/compiled/stacked_area_binned.vg.json
@@ -169,5 +169,8 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "Major Genre"}]
+ "legends": [
+ {"fill": "color", "symbolType": "circle", "title": "Major Genre"}
+ ],
+ "config": {}
}
diff --git a/examples/compiled/stacked_area_normalize.vg.json b/examples/compiled/stacked_area_normalize.vg.json
index 7fe880210b..04f6989ba8 100644
--- a/examples/compiled/stacked_area_normalize.vg.json
+++ b/examples/compiled/stacked_area_normalize.vg.json
@@ -142,5 +142,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "series"}]
+ "legends": [{"fill": "color", "symbolType": "circle", "title": "series"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_area_ordinal.vg.json b/examples/compiled/stacked_area_ordinal.vg.json
index ae4df38f7f..0752e7c61e 100644
--- a/examples/compiled/stacked_area_ordinal.vg.json
+++ b/examples/compiled/stacked_area_ordinal.vg.json
@@ -171,5 +171,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "Cylinders"}]
+ "legends": [{"fill": "color", "symbolType": "circle", "title": "Cylinders"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_area_overlay.vg.json b/examples/compiled/stacked_area_overlay.vg.json
index 86c2460d0f..0936ccaf3e 100644
--- a/examples/compiled/stacked_area_overlay.vg.json
+++ b/examples/compiled/stacked_area_overlay.vg.json
@@ -202,5 +202,6 @@
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"stroke": "color"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/stacked_area_stream.vg.json b/examples/compiled/stacked_area_stream.vg.json
index de72f1315a..c878aecee3 100644
--- a/examples/compiled/stacked_area_stream.vg.json
+++ b/examples/compiled/stacked_area_stream.vg.json
@@ -146,5 +146,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "series"}]
+ "legends": [{"fill": "color", "symbolType": "circle", "title": "series"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_area_without_agg.vg.json b/examples/compiled/stacked_area_without_agg.vg.json
index 54cff92590..a6b87a7536 100644
--- a/examples/compiled/stacked_area_without_agg.vg.json
+++ b/examples/compiled/stacked_area_without_agg.vg.json
@@ -205,5 +205,6 @@
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}},
"stroke": "color"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/stacked_bar_1d.vg.json b/examples/compiled/stacked_bar_1d.vg.json
index 743ebb1d35..2c5b3e9867 100644
--- a/examples/compiled/stacked_bar_1d.vg.json
+++ b/examples/compiled/stacked_bar_1d.vg.json
@@ -98,5 +98,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "Origin"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_bar_count.vg.json b/examples/compiled/stacked_bar_count.vg.json
index 122e0b7c50..cedc73eb16 100644
--- a/examples/compiled/stacked_bar_count.vg.json
+++ b/examples/compiled/stacked_bar_count.vg.json
@@ -129,5 +129,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "weather"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "weather"}],
+ "config": {}
}
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..16c5e5882f 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,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "weather"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "weather"}],
+ "config": {}
}
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..33b86238f2 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,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "weather"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "weather"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_bar_h.vg.json b/examples/compiled/stacked_bar_h.vg.json
index 2d7351dc7a..3955d6e140 100644
--- a/examples/compiled/stacked_bar_h.vg.json
+++ b/examples/compiled/stacked_bar_h.vg.json
@@ -120,5 +120,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "site"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "site"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_bar_h_normalized_labeled.vg.json b/examples/compiled/stacked_bar_h_normalized_labeled.vg.json
index 87e5d5c356..4f42a414f2 100644
--- a/examples/compiled/stacked_bar_h_normalized_labeled.vg.json
+++ b/examples/compiled/stacked_bar_h_normalized_labeled.vg.json
@@ -162,5 +162,6 @@
},
{"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": {}
}
diff --git a/examples/compiled/stacked_bar_h_order.vg.json b/examples/compiled/stacked_bar_h_order.vg.json
index bf3acb95fb..93d94ff4e1 100644
--- a/examples/compiled/stacked_bar_h_order.vg.json
+++ b/examples/compiled/stacked_bar_h_order.vg.json
@@ -120,5 +120,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "site"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "site"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_bar_h_order_custom.vg.json b/examples/compiled/stacked_bar_h_order_custom.vg.json
index b1bd41de1e..7c44a114f2 100644
--- a/examples/compiled/stacked_bar_h_order_custom.vg.json
+++ b/examples/compiled/stacked_bar_h_order_custom.vg.json
@@ -125,5 +125,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "site"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "site"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_bar_normalize.vg.json b/examples/compiled/stacked_bar_normalize.vg.json
index 08df66d85e..312abb98a7 100644
--- a/examples/compiled/stacked_bar_normalize.vg.json
+++ b/examples/compiled/stacked_bar_normalize.vg.json
@@ -126,5 +126,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_bar_population.vg.json b/examples/compiled/stacked_bar_population.vg.json
index 89196843e0..56878c9e57 100644
--- a/examples/compiled/stacked_bar_population.vg.json
+++ b/examples/compiled/stacked_bar_population.vg.json
@@ -129,5 +129,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_bar_population_transform.vg.json b/examples/compiled/stacked_bar_population_transform.vg.json
index 1d5c55b211..33348c791d 100644
--- a/examples/compiled/stacked_bar_population_transform.vg.json
+++ b/examples/compiled/stacked_bar_population_transform.vg.json
@@ -119,5 +119,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_bar_size.vg.json b/examples/compiled/stacked_bar_size.vg.json
index 7008e2f790..b480ebb978 100644
--- a/examples/compiled/stacked_bar_size.vg.json
+++ b/examples/compiled/stacked_bar_size.vg.json
@@ -145,5 +145,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/stacked_bar_sum_opacity.vg.json b/examples/compiled/stacked_bar_sum_opacity.vg.json
index 6492caecc1..75aa867460 100644
--- a/examples/compiled/stacked_bar_sum_opacity.vg.json
+++ b/examples/compiled/stacked_bar_sum_opacity.vg.json
@@ -145,5 +145,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/stacked_bar_unaggregate.vg.json b/examples/compiled/stacked_bar_unaggregate.vg.json
index 92509ade9d..e2343b8fbf 100644
--- a/examples/compiled/stacked_bar_unaggregate.vg.json
+++ b/examples/compiled/stacked_bar_unaggregate.vg.json
@@ -120,5 +120,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "c"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "c"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_bar_v.vg.json b/examples/compiled/stacked_bar_v.vg.json
index a0409fbb63..7b5f05cae4 100644
--- a/examples/compiled/stacked_bar_v.vg.json
+++ b/examples/compiled/stacked_bar_v.vg.json
@@ -122,5 +122,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "site"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "site"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_bar_v_ascending.vg.json b/examples/compiled/stacked_bar_v_ascending.vg.json
index 9581042ae0..1ae9e3d2ae 100644
--- a/examples/compiled/stacked_bar_v_ascending.vg.json
+++ b/examples/compiled/stacked_bar_v_ascending.vg.json
@@ -122,5 +122,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "site"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "site"}],
+ "config": {}
}
diff --git a/examples/compiled/stacked_bar_weather.vg.json b/examples/compiled/stacked_bar_weather.vg.json
index 14721fff3b..79a233acc6 100644
--- a/examples/compiled/stacked_bar_weather.vg.json
+++ b/examples/compiled/stacked_bar_weather.vg.json
@@ -131,5 +131,6 @@
],
"legends": [
{"title": "Weather type", "fill": "color", "symbolType": "square"}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/test_aggregate_nested.vg.json b/examples/compiled/test_aggregate_nested.vg.json
index 65bda28edf..4130e16256 100644
--- a/examples/compiled/test_aggregate_nested.vg.json
+++ b/examples/compiled/test_aggregate_nested.vg.json
@@ -161,5 +161,6 @@
"zindex": 0
}
],
- "legends": [{"title": "site", "fill": "color", "symbolType": "square"}]
+ "legends": [{"title": "site", "fill": "color", "symbolType": "square"}],
+ "config": {}
}
diff --git a/examples/compiled/test_field_with_spaces.vg.json b/examples/compiled/test_field_with_spaces.vg.json
index 8632fb9390..f6b4b88850 100644
--- a/examples/compiled/test_field_with_spaces.vg.json
+++ b/examples/compiled/test_field_with_spaces.vg.json
@@ -119,5 +119,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/test_invalid_break_paths_filter_domains.svg b/examples/compiled/test_invalid_break_paths_filter_domains.svg
index c91dd809d5..8af37fd9c4 100644
--- a/examples/compiled/test_invalid_break_paths_filter_domains.svg
+++ b/examples/compiled/test_invalid_break_paths_filter_domains.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/test_invalid_break_paths_show_domains.svg b/examples/compiled/test_invalid_break_paths_show_domains.svg
index 8bd25d26d9..9e26282bfb 100644
--- a/examples/compiled/test_invalid_break_paths_show_domains.svg
+++ b/examples/compiled/test_invalid_break_paths_show_domains.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/test_invalid_break_paths_show_path_domains.svg b/examples/compiled/test_invalid_break_paths_show_path_domains.svg
index fd3f096e5f..ac6f9c6ab0 100644
--- a/examples/compiled/test_invalid_break_paths_show_path_domains.svg
+++ b/examples/compiled/test_invalid_break_paths_show_path_domains.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/test_invalid_color_filter_but_include_in_scale_invalid.svg b/examples/compiled/test_invalid_color_filter_but_include_in_scale_invalid.svg
index bb48b40d80..25a209cc7e 100644
--- a/examples/compiled/test_invalid_color_filter_but_include_in_scale_invalid.svg
+++ b/examples/compiled/test_invalid_color_filter_but_include_in_scale_invalid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/test_invalid_color_show.svg b/examples/compiled/test_invalid_color_show.svg
index 0da6eb7437..e727c52953 100644
--- a/examples/compiled/test_invalid_color_show.svg
+++ b/examples/compiled/test_invalid_color_show.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/test_invalid_color_size_config_scale.svg b/examples/compiled/test_invalid_color_size_config_scale.svg
index 641c8d1c4d..0ab4f73e43 100644
--- a/examples/compiled/test_invalid_color_size_config_scale.svg
+++ b/examples/compiled/test_invalid_color_size_config_scale.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/test_invalid_color_size_mark_show_only.svg b/examples/compiled/test_invalid_color_size_mark_show_only.svg
index fbe2695055..547fad019c 100644
--- a/examples/compiled/test_invalid_color_size_mark_show_only.svg
+++ b/examples/compiled/test_invalid_color_size_mark_show_only.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/test_invalid_default.svg b/examples/compiled/test_invalid_default.svg
index fd3f096e5f..ac6f9c6ab0 100644
--- a/examples/compiled/test_invalid_default.svg
+++ b/examples/compiled/test_invalid_default.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/test_invalid_null.svg b/examples/compiled/test_invalid_null.svg
index f4635611ae..a1ca2d816b 100644
--- a/examples/compiled/test_invalid_null.svg
+++ b/examples/compiled/test_invalid_null.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/test_invalid_opacity_filter_but_include_in_scale_invalid.svg b/examples/compiled/test_invalid_opacity_filter_but_include_in_scale_invalid.svg
index 67540caf76..37ab9c2e33 100644
--- a/examples/compiled/test_invalid_opacity_filter_but_include_in_scale_invalid.svg
+++ b/examples/compiled/test_invalid_opacity_filter_but_include_in_scale_invalid.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/test_invalid_opacity_show.svg b/examples/compiled/test_invalid_opacity_show.svg
index 3330670d5f..1638d52e7a 100644
--- a/examples/compiled/test_invalid_opacity_show.svg
+++ b/examples/compiled/test_invalid_opacity_show.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/test_invalid_show.svg b/examples/compiled/test_invalid_show.svg
index f4635611ae..a1ca2d816b 100644
--- a/examples/compiled/test_invalid_show.svg
+++ b/examples/compiled/test_invalid_show.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/examples/compiled/test_single_point_color.vg.json b/examples/compiled/test_single_point_color.vg.json
index daba568187..a120bee8e9 100644
--- a/examples/compiled/test_single_point_color.vg.json
+++ b/examples/compiled/test_single_point_color.vg.json
@@ -23,5 +23,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/test_subobject.vg.json b/examples/compiled/test_subobject.vg.json
index d3e94e7d59..fb9217aa95 100644
--- a/examples/compiled/test_subobject.vg.json
+++ b/examples/compiled/test_subobject.vg.json
@@ -124,5 +124,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/test_subobject_missing.vg.json b/examples/compiled/test_subobject_missing.vg.json
index 588e3cbfb1..bed3c0c2a6 100644
--- a/examples/compiled/test_subobject_missing.vg.json
+++ b/examples/compiled/test_subobject_missing.vg.json
@@ -106,5 +106,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/test_subobject_nested.vg.json b/examples/compiled/test_subobject_nested.vg.json
index bb50617f54..c49930332e 100644
--- a/examples/compiled/test_subobject_nested.vg.json
+++ b/examples/compiled/test_subobject_nested.vg.json
@@ -134,5 +134,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/text_format.vg.json b/examples/compiled/text_format.vg.json
index 87a3487c9c..71b1155500 100644
--- a/examples/compiled/text_format.vg.json
+++ b/examples/compiled/text_format.vg.json
@@ -65,5 +65,6 @@
"title": "Origin",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/text_params.vg.json b/examples/compiled/text_params.vg.json
index 6eedf2e1e0..387454f518 100644
--- a/examples/compiled/text_params.vg.json
+++ b/examples/compiled/text_params.vg.json
@@ -210,5 +210,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/text_scatterplot_colored.vg.json b/examples/compiled/text_scatterplot_colored.vg.json
index 5c6b6971ec..81f2227589 100644
--- a/examples/compiled/text_scatterplot_colored.vg.json
+++ b/examples/compiled/text_scatterplot_colored.vg.json
@@ -115,5 +115,6 @@
"zindex": 0
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "Origin"}]
+ "legends": [{"fill": "color", "symbolType": "circle", "title": "Origin"}],
+ "config": {}
}
diff --git a/examples/compiled/text_tooltip_image.vg.json b/examples/compiled/text_tooltip_image.vg.json
index dc2bdf8265..b33f017ca5 100644
--- a/examples/compiled/text_tooltip_image.vg.json
+++ b/examples/compiled/text_tooltip_image.vg.json
@@ -57,5 +57,6 @@
"range": {"step": {"signal": "y_step"}},
"padding": 0.5
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/tick_dot.vg.json b/examples/compiled/tick_dot.vg.json
index d8b575c0b5..1c193ad7d9 100644
--- a/examples/compiled/tick_dot.vg.json
+++ b/examples/compiled/tick_dot.vg.json
@@ -74,5 +74,6 @@
"tickCount": {"signal": "ceil(width/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/tick_dot_thickness.vg.json b/examples/compiled/tick_dot_thickness.vg.json
index 962912839c..b1f1ab959d 100644
--- a/examples/compiled/tick_dot_thickness.vg.json
+++ b/examples/compiled/tick_dot_thickness.vg.json
@@ -74,5 +74,6 @@
"tickCount": {"signal": "ceil(width/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/tick_grouped.vg.json b/examples/compiled/tick_grouped.vg.json
index 2bb4b56c33..73e103656a 100644
--- a/examples/compiled/tick_grouped.vg.json
+++ b/examples/compiled/tick_grouped.vg.json
@@ -136,5 +136,6 @@
"title": "group",
"encode": {"symbols": {"update": {"opacity": {"value": 0.7}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/tick_sort.vg.json b/examples/compiled/tick_sort.vg.json
index e54fb4aed0..c098119adc 100644
--- a/examples/compiled/tick_sort.vg.json
+++ b/examples/compiled/tick_sort.vg.json
@@ -75,5 +75,6 @@
"tickCount": {"signal": "ceil(width/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/tick_strip.vg.json b/examples/compiled/tick_strip.vg.json
index d27a6f5fb6..333d8ec899 100644
--- a/examples/compiled/tick_strip.vg.json
+++ b/examples/compiled/tick_strip.vg.json
@@ -96,5 +96,6 @@
"title": "Cylinders",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/tick_strip_tick_band.vg.json b/examples/compiled/tick_strip_tick_band.vg.json
index 4302d64a9d..1fea46cdf4 100644
--- a/examples/compiled/tick_strip_tick_band.vg.json
+++ b/examples/compiled/tick_strip_tick_band.vg.json
@@ -108,5 +108,6 @@
"tickBand": "extent",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/time_custom_step.vg.json b/examples/compiled/time_custom_step.vg.json
index f6ed2a1bf3..fd2e92fa7a 100644
--- a/examples/compiled/time_custom_step.vg.json
+++ b/examples/compiled/time_custom_step.vg.json
@@ -163,5 +163,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/time_output_utc_scale.vg.json b/examples/compiled/time_output_utc_scale.vg.json
index 772419de5f..df2b0ac859 100644
--- a/examples/compiled/time_output_utc_scale.vg.json
+++ b/examples/compiled/time_output_utc_scale.vg.json
@@ -132,5 +132,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/time_output_utc_timeunit.vg.json b/examples/compiled/time_output_utc_timeunit.vg.json
index 5d4be95d66..7b9fa18f13 100644
--- a/examples/compiled/time_output_utc_timeunit.vg.json
+++ b/examples/compiled/time_output_utc_timeunit.vg.json
@@ -136,5 +136,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/time_parse_binnedutc.vg.json b/examples/compiled/time_parse_binnedutc.vg.json
index 55dc8f7d78..606dac4e60 100644
--- a/examples/compiled/time_parse_binnedutc.vg.json
+++ b/examples/compiled/time_parse_binnedutc.vg.json
@@ -76,5 +76,6 @@
},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/time_parse_local.vg.json b/examples/compiled/time_parse_local.vg.json
index 83690debb1..8034f74332 100644
--- a/examples/compiled/time_parse_local.vg.json
+++ b/examples/compiled/time_parse_local.vg.json
@@ -80,5 +80,6 @@
},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/time_parse_utc.vg.json b/examples/compiled/time_parse_utc.vg.json
index 244ed944cd..46f18345c3 100644
--- a/examples/compiled/time_parse_utc.vg.json
+++ b/examples/compiled/time_parse_utc.vg.json
@@ -78,5 +78,6 @@
},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/time_parse_utc_format.vg.json b/examples/compiled/time_parse_utc_format.vg.json
index df4379d2f8..468e48f67d 100644
--- a/examples/compiled/time_parse_utc_format.vg.json
+++ b/examples/compiled/time_parse_utc_format.vg.json
@@ -84,5 +84,6 @@
},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trail_color.vg.json b/examples/compiled/trail_color.vg.json
index 0a52240e35..12d0fdb688 100644
--- a/examples/compiled/trail_color.vg.json
+++ b/examples/compiled/trail_color.vg.json
@@ -136,5 +136,6 @@
"legends": [
{"stroke": "color", "symbolType": "stroke", "title": "symbol"},
{"strokeWidth": "size", "symbolType": "stroke", "title": "price"}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_anscombe.vg.json b/examples/compiled/trellis_anscombe.vg.json
index 9d9d2d8be6..98fc235d71 100644
--- a/examples/compiled/trellis_anscombe.vg.json
+++ b/examples/compiled/trellis_anscombe.vg.json
@@ -176,5 +176,6 @@
"zero": false,
"nice": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_area.vg.json b/examples/compiled/trellis_area.vg.json
index 87b9e4f635..55a839fbd4 100644
--- a/examples/compiled/trellis_area.vg.json
+++ b/examples/compiled/trellis_area.vg.json
@@ -183,5 +183,6 @@
"domain": {"data": "source_0", "field": "symbol", "sort": true},
"range": "category"
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_area_sort_array.vg.json b/examples/compiled/trellis_area_sort_array.vg.json
index 8c16d76389..0bacae8312 100644
--- a/examples/compiled/trellis_area_sort_array.vg.json
+++ b/examples/compiled/trellis_area_sort_array.vg.json
@@ -213,5 +213,6 @@
"range": "category"
}
],
- "legends": [{"fill": "color", "symbolType": "circle", "title": "symbol"}]
+ "legends": [{"fill": "color", "symbolType": "circle", "title": "symbol"}],
+ "config": {}
}
diff --git a/examples/compiled/trellis_bar.vg.json b/examples/compiled/trellis_bar.vg.json
index a8b3fef14a..9131bbff34 100644
--- a/examples/compiled/trellis_bar.vg.json
+++ b/examples/compiled/trellis_bar.vg.json
@@ -195,5 +195,6 @@
"range": ["#675193", "#ca8861"]
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}],
+ "config": {}
}
diff --git a/examples/compiled/trellis_bar_histogram.vg.json b/examples/compiled/trellis_bar_histogram.vg.json
index f806696d61..7d36bf8d6c 100644
--- a/examples/compiled/trellis_bar_histogram.vg.json
+++ b/examples/compiled/trellis_bar_histogram.vg.json
@@ -197,5 +197,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_bar_histogram_label_rotated.vg.json b/examples/compiled/trellis_bar_histogram_label_rotated.vg.json
index bcec41df77..d63c232e5d 100644
--- a/examples/compiled/trellis_bar_histogram_label_rotated.vg.json
+++ b/examples/compiled/trellis_bar_histogram_label_rotated.vg.json
@@ -200,5 +200,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_bar_no_header.vg.json b/examples/compiled/trellis_bar_no_header.vg.json
index 0e859595af..efb86c9c54 100644
--- a/examples/compiled/trellis_bar_no_header.vg.json
+++ b/examples/compiled/trellis_bar_no_header.vg.json
@@ -169,5 +169,6 @@
"range": ["#675193", "#ca8861"]
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "gender"}],
+ "config": {}
}
diff --git a/examples/compiled/trellis_barley.vg.json b/examples/compiled/trellis_barley.vg.json
index b7ffc699ed..5b33024d62 100644
--- a/examples/compiled/trellis_barley.vg.json
+++ b/examples/compiled/trellis_barley.vg.json
@@ -238,5 +238,6 @@
"title": "year",
"encode": {"symbols": {"update": {"fill": {"value": "transparent"}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_barley_independent.vg.json b/examples/compiled/trellis_barley_independent.vg.json
index d52e6df79a..73bd72d89d 100644
--- a/examples/compiled/trellis_barley_independent.vg.json
+++ b/examples/compiled/trellis_barley_independent.vg.json
@@ -181,5 +181,6 @@
"title": "year",
"encode": {"symbols": {"update": {"fill": {"value": "transparent"}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_barley_layer_median.vg.json b/examples/compiled/trellis_barley_layer_median.vg.json
index 0ad02b1fba..c8c2fda9df 100644
--- a/examples/compiled/trellis_barley_layer_median.vg.json
+++ b/examples/compiled/trellis_barley_layer_median.vg.json
@@ -282,5 +282,6 @@
"title": "year",
"encode": {"symbols": {"update": {"fill": {"value": "transparent"}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_column_year.vg.json b/examples/compiled/trellis_column_year.vg.json
index 6a82655cc2..c0e230f49c 100644
--- a/examples/compiled/trellis_column_year.vg.json
+++ b/examples/compiled/trellis_column_year.vg.json
@@ -212,5 +212,6 @@
"range": "category"
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "symbol"}],
+ "config": {}
}
diff --git a/examples/compiled/trellis_cross_sort.vg.json b/examples/compiled/trellis_cross_sort.vg.json
index 8ab89d4082..f8965c5b89 100644
--- a/examples/compiled/trellis_cross_sort.vg.json
+++ b/examples/compiled/trellis_cross_sort.vg.json
@@ -400,5 +400,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_cross_sort_array.vg.json b/examples/compiled/trellis_cross_sort_array.vg.json
index 0862fbb7fa..313ca83637 100644
--- a/examples/compiled/trellis_cross_sort_array.vg.json
+++ b/examples/compiled/trellis_cross_sort_array.vg.json
@@ -399,5 +399,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_line_quarter.vg.json b/examples/compiled/trellis_line_quarter.vg.json
index ff4c8da8da..ddafa33e36 100644
--- a/examples/compiled/trellis_line_quarter.vg.json
+++ b/examples/compiled/trellis_line_quarter.vg.json
@@ -202,5 +202,6 @@
"title": "symbol",
"encode": {"symbols": {"update": {"fill": {"value": "transparent"}}}}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_row_column.vg.json b/examples/compiled/trellis_row_column.vg.json
index 395389a005..4c6b917094 100644
--- a/examples/compiled/trellis_row_column.vg.json
+++ b/examples/compiled/trellis_row_column.vg.json
@@ -251,5 +251,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_scatter.vg.json b/examples/compiled/trellis_scatter.vg.json
index 7c22029457..cc7c4203af 100644
--- a/examples/compiled/trellis_scatter.vg.json
+++ b/examples/compiled/trellis_scatter.vg.json
@@ -185,5 +185,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_scatter_binned_row.vg.json b/examples/compiled/trellis_scatter_binned_row.vg.json
index 144e70789d..671f034e89 100644
--- a/examples/compiled/trellis_scatter_binned_row.vg.json
+++ b/examples/compiled/trellis_scatter_binned_row.vg.json
@@ -211,5 +211,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_scatter_small.vg.json b/examples/compiled/trellis_scatter_small.vg.json
index 2b5fffdf06..0ac90fd3bd 100644
--- a/examples/compiled/trellis_scatter_small.vg.json
+++ b/examples/compiled/trellis_scatter_small.vg.json
@@ -179,5 +179,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_selections.vg.json b/examples/compiled/trellis_selections.vg.json
index 07bbe60e26..6bd3092676 100644
--- a/examples/compiled/trellis_selections.vg.json
+++ b/examples/compiled/trellis_selections.vg.json
@@ -602,5 +602,6 @@
"zero": false,
"nice": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/trellis_stacked_bar.vg.json b/examples/compiled/trellis_stacked_bar.vg.json
index 0291364369..19020ca490 100644
--- a/examples/compiled/trellis_stacked_bar.vg.json
+++ b/examples/compiled/trellis_stacked_bar.vg.json
@@ -188,5 +188,6 @@
"range": "category"
}
],
- "legends": [{"fill": "color", "symbolType": "square", "title": "site"}]
+ "legends": [{"fill": "color", "symbolType": "square", "title": "site"}],
+ "config": {}
}
diff --git a/examples/compiled/vconcat_flatten.vg.json b/examples/compiled/vconcat_flatten.vg.json
index bb1d36a123..6ab5be29d8 100644
--- a/examples/compiled/vconcat_flatten.vg.json
+++ b/examples/compiled/vconcat_flatten.vg.json
@@ -357,5 +357,6 @@
"nice": true,
"zero": true
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/vconcat_weather.vg.json b/examples/compiled/vconcat_weather.vg.json
index 1e5829bd9d..aeed517f29 100644
--- a/examples/compiled/vconcat_weather.vg.json
+++ b/examples/compiled/vconcat_weather.vg.json
@@ -287,5 +287,6 @@
}
}
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/vega_version b/examples/compiled/vega_version
index 5fee08105a..d78a1a83e5 100644
--- a/examples/compiled/vega_version
+++ b/examples/compiled/vega_version
@@ -1 +1 @@
-vega: 5.29.0
+vega: 5.30.0
diff --git a/examples/compiled/window_cumulative_running_average.vg.json b/examples/compiled/window_cumulative_running_average.vg.json
index 62da2036e4..ca4ec68722 100644
--- a/examples/compiled/window_cumulative_running_average.vg.json
+++ b/examples/compiled/window_cumulative_running_average.vg.json
@@ -172,5 +172,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/window_impute_null.vg.json b/examples/compiled/window_impute_null.vg.json
index 922f6c5453..69c3fa9b98 100644
--- a/examples/compiled/window_impute_null.vg.json
+++ b/examples/compiled/window_impute_null.vg.json
@@ -178,5 +178,6 @@
"tickCount": {"signal": "ceil(height/40)"},
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/window_rank.vg.json b/examples/compiled/window_rank.vg.json
index 8da4d67e18..257df11d70 100644
--- a/examples/compiled/window_rank.vg.json
+++ b/examples/compiled/window_rank.vg.json
@@ -132,5 +132,6 @@
"zindex": 0
}
],
- "legends": [{"stroke": "color", "symbolType": "stroke", "title": "team"}]
+ "legends": [{"stroke": "color", "symbolType": "stroke", "title": "team"}],
+ "config": {}
}
diff --git a/examples/compiled/window_top_k.vg.json b/examples/compiled/window_top_k.vg.json
index 23aec6d38c..15f343780e 100644
--- a/examples/compiled/window_top_k.vg.json
+++ b/examples/compiled/window_top_k.vg.json
@@ -149,5 +149,6 @@
"title": "student",
"zindex": 0
}
- ]
+ ],
+ "config": {}
}
diff --git a/examples/compiled/window_top_k_others.vg.json b/examples/compiled/window_top_k_others.vg.json
index 106ca55477..8ce71743d5 100644
--- a/examples/compiled/window_top_k_others.vg.json
+++ b/examples/compiled/window_top_k_others.vg.json
@@ -134,5 +134,6 @@
"zindex": 0
},
{"scale": "y", "orient": "left", "grid": false, "zindex": 0}
- ]
+ ],
+ "config": {}
}