diff options
| author | Paulo Custodio <pauloscustodio@gmail.com> | 2022-04-27 16:12:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-27 16:12:33 +0100 |
| commit | 830204e938a5421f4d6d91d6cefcc48481da9dd2 (patch) | |
| tree | 6964bdc53f46dc3d43c531eda6dc724491c6088a /stats/pwc-summary.json | |
| parent | 736ca6ca1d398132bdae787a5dfbb1d15d573d75 (diff) | |
| parent | 237ab4513c510cab55bb77473b79820e7b2d6da8 (diff) | |
| download | perlweeklychallenge-club-830204e938a5421f4d6d91d6cefcc48481da9dd2.tar.gz perlweeklychallenge-club-830204e938a5421f4d6d91d6cefcc48481da9dd2.tar.bz2 perlweeklychallenge-club-830204e938a5421f4d6d91d6cefcc48481da9dd2.zip | |
Merge branch 'manwar:master' into master
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 48ff875ab1..cf0252dcd0 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,7 @@ { + "subtitle" : { + "text" : "[Champions: 255] Last updated at 2022-04-27 02:48:48 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -258,33 +261,8 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 255] Last updated at 2022-04-25 22:49:18 GMT" - }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -336,7 +314,7 @@ 1, 3, 30, - 140, + 141, 2, 0, 4, @@ -398,7 +376,7 @@ 99, 4, 1, - 2, + 3, 14, 7, 3, @@ -461,13 +439,13 @@ 0, 5, 7, - 161, + 162, 2, 4, 0, 99, 0, - 33, + 34, 1, 1, 10, @@ -490,7 +468,7 @@ 0, 0, 1, - 24, + 25, 1, 0, 1, @@ -541,10 +519,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -679,7 +657,7 @@ 0, 0, 0, - 96, + 97, 7, 2, 1, @@ -750,7 +728,7 @@ 4, 1, 0, - 9, + 10, 3, 10, 0, @@ -801,9 +779,11 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -855,7 +835,7 @@ 0, 0, 2, - 106, + 107, 0, 0, 0, @@ -986,7 +966,7 @@ 0, 0, 0, - 20, + 21, 0, 0, 0, @@ -1060,8 +1040,28 @@ 1, 5, 10 - ], - "name" : "Blog" + ] + } + ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } - ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + } } |
