An open API service indexing awesome lists of open source software.

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

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

![image](https://user-images.githubusercontent.com/4129778/108562011-7def6500-72ff-11eb-83ce-12ac70c8400c.png)

## Parallel Sets

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

![image](https://user-images.githubusercontent.com/4129778/108878305-6d413680-7600-11eb-8450-f603ab757376.png)

## Hexagon Matrix

### Using SVG Paths

https://www.sgratzl.com/vega-lite-examples/index.html#hexgrid-shape.vl.json

![image](https://user-images.githubusercontent.com/4129778/108562065-93648f00-72ff-11eb-9f13-c7b8f3018e0b.png)

### Using Unicode Icons

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

![image](https://user-images.githubusercontent.com/4129778/108562346-0241e800-7300-11eb-8a84-66a9216b6c10.png)

## Interval Window Selection

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

![image](https://user-images.githubusercontent.com/4129778/108562110-a8412280-72ff-11eb-9463-8de57e00bfeb.png)

License: MIT