-
facet fails on geojson with Error: Undefined data set name: "child_main"
### example
```json
{
"data": {
"format": {"type": "json", "property": "features"},
"url": "https://gist.gi…
-
According to @domoritz on slack, vega-lite 5.0 supports `param` when vega supports `signal`, at least in most cases.
Following this information, I have tried the following spec and [it does not wor…
-
## Bug Description
This spec ([editor link](https://vega.github.io/editor/#/url/vega-lite/N4IgJAzgxgFgpgWwIYgFwhgF0wBwqgegIDc4BzJAOjIEtMYBXAI0poHsDp5kTykBaADZ04JAKyUAVhDYA7EABoQAEzjQATjRyZ289AGVMbK…
-
I have a `node` project using `typescript` and managed with `yarn`, and I would like to use `react-vega-lite`, but I can't get the example to work.
I installed the components using `yarn add vega-l…
-
I have here a vega-lite spec with a `hconcat` that puts together a choropleth and a histogram. The spec works with the plots in one order but not in the opposite order. As you can there is some duplic…
-
Following spec which contains Unicode characters (`μ` and `σ`) fails with `Error: Duplicate scale or projection name: "child__repeat_column___x"` ([Vega Editor](https://vega.github.io/editor/#/url/veg…
-
[Spec](https://vega.github.io/editor/#/url/vega-lite/N4IgJAzgxgFgpgWwIYgFwhgF0wBwqgegIDc4BzJAOjIEtMYBXAI0poHsDp5kTykBaADZ04JAKyUAVhDYA7EABoQAEzjQATjRyZ289AEEABBBoIcguIaZJ1h2DcyGA7nRiHETOMtXLDypJhUiioB…
-
I have many independent visualizations and want to implement a cross filter between them. I wonder how to get the selection from one vis and set it as filter to another ? using vega-lite.
I tried t…
-
Under certain circumstances, the Voronoi transformation gives incorrect results. An example of this can be seen in the [vega-editor](https://vega.github.io/editor/#/url/vega/N4IgJAzgxgFgpgWwIYgFwhgF0w…
-
(From https://github.com/vega/vega-lite/issues/1518)
The output of the following Vega-Lite spec
```
{
"data": {"url": "data/movies.json"},
"mark": "point",
"encoding": {
"y": {
"fie…