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

- https://github.com/vega/vega-lite/issues/8350 Fix thin bar problem See the added `bar_group_thin` example before and after the behavior fix commit. (Other Vega diffs do not produce image diffs, so this shouldn't introduce...

`scale.zero` is `true` as default for x and y channels if the quantitative field is not binned and no custom domain is provided; false otherwise. (https://vega.github.io/vega-lite/docs/scale.html ) Though, for some...

Enhancement :tada:

In Vega-Lite 2.x, if you encode a quantity with size and that quantity has elements with value zero, those points do not appear on the plot with the default scale:...

Bug :bug:
P3
Area - Visual Encoding

``` { "marktype": "bar", "enc": { "x": {"type": "Q","name": "*","aggr": "count"}, "y": {"type": "O","name": "Wildlife__Species"}, "row": {"bin": true,"type": "Q","name": "Cost__Total_$"} }, "cfg": {"dataUrl": "data/birdstrikes.json","vegaServerTable": "birdstrikes_json"} } ``` > Can't see...

Enhancement :tada:

In https://github.com/vega/vega-lite/pull/8349, I fix #8350 by making minimum bar band = 0.25. (See [this line](https://github.com/vega/vega-lite/pull/8349/files?file-filters%5B%5D=.ts&show-viewed-files=true#diff-4dc35c1f2443e405ff34fde19f838d4454941d5ddf4b2d77208c6220c77cb0c1R84)) Ideally we should make this configurable. The question is where to add this config. Note...

Bug :bug:

In this [spec](https://vega.github.io/editor/#/url/vega-lite/N4IgJAzgxgFgpgWwIYgFwhgF0wBwqgegIDc4BzJAOjIEtMYBXAI0poHsDp5kTykBaADZ04JAKyUAVhDYA7EABoQAEySYUqUAwBOgtBmx5CBbUgDu1OoyYMIcbVDmY4szJUcICSQcJmyzMDSCyi4Equp2mBAEyDSynOraEIE4APqYdEiyNFAETEgQOak4BXayZPbpSEyCcO4QxCAAvkrENHBmaKAQmNpsANZwaLIMPi0gGZi1XRNwAB6Y+gCCpKYVAAQQOC7K69va60gILnQAnutM5wASbMfrAAqCWXCLShDMk9PoAKI6bCV7UouCpJdYwJC7ehwdZPbQVHqHVZIDZbHYKdZmKzrKHrABibDYuwAwmwdJhDsdsphzkw4HEyNj4BcaGR4eTlKYLIoQFlYGxtPoekhtK8QAAzJwAZRoAC8hqgAIxiN4fOi1e4Q5T0tDKlSnND8BUABnGmOU9DQABYjUalPAWVg0AA2G1KbRwbZqGZPU72NAAbRA+MJJLJ3IASgSEJL7G0oEMlJKYP8cPSALLePSJkrcgBq4YAInAoP0QABdcaoqAzEqmBAQAOgWRHeUYNirQJkGDCLuiuy1KCLTQTU7bfQ4NhxUVyfQIUl2dt+ppNMtKZDaUvD6lj9D5AVKTAEwQZHBoXoMOBKKA6GQC9ATqd+t69AatmpIEvNJQuRxa8ozOYZjFdpgn0G5jkeZ5RW3VtZFuOJvG5JA5hoBthyeWlBCWcovhNcZ9WHZEyHdChnFnOAsm5YC4FA4d3U9IcQB9JcD1HVsAEcGCySY1BoUhuU+VsVgZI5SVcTZtlcKj+WQRjKAAJjFL8QEcQR+RmcIGAQGZ6IoxjmIFcZBOWSkzm5aBvHlUBTHKeVAwAYgVAAhMQFSdeTuXsgAOJyiSWb4AHZPIATmCgsCycy1PJtJZgoCjylHs4KFWS5Ly2XZ8+kGAB1GhzRgGZHFkLUMhnVB-VAWsjn0ZMOwdHtHW-BAcGpNAxW8OxWm8C80AVFcusEHrUBNJQ5gAeTFMVIg0tQtJ0j09P0AzmmXcYiuAsgZnXTdQDiYhvDy4ZRkEcZkNQmZiLysaSigMzhsoS1VqAA), we get `Duplicate signal name: "hoverhighlight_tuple"` error.

Bug :bug:

This issue is linked to this comment: https://github.com/vega/vega-lite/issues/8230#issuecomment-1201358652. Example is based on a repeated chart such as this example: https://vega.github.io/vega-lite/examples/interactive_layered_crossfilter.html Upon manually defining a `"name":"CHART"` property for the view defining...

Bug :bug:

```json { "$schema": "https://vega.github.io/schema/vega-lite/v5.json", "data": { "values": [ {"C": "A", "X": 1, "Y": 0.7}, {"C": "A", "X": 1.5, "Y": 0.7}, {"C": "A", "X": null, "Y": 0.7}, {"C": "B", "X": 1,...

Bug :bug:

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 15.5.0 to 16.1.0. Release notes Sourced from puppeteer's releases. v16.1.0 16.1.0 (2022-08-06) Features use an xpath query handler (#8730) (5cf9b4d) Bug Fixes resolve target manager init if...

Dependencies :robot:
javascript