Skip to content

Instantly share code, notes, and snippets.

@gotoweb
Created August 4, 2014 06:19
Show Gist options
  • Save gotoweb/2d84815013c8a5a63296 to your computer and use it in GitHub Desktop.
Save gotoweb/2d84815013c8a5a63296 to your computer and use it in GitHub Desktop.
highchart right case
{
"chart": {
"type": "line",
"animation": true,
"reflow": false
},
"colors": [
"#A186BE"
],
"title": {
"text": null
},
"credits": {
"enabled": false
},
"xAxis": {
"type": "linear"
},
"yAxis": {
"title": {
"text": null
},
"min": 0
},
"series": [
{
"name": "_id",
"data": [
{
"x": 1,
"y": 14527889
},
{
"x": 2,
"y": 14527888
},
{
"x": 3,
"y": 14527887
},
{
"x": 4,
"y": 14527886
},
{
"x": 5,
"y": 14527885
},
{
"x": 6,
"y": 14527884
},
{
"x": 7,
"y": 14527883
},
{
"x": 8,
"y": 14527882
},
{
"x": 9,
"y": 14527881
},
{
"x": 10,
"y": 14527880
}
]
}
],
"plotOptions": {
"line": {
"animation": false
},
"series": {
"marker": {
"radius": 2.5
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment