Skip to content

Instantly share code, notes, and snippets.

@starsinmypockets
Last active November 2, 2016 18:55
Show Gist options
  • Select an option

  • Save starsinmypockets/f6395260c464b4ab49ed552532020c27 to your computer and use it in GitHub Desktop.

Select an option

Save starsinmypockets/f6395260c464b4ab49ed552532020c27 to your computer and use it in GitHub Desktop.
{
"title": "Hello World",
"components": [{
"type": "Chart",
"cardStyle": "Chart",
"header": "My Pie Chart",
"data": [
[{
"x": 1,
"y": 40
}, {
"x": 2,
"y": 40
}, {
"x": 3,
"y": 20
}]
],
"dataHandlers": [{
"name": "NVD3.returnChartSeries",
"series": [
{
"name": "Test",
"color": "green"
}
]
}],
"settings": {
"type": "discreteBarChart",
"x": "x",
"y": "y",
"height": "600"
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment