Skip to content

Instantly share code, notes, and snippets.

@ghalimi
Last active November 20, 2015 15:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghalimi/b282a0cbb77664aa6e79 to your computer and use it in GitHub Desktop.
Save ghalimi/b282a0cbb77664aa6e79 to your computer and use it in GitHub Desktop.
{
"bonbon": {
"visual": "table",
"axes": ["columns", "rows", "color", "symbol"]
},
"chocolate": {
"visual": "table",
"axes": ["columns", "rows", "symbol"]
},
"gradient": {
"visual": "heatmap",
"axes": ["horizontal", "vertical", "color"],
"options": {
"padding": 0
}
},
"lollipop": {
"visual": "level",
"axes": ["horizontal", "vertical", "symbol"]
},
"ribbon": {
"visual": "range",
"axes": ["horizontal", "baseline", "gain"],
"options": {
"filled": true
}
},
"scale": {
"visual": "heatmap",
"axes": ["horizontal", "vertical", "height"],
"options": {
"valign": "bottom"
}
},
"spot": {
"visual": "bit",
"axes": ["column", "row", "symbol"]
},
"stair": {
"visual": "heatmap",
"axes": ["horizontal", "vertical", "height"],
"options": {
"padding": 0,
"valign": "bottom"
}
},
"symbol": {
"visual": "level",
"axes": ["horizontal", "vertical"]
},
"tile": {
"visual": "heatmap",
"axes": ["horizontal", "vertical", "color", "height"],
"options": {
"valign": "center",
"ratio": 1
}
}
}
@boutils
Copy link

boutils commented Nov 18, 2015

Ismael, you need to fix:

  • line 30 => "axes": ["column", "row", "symbol"]
  • line 34 => "axes": ["horizontal", "vertical", "height"],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment