Created
July 11, 2014 12:53
-
-
Save suzuki/9d3b6cd40f6c246d7918 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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