https://github.com/sgratzl/vega-lite-examples
Advanced Vega Lite Examples
https://github.com/sgratzl/vega-lite-examples
parallel-coordinates-plot vega vega-lite
Last synced: 4 months ago
JSON representation
Advanced Vega Lite Examples
- Host: GitHub
- URL: https://github.com/sgratzl/vega-lite-examples
- Owner: sgratzl
- License: mit
- Created: 2021-02-19T20:30:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T16:56:39.000Z (over 4 years ago)
- Last Synced: 2025-01-19T10:32:23.650Z (5 months ago)
- Topics: parallel-coordinates-plot, vega, vega-lite
- Language: HTML
- Homepage: https://www.sgratzl.com/vega-lite-examples/index.html
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vega Lite Examples
This repository contains a collection of my vega-lite experiments resulting in advanced chart configurations.
The individual examples are located at https://www.sgratzl.com/vega-lite-examples/index.html.
## Parallel Coordinates Plot
https://www.sgratzl.com/vega-lite-examples/index.html#parallel-coordinates-plot.vl.json

## Parallel Sets
https://www.sgratzl.com/vega-lite-examples/index.html#parallel-sets.vl.json

## Hexagon Matrix
### Using SVG Paths
https://www.sgratzl.com/vega-lite-examples/index.html#hexgrid-shape.vl.json

### Using Unicode Icons
https://www.sgratzl.com/vega-lite-examples/index.html/#hexgrid-utf.vl.json

## Interval Window Selection
https://www.sgratzl.com/vega-lite-examples/index.html#interval-delta.vl.json

License: MIT