diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 3715502159..3277d4cb13 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,14 @@ { - "subtitle" : { - "text" : "[Champions: 105] Last updated at 2019-08-04 20:02:41 GMT" + "chart" : { + "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -55,7 +56,7 @@ 0, 6, 1, - 46, + 48, 7, 2, 0, @@ -114,7 +115,8 @@ 1, 1, 21 - ] + ], + "name" : "Perl 5" }, { "data" : [ @@ -164,7 +166,7 @@ 1, 14, 0, - 46, + 48, 0, 0, 15, @@ -337,10 +339,8 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "yAxis" : { "min" : 0, @@ -348,6 +348,9 @@ "text" : "" } }, + "subtitle" : { + "text" : "[Champions: 105] Last updated at 2019-08-04 20:11:07 GMT" + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -458,10 +461,7 @@ ] }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "chart" : { - "type" : "column" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 } } |
