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

## Bug Description I think that stacking being disabled in the third of these three charts ([editor link](https://vega.github.io/editor/#/url/vega-lite/N4IgJAzgxgFgpgWwIYgFwhgF0wBwqgegIDc4BzJAOjIEtMYBXAI0poHsDp5kTykBaADZ04JAKyUAVhDYA7EABoQAEySYUqUAwBOgtCrVICCNsRpwIUmfIC+S5NoDW+pkm2KQcWVDbKassjRQAA8gkAAzc0FlfQBZAAUAQUSAAgAlNX9AuxAfQTZ3TQiomPQAZTYdKDgQHIBPMMi4aP0AVTKUgHFtNggIDyQyMm0+TBr0CAYEWqVMNjZBTBocNABtUCaW9AAVOkEa2bqccZACv1kkPRsAXRsbIA)) is a fairly important bug... A casual user might read the third...

Bug :bug:

I realised we don't have a VL example of the Vega calendar so I tried to create one to submit as a PR. Everything is working fine apart from years...

Bug :bug:

## Bug Description I'm running into a couple of scenarios where setting `nice` to a desired tick count renders ticks abruptly: 1. When a chart has `padding` applied, setting `nice`...

Bug :bug:

### Discussed in https://github.com/vega/vega-lite/discussions/7616 Originally posted by **the21st** July 26, 2021 I want to set up a chart where the tooltip shows all fields of a datum. So I'm using...

Enhancement :tada:
P2

## Enhancement Description When dynamically generating charts from data, it's convenient to be able to use ```json "tooltip": {"content": "data"} ``` This creates a tooltip that contains the distinct values...

Enhancement :tada:

WIP - A modern redo of https://github.com/vega/vega-lite/pull/7642 # Motivation - Allow offline development with Vega-Lite - Meant to be used with https://github.com/hydrosquall/vega-lite-docset-generator/blob/main/README.md#features ## New Changes - Update navigation site site...

I am building a chart with dynamic data and aiming to display axis labels in a way that is appropriate for each scenario. When I create a chart using 'autosize:...

Bug :bug:

close #8687 I think the root cause is it will return channel2 with default 0, and thus put the image at position (value+0)/2, use center align can prevent this issue...

close #8734 I noticed that the main reason for the spec failed to replace `repeat` is due to there are some problem when handling the shared layer encoding, the params.repeater...

Assigning a name (e.g., "Some Name") to a repeated spec will generate a vega spec containing children with non-unique names, thus raising an error "Duplicate data set name: "Some_Name_marks". This...

Bug :bug:
P4