diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 45cc9d805c..62f5eda8a9 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,20 +1,7 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 113] Last updated at 2019-09-06 14:34:16 GMT" - }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -132,14 +119,29 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "subtitle" : { + "text" : "[Champions: 113] Last updated at 2019-09-06 18:14:51 GMT" + }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -254,7 +256,8 @@ 2, 11, 21 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -311,7 +314,7 @@ 62, 0, 0, - 21, + 23, 2, 0, 0, @@ -492,8 +495,5 @@ ], "name" : "Blog" } - ], - "chart" : { - "type" : "column" - } + ] } |
