Created
February 8, 2018 12:16
-
-
Save samarthagarwal/79cb87bfbfe83c7ce9eeb00b033e5a04 to your computer and use it in GitHub Desktop.
ACWA-07
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
| { | |
| name: "Versions", | |
| data: [ | |
| { name: "MSIE 6.0", y: 0.5, color: colors[0] }, | |
| { name: "MSIE 7.0", y: 1.5, color: colors[0] }, | |
| { name: "MSIE 8.0", y: 2, color: colors[0] }, | |
| { name: "MSIE 9.0", y: 2, color: colors[0] }, | |
| { name: "MSIE 10.0", y: 2, color: colors[0] }, | |
| { name: "MSIE 11.0", y: 2, color: colors[0] }, | |
| { name: "Firefox v31", y: 1, color: colors[1] }, | |
| { name: "Firefox v32", y: 1, color: colors[1] }, | |
| { name: "Firefox v33", y: 2, color: colors[1] }, | |
| { name: "Firefox v35", y: 3, color: colors[1] }, | |
| { name: "Firefox v36", y: 6, color: colors[1] }, | |
| { name: "Firefox v37", y: 4, color: colors[1] }, | |
| { name: "Firefox v38", y: 6, color: colors[1] }, | |
| { name: "Chrome v38.0", y: 6, color: colors[2] }, | |
| { name: "Chrome v39.0", y: 4, color: colors[2] }, | |
| { name: "Chrome v40.0", y: 5, color: colors[2] }, | |
| { name: "Chrome v41.0", y: 5, color: colors[2] }, | |
| { name: "Chrome v42.0", y: 20, color: colors[2] }, | |
| { name: "Chrome v43.0", y: 25, color: colors[2] } | |
| ], | |
| size: "80%", | |
| innerSize: "60%" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment