Skip to content

Commit

Permalink
Merge branch 'vega:main' into clw/fillOpacity
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaLingWeng authored Jan 30, 2024
2 parents 4940a08 + ffec017 commit 6e1723e
Show file tree
Hide file tree
Showing 654 changed files with 1,038 additions and 621 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-docs-and-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
cache: 'yarn'

- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Install Node dependencies
run: yarn --frozen-lockfile
Expand All @@ -77,7 +77,7 @@ jobs:
source: ./site
destination: ./_site

- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: './_site'

Expand All @@ -95,4 +95,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,9 @@ name: Test
on:
workflow_dispatch:
pull_request:
paths-ignore:
- 'site/**'
push:
branches:
- main
paths-ignore:
- 'site/**'
- 'yarn.lock'

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typescript.referencesCodeLens.enabled": true,
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

You can find more details, [documentation](https://vega.github.io/vega-lite/docs/), [examples](https://vega.github.io/vega-lite/examples/), [usage instructions](https://vega.github.io/vega-lite/usage/embed.html), and [tutorials](https://vega.github.io/vega-lite/tutorials/getting_started.html) on the [Vega-Lite website](https://vega.github.io/vega-lite/).

Try using Vega-Lite in the online [Vega Editor](https://vega.github.io/editor/#/custom/vega-lite).
Try using Vega-Lite in the online [Vega Editor](https://vega.github.io/editor/#/examples/vega-lite/bar).

Contributions are also welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for contribution and development guidelines and our [Code of Conduct](https://vega.github.io/vega/about/code-of-conduct/).

Expand Down
3 changes: 1 addition & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ module.exports = {
}
],
'@babel/preset-typescript'
],
plugins: ['@babel/proposal-class-properties']
]
};
6 changes: 0 additions & 6 deletions commitlint.config.js

This file was deleted.

Binary file modified examples/compiled/airport_connections.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/arc_color_mappings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/arc_donut.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/arc_facet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/arc_ordinal_theta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/arc_params.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/arc_pie.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/arc_pie_normalize_tooltip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/arc_pie_pyramid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/arc_radial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 1 addition & 4 deletions examples/compiled/arc_radial.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@
"type": "stack",
"groupby": [],
"field": "data",
"sort": {
"field": ["data", "data"],
"order": ["ascending", "ascending"]
},
"sort": {"field": ["data"], "order": ["ascending"]},
"as": ["data_start", "data_end"],
"offset": "zero"
},
Expand Down
Binary file modified examples/compiled/arc_radial_histogram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/area.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/area_cumulative_freq.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/area_density.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/area_density_facet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/area_density_stacked.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/area_density_stacked_fold.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/area_gradient.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/area_horizon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/area_overlay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/area_overlay_with_y2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/area_params.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/area_temperature_range.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/area_vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/argmin_spaces.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified examples/compiled/bar.png
Binary file modified examples/compiled/bar_1d.png
Binary file modified examples/compiled/bar_1d_binned.png
Binary file modified examples/compiled/bar_1d_default_size.png
Binary file modified examples/compiled/bar_1d_dimension_only.png
Binary file modified examples/compiled/bar_1d_step_config.png
Binary file modified examples/compiled/bar_1d_temporal.png
Binary file modified examples/compiled/bar_aggregate.png
Binary file modified examples/compiled/bar_aggregate_count.png
Binary file modified examples/compiled/bar_aggregate_format.png
Binary file modified examples/compiled/bar_aggregate_size.png
Binary file modified examples/compiled/bar_aggregate_sort_by_encoding.png
Binary file modified examples/compiled/bar_aggregate_sort_mean.png
Binary file modified examples/compiled/bar_aggregate_transform.png
Binary file modified examples/compiled/bar_aggregate_vertical.png
Binary file modified examples/compiled/bar_argmax.png
Binary file modified examples/compiled/bar_argmax_transform.png
Binary file modified examples/compiled/bar_array_aggregate.png
Binary file modified examples/compiled/bar_axis_orient.png
Binary file modified examples/compiled/bar_axis_space_saving.png
Binary file modified examples/compiled/bar_axis_title_quoted.png
Binary file modified examples/compiled/bar_binned_data.png
Binary file modified examples/compiled/bar_binned_yearmonth_grouped.png
Binary file modified examples/compiled/bar_binned_yearmonth_grouped_center_band.png
Binary file modified examples/compiled/bar_binned_yearmonth_label.png
Binary file modified examples/compiled/bar_binned_yearmonth_label_band_center.png
Binary file modified examples/compiled/bar_binnedyearmonth.png
Binary file modified examples/compiled/bar_bullet_expr_bind.png
Binary file modified examples/compiled/bar_color_disabled_scale.png
Binary file modified examples/compiled/bar_column_fold.png
Binary file modified examples/compiled/bar_column_pivot.png
Binary file modified examples/compiled/bar_config_no_zero.png
Binary file modified examples/compiled/bar_corner_radius_end.png
Binary file modified examples/compiled/bar_count_minimap.png
5 changes: 4 additions & 1 deletion examples/compiled/bar_count_minimap.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/bar_custom_sort_full.png
Binary file modified examples/compiled/bar_custom_sort_partial.png
Binary file modified examples/compiled/bar_custom_time_domain.png
Binary file modified examples/compiled/bar_default_tooltip_title_null.png
Binary file modified examples/compiled/bar_distinct.png
Binary file modified examples/compiled/bar_diverging_stack_population_pyramid.png
Binary file modified examples/compiled/bar_diverging_stack_transform.png
Binary file modified examples/compiled/bar_filter_calc.png
Binary file modified examples/compiled/bar_fit.png
Binary file modified examples/compiled/bar_gantt.png
Binary file modified examples/compiled/bar_gantt_config_no_zero.png
Binary file modified examples/compiled/bar_group_timeunit.png
Binary file modified examples/compiled/bar_grouped.png
Binary file modified examples/compiled/bar_grouped_custom_padding.png
Binary file modified examples/compiled/bar_grouped_errorbar.png
Binary file modified examples/compiled/bar_grouped_facet.png
Binary file modified examples/compiled/bar_grouped_facet_independent_scale.png
Binary file modified examples/compiled/bar_grouped_fixed_width.png
Binary file modified examples/compiled/bar_grouped_horizontal.png
Binary file modified examples/compiled/bar_grouped_label.png
Binary file modified examples/compiled/bar_grouped_repeated.png
Binary file modified examples/compiled/bar_grouped_stacked.png
Binary file modified examples/compiled/bar_grouped_step_for_offset.png
Binary file modified examples/compiled/bar_grouped_step_for_position.png
Binary file modified examples/compiled/bar_grouped_thin.png
Binary file modified examples/compiled/bar_grouped_thin_minBandSize.png
Binary file modified examples/compiled/bar_grouped_timeunit_yearweek.png
Binary file modified examples/compiled/bar_heatlane.png
Binary file modified examples/compiled/bar_layered_transparent.png
Binary file modified examples/compiled/bar_layered_weather.png
Binary file modified examples/compiled/bar_month.png
Binary file modified examples/compiled/bar_month_band.png
Binary file modified examples/compiled/bar_month_band_config.png
Binary file modified examples/compiled/bar_month_temporal.png
Binary file modified examples/compiled/bar_month_temporal_band_center.png
Binary file modified examples/compiled/bar_month_temporal_band_center_config.png
Binary file modified examples/compiled/bar_month_temporal_initial.png
Binary file modified examples/compiled/bar_multi_values_per_categories.png
Binary file modified examples/compiled/bar_narrow_int_span.png
Binary file modified examples/compiled/bar_negative.png
Binary file modified examples/compiled/bar_negative_horizontal_label.png
Binary file modified examples/compiled/bar_params.png
Binary file modified examples/compiled/bar_params_bound.png
Binary file modified examples/compiled/bar_percent_of_total.png
Binary file modified examples/compiled/bar_q_qpow.png
Binary file modified examples/compiled/bar_qq_stack.png
Binary file modified examples/compiled/bar_qq_stack_horizontal.png
Binary file modified examples/compiled/bar_ranged_not_binned.png
Binary file modified examples/compiled/bar_simple_binned_timeunit_special_chars.png
Binary file modified examples/compiled/bar_simple_extent.png
Binary file modified examples/compiled/bar_size_default.png
Binary file modified examples/compiled/bar_size_explicit_bad.png
Binary file modified examples/compiled/bar_size_fit.png
Binary file modified examples/compiled/bar_size_responsive.png
Binary file modified examples/compiled/bar_size_step_small.png
Binary file modified examples/compiled/bar_sort_by_count.png
Binary file modified examples/compiled/bar_swap_axes.png
Binary file modified examples/compiled/bar_swap_custom.png
Binary file modified examples/compiled/bar_title.png
Binary file modified examples/compiled/bar_title_start.png
Binary file modified examples/compiled/bar_tooltip.png
Binary file modified examples/compiled/bar_tooltip_aggregate.png
Binary file modified examples/compiled/bar_tooltip_groupby.png
Binary file modified examples/compiled/bar_tooltip_multi.png
Binary file modified examples/compiled/bar_tooltip_title.png
Binary file modified examples/compiled/bar_x_offset_without_x.png
Binary file modified examples/compiled/bar_yearmonth.png
Binary file modified examples/compiled/bar_yearmonth_center_band.png
Binary file modified examples/compiled/bar_yearmonth_custom_format.png
Binary file modified examples/compiled/bar_yearmonthdate_minBandSize.png
Binary file modified examples/compiled/boxplot_1D_horizontal.png
Binary file modified examples/compiled/boxplot_1D_horizontal_custom_mark.png
Binary file modified examples/compiled/boxplot_1D_horizontal_explicit.png
Binary file modified examples/compiled/boxplot_1D_invalid.png
Binary file modified examples/compiled/boxplot_1D_vertical.png
Binary file modified examples/compiled/boxplot_2D_horizontal.png
Binary file modified examples/compiled/boxplot_2D_horizontal_color_size.png
Binary file modified examples/compiled/boxplot_2D_vertical.png
Binary file modified examples/compiled/boxplot_groupped.png
Binary file modified examples/compiled/boxplot_minmax_2D_horizontal.png
Binary file modified examples/compiled/boxplot_minmax_2D_vertical.png
Binary file modified examples/compiled/boxplot_preaggregated.png
Binary file modified examples/compiled/boxplot_tooltip_aggregate.png
Binary file modified examples/compiled/boxplot_tooltip_not_aggregate.png
Binary file modified examples/compiled/brush_table.png
5 changes: 4 additions & 1 deletion examples/compiled/brush_table.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/circle.png
Binary file modified examples/compiled/circle_binned.png
Binary file modified examples/compiled/circle_binned_maxbins_2.png
Binary file modified examples/compiled/circle_binned_maxbins_20.png
Binary file modified examples/compiled/circle_binned_maxbins_5.png
Binary file modified examples/compiled/circle_bubble_health_income.png
Binary file modified examples/compiled/circle_custom_tick_labels.png
Binary file modified examples/compiled/circle_flatten.png
Binary file modified examples/compiled/circle_github_punchcard.png
Binary file modified examples/compiled/circle_labelangle_orient_signal.png
Binary file modified examples/compiled/circle_natural_disasters.png
Binary file modified examples/compiled/circle_opacity.png
Binary file modified examples/compiled/circle_scale_quantile.png
Binary file modified examples/compiled/circle_scale_quantize.png
Binary file modified examples/compiled/circle_scale_threshold.png
Binary file modified examples/compiled/circle_wilkinson_dotplot.png
Binary file modified examples/compiled/circle_wilkinson_dotplot_stacked.png
Binary file modified examples/compiled/concat_bar_layer_circle.png
Binary file modified examples/compiled/concat_bar_scales_discretize.png
Binary file modified examples/compiled/concat_bar_scales_discretize_2_cols.png
Binary file modified examples/compiled/concat_hover.png
Binary file modified examples/compiled/concat_hover_filter.png
Binary file modified examples/compiled/concat_layer_voyager_result.png
Binary file modified examples/compiled/concat_marginal_histograms.png
Binary file modified examples/compiled/concat_population_pyramid.png
Binary file modified examples/compiled/concat_weather.png
Binary file modified examples/compiled/config_numberFormatType_test.png
Binary file modified examples/compiled/config_numberFormatType_tooltip.png
Binary file modified examples/compiled/connected_scatterplot.png
Binary file modified examples/compiled/dynamic_color_legend.png
5 changes: 4 additions & 1 deletion examples/compiled/dynamic_color_legend.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/embedded_csv.png
Binary file modified examples/compiled/errorband_2d_horizontal_color_encoding.png
Binary file modified examples/compiled/errorband_2d_vertical_borders.png
Binary file modified examples/compiled/errorband_tooltip.png
Binary file modified examples/compiled/errorbar_2d_vertical_ticks.png
Binary file modified examples/compiled/errorbar_aggregate.png
Binary file modified examples/compiled/errorbar_horizontal_aggregate.png
Binary file modified examples/compiled/errorbar_tooltip.png
Binary file modified examples/compiled/facet_bullet.png
Binary file modified examples/compiled/facet_column_facet_column_point_future.png
Binary file modified examples/compiled/facet_column_facet_row_point_future.png
Binary file modified examples/compiled/facet_cross_independent_scale.png
Binary file modified examples/compiled/facet_custom.png
Binary file modified examples/compiled/facet_custom_header.png
Binary file modified examples/compiled/facet_grid_bar.png
Binary file modified examples/compiled/facet_independent_scale.png
Binary file modified examples/compiled/facet_independent_scale_layer_broken.png
Binary file modified examples/compiled/facet_row_facet_row_point_future.png
Binary file modified examples/compiled/geo_choropleth.png
Binary file modified examples/compiled/geo_circle.png
Binary file modified examples/compiled/geo_constant_value.png
Binary file modified examples/compiled/geo_custom_projection.png
Binary file modified examples/compiled/geo_graticule.png
Binary file modified examples/compiled/geo_graticule_object.png
Binary file modified examples/compiled/geo_layer.png
Binary file modified examples/compiled/geo_layer_line_london.png
Binary file modified examples/compiled/geo_line.png
Binary file modified examples/compiled/geo_params_projections.png
Binary file modified examples/compiled/geo_point.png
Binary file modified examples/compiled/geo_repeat.png
Binary file modified examples/compiled/geo_rule.png
Binary file modified examples/compiled/geo_sphere.png
Binary file modified examples/compiled/geo_text.png
Binary file modified examples/compiled/geo_trellis.png
Binary file modified examples/compiled/hconcat_weather.png
Binary file modified examples/compiled/histogram.png
Binary file modified examples/compiled/histogram_bin_change.png
Binary file modified examples/compiled/histogram_bin_spacing.png
Binary file modified examples/compiled/histogram_bin_spacing_reverse.png
Binary file modified examples/compiled/histogram_bin_transform.png
Binary file modified examples/compiled/histogram_invalid_null.png
Binary file modified examples/compiled/histogram_log.png
Binary file modified examples/compiled/histogram_no_spacing.png
Binary file modified examples/compiled/histogram_nonlinear.png
Binary file modified examples/compiled/histogram_ordinal.png
Binary file modified examples/compiled/histogram_ordinal_sort.png
Binary file modified examples/compiled/histogram_rel_freq.png
Binary file modified examples/compiled/histogram_reverse.png
Binary file modified examples/compiled/interactive_1d_geo_brush.png
5 changes: 4 additions & 1 deletion examples/compiled/interactive_1d_geo_brush.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/interactive_airport_crossfilter.png
5 changes: 4 additions & 1 deletion examples/compiled/interactive_airport_crossfilter.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/interactive_area_brush.png
5 changes: 4 additions & 1 deletion examples/compiled/interactive_area_brush.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/interactive_bar_select_highlight.png
Binary file modified examples/compiled/interactive_bin_extent.png
5 changes: 4 additions & 1 deletion examples/compiled/interactive_bin_extent.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/interactive_bin_extent_bottom.png
5 changes: 4 additions & 1 deletion examples/compiled/interactive_bin_extent_bottom.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/interactive_brush.png
5 changes: 4 additions & 1 deletion examples/compiled/interactive_brush.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/interactive_concat_layer.png
Binary file modified examples/compiled/interactive_crossfilter.png
15 changes: 12 additions & 3 deletions examples/compiled/interactive_crossfilter.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down Expand Up @@ -701,7 +704,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down Expand Up @@ -1007,7 +1013,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/interactive_dashboard_europe_pop.png
15 changes: 12 additions & 3 deletions examples/compiled/interactive_dashboard_europe_pop.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down Expand Up @@ -959,7 +962,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down Expand Up @@ -1360,7 +1366,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/interactive_geo_earthquakes.png
Binary file modified examples/compiled/interactive_global_development.png
Binary file modified examples/compiled/interactive_histogram_full_height_hover.png
Binary file modified examples/compiled/interactive_index_chart.png
Binary file modified examples/compiled/interactive_layered_crossfilter.png
15 changes: 12 additions & 3 deletions examples/compiled/interactive_layered_crossfilter.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down Expand Up @@ -845,7 +848,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down Expand Up @@ -1206,7 +1212,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/interactive_layered_crossfilter_discrete.png
Binary file modified examples/compiled/interactive_legend.png
Binary file modified examples/compiled/interactive_legend_dblclick.png
Binary file modified examples/compiled/interactive_line_brush_cursor.png
Binary file modified examples/compiled/interactive_line_hover.png
Binary file modified examples/compiled/interactive_line_point_hover.png
Binary file modified examples/compiled/interactive_multi_line_label.png
Binary file modified examples/compiled/interactive_multi_line_pivot_tooltip.png
2 changes: 1 addition & 1 deletion examples/compiled/interactive_multi_line_pivot_tooltip.svg

Large diffs are not rendered by default.

Binary file modified examples/compiled/interactive_multi_line_tooltip.png
Binary file modified examples/compiled/interactive_overview_detail.png
5 changes: 4 additions & 1 deletion examples/compiled/interactive_overview_detail.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/interactive_paintbrush.png
Binary file modified examples/compiled/interactive_paintbrush_color.png
Binary file modified examples/compiled/interactive_paintbrush_color_nearest.png
Binary file modified examples/compiled/interactive_paintbrush_interval.png
5 changes: 4 additions & 1 deletion examples/compiled/interactive_paintbrush_interval.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/interactive_paintbrush_simple_false.png
Binary file modified examples/compiled/interactive_paintbrush_simple_true.png
Binary file modified examples/compiled/interactive_panzoom_splom.png
Binary file modified examples/compiled/interactive_panzoom_vconcat_shared.png
Binary file modified examples/compiled/interactive_point_domainRaw_binding.png
Binary file modified examples/compiled/interactive_point_init.png
Binary file modified examples/compiled/interactive_query_widgets.png
Binary file modified examples/compiled/interactive_seattle_weather.png
5 changes: 4 additions & 1 deletion examples/compiled/interactive_seattle_weather.vg.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,10 @@
"type": "rect",
"clip": true,
"encode": {
"enter": {"fill": {"value": "transparent"}},
"enter": {
"cursor": {"value": "move"},
"fill": {"value": "transparent"}
},
"update": {
"x": [
{
Expand Down
Binary file modified examples/compiled/interactive_splom.png
Loading

0 comments on commit 6e1723e

Please sign in to comment.