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

Closes #7460. ## Fix The error comes about because the `title` property of the `x` encoding is further manipulated into a vega expression for the `tooltip` and `description` signals in...

Trying to use SignalRef everywhere and replacing it once via a generic. For #7459. Doesn't quite work yet since I cannot get the schema to look nice. Right now, the...

Together with #7438, this will allow us to have stricter types and also refactor a bunch of code

Copy of https://github.com/vega/vega-lite/pull/6672 on original repo.

1) Title should be part of all field defs because if the column name isn't nice in the data source (e.g., having underscore), we need a way to specify nicer...

Based on discussion in #5219 and stealing some code from #5225, this adds support for specifying the outer plot dimensions and sizing the inner facets automatically which subsequently allows unlocking...

Still blocked by - [x] ~~https://github.com/vega/vega-lite/issues/5011~~ - [ ] https://github.com/vega/vega-lite/issues/5013 - [x] ~~https://github.com/vega/vega-lite/issues/5014~~

Blocked :clock1:

When using repeat to layer multiple fields, one is unable to use hover to implement any interaction. An error is shown `Error: Duplicate signal name: "sel1_tuple"` See https://observablehq.com/@cjnygard/vega-lite-bug for implementation...

Bug :bug:
P2