Skip to content

Instantly share code, notes, and snippets.

@samarthagarwal
Created February 8, 2018 12:14
Show Gist options
  • Save samarthagarwal/6afa3a139461692f7c8d2b3b49a534c5 to your computer and use it in GitHub Desktop.
Save samarthagarwal/6afa3a139461692f7c8d2b3b49a534c5 to your computer and use it in GitHub Desktop.
ACWA-05
series: [
{
name: "Browsers",
data: [
{
name: "MSIE",
y: 10,
color: colors[0]
},
{
name: "Firefox",
y: 25,
color: colors[1]
},{
name: "Chrome",
y: 65,
color: colors[2],
}
],
size: "60%",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment