Skip to content

Instantly share code, notes, and snippets.

@stefanpearson
Last active November 8, 2017 17:31
Show Gist options
  • Save stefanpearson/cd37aa03df98f67105cb19e023dc6851 to your computer and use it in GitHub Desktop.
Save stefanpearson/cd37aa03df98f67105cb19e023dc6851 to your computer and use it in GitHub Desktop.
[
{
"dateTime": "2017-01-01T00:00:00.000Z",
"items": [
{
"label": "Category",
"items": [
{
"label": "Sub-category",
"dim1": 5,
"dim2": 1,
"dim3": 10
}
]
}
]
}
]
// Chart config
{
"x": {
"type": "sentiment",
"key": "dim1"
},
"y": {
"key": "dim2"
},
"size": {
"key": "dim3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment