-
## What has been achieved
In short, the code now takes vega-lite types and generates a folder of vega-lite-api-like code. The input is [vega-lite/src/spec/index.ts](https://github.com/vega/vega-lit…
-
## Motivation
For **continuous** (linear) scales on a color encoding, the `gradientLength` [config](https://vega.github.io/vega-lite/docs/legend.html#gradient) can be used to control legend length.…
-
There are two cases here.
## 1. Defined style + External config (Vega compatible)
Spec:
```
{
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
"description": "Google's stock…
-
This issue was discussed informally a while ago, but the SPARQL/Vega editor should support both Vega and Vega-Lite specifications. The type of specification is included in the $schema field of the spe…
-
In this observable notebook I present my use-case: https://observablehq.com/@mattijn/compile-vegalite-to-vega
I've some simple vega-lite spec that I compile into a vega spec:
```vega_spec = vegalite…
-
In Vega-Lite, gridlines are behind the marks by default while other axis parts are in front of the marks:
![image](https://user-images.githubusercontent.com/111269/60740847-0bf4bd00-9f1c-11e9-8b72-…
-
When I try one of the simple vegalite examples like:
```r
from_spec('{
"$schema": "https://vega.github.io/schema/vega-lite/v2.json",
"description": "A simple bar chart with embedded …
-
Forked from #6589
This issue is specifically addressing wacky axes created in Vega-Lite for non-continuous timeUnits
Examples (click images to see spec in editor):
[![image](https://user-images.g…
-
I've the following chart that renders correctly, even though it issues a schema validation warning.
```json
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"data": {
"url"…
-
Please:
- [x] Describe how to reproduce the bug.
`tickMinStep=1` seems to be ignored in v5.8.0 of vega-lite when for domain values less than 5. Ticks appear with floating point values instead of…