Skip to content

Instantly share code, notes, and snippets.

View sebastian-meier's full-sized avatar
🤖
Wrestling Robots

Sebastian Meier sebastian-meier

🤖
Wrestling Robots
View GitHub Profile
@sebastian-meier
sebastian-meier / config.json
Created December 1, 2015 10:00
MapboxGL.JS example
{
"version": 8,
"sources": {
"bezirke": {
"type": "vector",
"tiles": [
"http://YOURSERVER:10060/v2/tiles/{z}/{x}/{y}.pbf"
],
"minzoom": 0,
"maxzoom": 14
@sebastian-meier
sebastian-meier / README.md
Last active December 3, 2020 21:22
Interactive Parallel Coordinates with Ordinal Axis

An interactive parallel coordinate visualization with brushing and resorting of axis.

This gist is based on those three gists: The original paralle coordinate example was written by Mike Bostock, link Jason Davies added interactions, here And Kai added an example for ordinal axis, here

I simply combined the interactions and the ordinal axis.