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

Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.5 to 0.23.6. Release notes Sourced from commonmarker's releases. v0.23.6 What's Changed This release includes two updates from the upstream cmark-gfm library, namely: DoS vulnerability in autolink...

Dependencies :robot:
ruby

# Version Published prerelease version: `v5.6.0-next.3` Changelog #### 🚀 Enhancement - feat: Allow config to set default scale.zero per marktype [#8354](https://github.com/vega/vega-lite/pull/8354) ([@yhoonkim](https://github.com/yhoonkim) [email protected]) #### 🐛 Bug Fix - fix: Set...

Now we have a polar coordinate system, there's a case to make some polar positional properties conditional on data or selection. It would be nice to allow something like the...

Enhancement :tada:
P3
Area - Visual Encoding

Original observed in this Altair issue comment: https://github.com/altair-viz/altair/pull/2528#issuecomment-992989438. [Open the Chart in the Vega Editor](https://vega.github.io/editor/#/url/vega-lite/N4IgDghgThC2DOIBcBtUA7OBTZIAWAlgOZ4A2xeALiADQjxalYDG1SolAnmDkuAPYF01OsybRcsfgFcGMkSH7pJMuQDcsUEAF9tAXTprmS5hDZp8WCmwCMABjt1Y0ANbIO3XiHLocdMILCyABmEKQM2nRY6MYAJkJE7iAAHknBBIyxuLFmfiCUBLBYAKroBGwgnFgSdFw8uOj8sEJhOnScSRBERFBYRLmS1cp06Zm4YFAEzHl1XgCO0hDC5WYEGjq6NKDOUG7s+Z64vaxtINFxCWkEpKSd3b39lF5FS7Qgo6RZfBNTM4d8CyWBUoq3WkXolCg-BcvFAxnQ8QKSiSajC0i8ACNSBBmG5-NA4LhCCRyCQFFhYGAuCEwhFDGjeOhpDdwal9h8viAck83gUiqVyrgqjUDvU+E9KfwYLddPo6NyIElpFBbnwFQB6eCUfi4+AAOmY8DUpwAJPBmHgKYq+FRKGB4Eh1eqNP09URynhpBi9QR+JqLVbnX0IABachPZ0AVj1ACY9XY9QAreDI7RAA) ```json { "params": [ { "name": "highlight", "select": {"type": "point", "clear": "mouseout", "on": "mouseover"} }...

Bug :bug:

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 15.5.0 to 17.1.3. Release notes Sourced from puppeteer's releases. v17.1.3 17.1.3 (2022-09-08) Bug Fixes FirefoxLauncher should not use BrowserFetcher in puppeteer-core (#8920) (f2e8de7), closes #8919 linux arm64...

Dependencies :robot:
javascript

We should be able to plot something like that: [matplotlib example](https://matplotlib.org/stable/gallery/pie_and_polar_charts/polar_demo.html) I cannot find anywhere in Vega's doc a way of specifying such a plot. If I missed something, please...

Please: - [ ] Make the pull requests (PRs) atomic (fix one issue at a time). Multiple relevant issues that must be fixed together? Make atomic commits so we can...

## Motivation - I was mistaken in my solution for https://github.com/vega/vega-lite/issues/8370 . It looks like we need to sync `stable` back into `next` before applying the version bump. Otherwise, there...

## Reproduction case - Import [email protected], import the `version` string. Note that `5.5.0` and `5.2.0` do not match. Demo notebook: https://observablehq.com/d/175e42ebdc73221d ## Leads Stable is updated - https://github.com/vega/vega-lite/blob/0a2b57f7e86e5508f69eac68401214eb617b1394/package.json#L4 However, Next...

Bug :bug:

Right now axes can only be sorted with up to 1000 elements (see [here](https://github.com/altair-viz/altair/issues/2663)). It would be useful for me to able to sort to more than that many elements....

Enhancement :tada: