Skip to content

Instantly share code, notes, and snippets.

@gotoweb
Created August 4, 2014 06:20
Show Gist options
  • Save gotoweb/b3975604e2becf7dfb26 to your computer and use it in GitHub Desktop.
Save gotoweb/b3975604e2becf7dfb26 to your computer and use it in GitHub Desktop.
highchart wrong 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": "n",
"data": [
{
"x": 14527889,
"y": 1
},
{
"x": 14527888,
"y": 2
},
{
"x": 14527887,
"y": 3
},
{
"x": 14527886,
"y": 4
},
{
"x": 14527885,
"y": 5
},
{
"x": 14527884,
"y": 6
},
{
"x": 14527883,
"y": 7
},
{
"x": 14527882,
"y": 8
},
{
"x": 14527881,
"y": 9
},
{
"x": 14527880,
"y": 10
}
]
}
],
"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