{
"tooltip" : {
"shared" : 1,
"pointFormat" : "{series.name}: {point.y}
"
},
"yAxis" : {
"title" : {
"text" : ""
},
"min" : 0
},
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
"xAxis" : {
"categories" : [
"Ulrich Rieke",
"User Person",
"Veesh Goldman",
"Vyacheslav Volgarev",
"Walt Mankowski",
"Wanderdoc",
"William Gilmore",
"Yary H",
"Yet Ebreo",
"Yozen Hernandez"
]
},
"series" : [
{
"name" : "Perl",
"data" : [
26,
24,
17,
4,
17,
38,
1,
2,
56,
21
]
},
{
"name" : "Raku",
"data" : [
40,
0,
2,
0,
0,
0,
0,
2,
21,
0
]
},
{
"name" : "Blog",
"data" : [
0,
0,
3,
0,
0,
0,
0,
1,
6,
14
]
}
],
"chart" : {
"type" : "column"
},
"subtitle" : {
"text" : "[Champions: 10] Last updated at 2020-05-03 23:23:29 GMT"
}
}