diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d420ead453..700dbdead3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,20 +1,7 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 141] Last updated at 2020-01-16 22:22:38 GMT" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -46,7 +33,7 @@ 2, 2, 11, - 23, + 24, 2, 0, 0, @@ -157,8 +144,7 @@ 2, 15, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -307,6 +293,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -338,7 +325,7 @@ 0, 0, 2, - 19, + 20, 0, 0, 3, @@ -449,13 +436,11 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "yAxis" : { "min" : 0, @@ -463,6 +448,14 @@ "text" : "" } }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Leoltron", @@ -607,5 +600,12 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "subtitle" : { + "text" : "[Champions: 141] Last updated at 2020-01-17 07:21:31 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
