Skip to content

Instantly share code, notes, and snippets.

@suzuki
Created July 11, 2014 12:53
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 suzuki/9d3b6cd40f6c246d7918 to your computer and use it in GitHub Desktop.
Save suzuki/9d3b6cd40f6c246d7918 to your computer and use it in GitHub Desktop.
series: [
{
name: 'name1',
stack: 'aaa',
data: [
[Date.parse('2014-06-30'), 5],
[Date.parse('2014-07-01'), 3],
[Date.parse('2014-07-02'), 4],
[Date.parse('2014-07-03'), 7],
[Date.parse('2014-07-04'), 2]
]
}, {
name: 'name2',
stack: 'aaa',
data: [
[Date.parse('2014-06-30'), 5],
[Date.parse('2014-07-01'), 3],
[Date.parse('2014-07-02'), 4],
[Date.parse('2014-07-03'), 7],
[Date.parse('2014-07-04'), 2]
]
}, {
name: 'name3',
stack: 'bbb',
data: [
[Date.parse('2014-06-30'), 5],
[Date.parse('2014-07-01'), 3],
[Date.parse('2014-07-02'), 4],
[Date.parse('2014-07-03'), 7],
[Date.parse('2014-07-04'), 2]
]
}, {
name: 'name4',
stack: 'bbb',
data: [
[Date.parse('2014-06-30'), 5],
[Date.parse('2014-07-01'), 3],
[Date.parse('2014-07-02'), 4],
[Date.parse('2014-07-03'), 7],
[Date.parse('2014-07-04'), 2]
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment