vega-lite icon indicating copy to clipboard operation
vega-lite copied to clipboard

A concise grammar of interactive graphics, built on Vega.

Results 251 vega-lite issues
Sort by recently updated
recently updated
newest added

One more test to make sure

## PR Description This PR adds a new parameter, `aggregate_param`, to aggregated field definitions in view-level transforms and encoding level transforms, allowing exponential moving average. Closes #9200 ## Checklist -...

Previously we moved the params into the layer but it seems like we should keep it at the higher level. This fixes an issue that surfaced in #9253. - [...

reverts #9262 fixes #9022 These two seem to be equivalent so let's officially support only the simpler one.

Date labels are shifted one day when viewed in mountain time. Updating browser timezone to UTC shows correct labels [Open in editor](https://vega.github.io/editor/#/url/vega-lite/N4IgJghgLhIFygGYHsBOBba9RQJ4AcBTeEAYwGcA3EAXwBoRKIAbAV0PJLCjqbcIA6AOwBMABhEBGALSSx0sQE46AFgCsYgHRi6w8VNny5dLTr0SZc2ZNVztuobQaZUAa2wgoyZMygBLfHgoVHYGPCISACMIVBAGZj8hYgQyHzQuGNcAc1RCQkd6EHxkRKh4RBZyQkL80mQwRKyPAA8PRD9CZjAuMrC-dEIAVSE-MrgQVihSXEIY9GQhKAALSChiPqhmZJAAEQhcOM8CbbQGoRZDiGa-ThScv264CuYq+IhIzoBBISyt+B0QMx3p0AGILMYgT73Zi4chQT5EVCkViHFAYLDjACkkQABJjun1SK5bsFQoDgcwAAoQMBnJpwABsGy21NpjXgkjUNEKBxS7U6j0YLHYh3C2wAjqwIItRtA-JR1p5Rn9xnVWItLtdbqB7o9SYQGGBkJhEgBhNKxcYAdyWo2I3IYdWY6RSfBF4wAxGoAMyKSSINROEDIfAQUijXmgN3JLQqbk0IA) ```json { "data": { "format": { "type": "csv"...

Bug :bug:

hello, with a vconcat/hconcat mix of layered views representing maps, the map does not fit inside the boundary of it's layer and sometimes does not show up, or explodes outside...

Bug :bug:

## Bug Description I have a row of 3 pie charts, using `repeat`. The charts are fine but I can't get titles to display for them, no matter what I...

Bug :bug:

Updated the TypeScript definition for the Projection interface to allow both Feature Collection objects and Feature arrays for the fit property. Added API documentation in comments. Fixes #7448