Last active
August 29, 2015 14:10
-
-
Save mrvicadai/1fce09fdf10d818b945d to your computer and use it in GitHub Desktop.
stacked bars sample data
This file contains 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
[ | |
{ | |
"category": "A", | |
"mark": "success" | |
}, | |
{ | |
"category": "A", | |
"mark": "success" | |
}, | |
{ | |
"category": "A", | |
"mark": "success" | |
}, | |
{ | |
"category": "A", | |
"mark": "fail" | |
}, | |
{ | |
"category": "B", | |
"mark": "success" | |
}, | |
{ | |
"category": "B", | |
"mark": "fail" | |
} | |
] |
This file contains 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
[ | |
{ | |
"category": "Visualization Test", | |
"mark": "blocked" | |
}, | |
{ | |
"category": "Visualization Test", | |
"mark": "failed" | |
}, | |
{ | |
"category": "Visualization Test", | |
"mark": "failed" | |
}, | |
{ | |
"category": "Visualization Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Visualization Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Visualization Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Visualization Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Visualization Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Visualization Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Visualization Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Playground Test", | |
"mark": "blocked" | |
}, | |
{ | |
"category": "Playground Test", | |
"mark": "blocked" | |
}, | |
{ | |
"category": "Playground Test", | |
"mark": "fail" | |
}, | |
{ | |
"category": "Playground Test", | |
"mark": "fail" | |
}, | |
{ | |
"category": "Playground Test", | |
"mark": "fail" | |
}, | |
{ | |
"category": "Playground Test", | |
"mark": "fail" | |
}, | |
{ | |
"category": "Playground Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Playground Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Playground Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "blocked" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "blocked" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "blocked" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "fail" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "fail" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "fail" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "fail" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "success" | |
}, | |
{ | |
"category": "Stress Test", | |
"mark": "success" | |
} | |
] |
This file contains 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
[ | |
{ | |
"category": "A", | |
"value": 15 | |
}, | |
{ | |
"category": "B", | |
"value": 5 | |
}, | |
{ | |
"category": "C", | |
"value": 7 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment