diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index a31668137d..6b6aaa9528 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,14 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -42,7 +43,7 @@ 0, 0, 31, - 50, + 52, 50, 2, 21, @@ -263,6 +264,7 @@ "name" : "Perl 6" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -385,10 +387,12 @@ 1, 6, 14 - ], - "name" : "Blog" + ] } ], + "subtitle" : { + "text" : "[Champions: 121] Last updated at 2019-10-13 22:41:06 GMT" + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -514,18 +518,14 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, - "subtitle" : { - "text" : "[Champions: 121] Last updated at 2019-10-13 20:48:34 GMT" + "chart" : { + "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "Perl Weekly Challenge - 2019" } } |
