-
I'm using Vega-Lite spec to demonstrate the problem, but the issue is from the underlying title layout in Vega.
- Title with middle anchor is middle of the plotting view:
```
{
"$schem…
-
This may be a follow-on to #3806, and might also affect altair-viz/altair#951.
My suggested implementation may be problematic, but I hope it will be enough to begin a discussion.
## Problem
…
-
### Description
Sorting an ordinal/nominal x-axis by y value in a stacked area chart (color field set) results in an incomprehensible chart.
Repro steps:
1. Create the most basic stacked area …
-
## Bug Description
Using binning with `maxbins` + `extent` not possible with facets. (Though you can use either independently.)
### Reproduction ###
Using a slightly modified version of [an e…
-
This was originally proposed for vegalite and altair in https://github.com/vega/vega-lite/issues/1714 and https://github.com/vega/vega-lite/issues/6988 and reccomended by @domoritz to open an issue he…
-
I'd like to be able to create facetted charts using different datasets on different layers.
What I've found is that facet seems to operate only on the top-level `data` element of a spec; I hope fa…
-
I wanted to reach out, since we have been working on a similar project over at https://github.com/Quansight/jupyterlab-omnisci.
The goal there is to let users create Altair charts and have the heav…
-
Hi, I am trying to use external input binding feature, and having trouble.
I am using vue, but I don't know if that would cause any issues. You can see the example here:
https://sfc.vuejs.org/#e…
-
I would like to distribute points in the shape of a density / violin cloud as in this picture
![image](https://user-images.githubusercontent.com/4560057/160189677-647056c0-992f-4fc7-aace-2204ae8da6b9…
-
```
{
"$schema": "https://vega.github.io/schema/vega-lite/v2.json",
"data": {"url": "data/cars.json"},
"facet": {"row": {"field": "Origin","type": "ordinal"}},
"spec": {
"facet": {"r…