Skip to content

Instantly share code, notes, and snippets.

@ghalimi
Created August 14, 2015 15:00
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/e9c8ee1a9c5916d72734 to your computer and use it in GitHub Desktop.
Save ghalimi/e9c8ee1a9c5916d72734 to your computer and use it in GitHub Desktop.
{
"canvas": {
"background": {
"discrete": {
"first": {
"bucket": "columns"
},
"next": {
"bucket": "columns"
}
},
"continuous": {
"first": {
"bucket": "measures"
},
"next": {
"bucket": "measures"
}
}
},
"mark": {
"discrete": {
"first": null,
"next": {
"pill": "mark"
}
},
"continuous": {
"first": null,
"next": {
"bucket": "measures"
}
}
},
"dimeansion": {
"discrete": {
"first": null,
"next": {
"pill": "axis"
}
},
"continuous": {
"first": null,
"next": {
"pill": "axis"
}
}
},
"measure": {
"discrete": {
"first": null,
"next": {
"pill": "axis"
}
},
"continuous": {
"first": null,
"next": {
"pill": "axis"
}
}
}
},
"columns": {
"bucket": {
"discrete": {
"first": {
"bucket": "columns"
},
"next": {
"bucket": "columns"
}
},
"continuous": {
"first": {
"bucket": "columns"
},
"next": {
"bucket": "columns"
}
}
},
"pill": {
"discrete": {
"first": null,
"next": {
"pill": "column"
}
},
"continuous": {
"first": null,
"next": {
"pill": "column"
}
}
}
},
"rows": {
"bucket": {
"discrete": {
"first": {
"bucket": "rows"
},
"next": {
"bucket": "rows"
}
},
"continuous": {
"first": {
"bucket": "rows"
},
"next": {
"bucket": "rows"
}
}
},
"pill": {
"discrete": {
"first": null,
"next": {
"pill": "row"
}
},
"continuous": {
"first": null,
"next": {
"pill": "row"
}
}
}
},
"measures": {
"bucket": {
"discrete": {
"first": {
"bucket": "measures"
},
"next": {
"bucket": "measures"
}
},
"continuous": {
"first": {
"bucket": "measures"
},
"next": {
"bucket": "measures"
}
}
},
"pill": {
"discrete": {
"first": null,
"next": {
"pill": "measure"
}
},
"continuous": {
"first": null,
"next": {
"pill": "measure"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment