diff options
| author | Adam Russell <ac.russell@live.com> | 2019-08-18 18:07:45 -0400 |
|---|---|---|
| committer | Adam Russell <ac.russell@live.com> | 2019-08-18 18:07:45 -0400 |
| commit | b52adfc078d889b71fe95e021f6394d8f80733c2 (patch) | |
| tree | 51637022d295f3891a35235999de0f56566e12a8 /stats/pwc-summary.json | |
| parent | 64c3a44ea7c3ffcaeca25ddb4da45233b7608394 (diff) | |
| parent | 62ecba951139975a8878072e25a7a35a6ab56bf2 (diff) | |
| download | perlweeklychallenge-club-b52adfc078d889b71fe95e021f6394d8f80733c2.tar.gz perlweeklychallenge-club-b52adfc078d889b71fe95e021f6394d8f80733c2.tar.bz2 perlweeklychallenge-club-b52adfc078d889b71fe95e021f6394d8f80733c2.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 77246c8e8a..f1cbea79f1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,25 @@ { - "subtitle" : { - "text" : "[Champions: 108] Last updated at 2019-08-14 13:30:22 GMT" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "series" : [ { "data" : [ @@ -18,16 +31,16 @@ 0, 0, 11, - 38, + 40, 0, 0, 5, - 43, + 44, 0, 0, 4, 1, - 34, + 36, 0, 6, 26, @@ -44,7 +57,7 @@ 0, 2, 3, - 21, + 23, 32, 0, 0, @@ -57,16 +70,16 @@ 0, 6, 1, - 52, + 54, 7, 2, 0, 4, - 33, + 34, 6, 10, 42, - 17, + 19, 1, 0, 5, @@ -94,11 +107,11 @@ 1, 4, 4, - 0, + 2, 3, 2, 16, - 37, + 39, 0, 6, 2, @@ -122,7 +135,6 @@ "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 6, 0, @@ -134,9 +146,9 @@ 0, 0, 2, - 37, + 39, 0, - 19, + 20, 0, 0, 0, @@ -171,10 +183,10 @@ 1, 15, 0, - 52, + 54, 0, 0, - 17, + 19, 2, 0, 0, @@ -196,11 +208,11 @@ 0, 8, 0, - 14, + 16, 4, 0, 0, - 21, + 22, 0, 0, 0, @@ -208,11 +220,11 @@ 0, 0, 0, - 8, + 10, 0, 6, 5, - 37, + 39, 3, 0, 0, @@ -232,10 +244,10 @@ 0, 1, 0 - ] + ], + "name" : "Perl 6" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -247,7 +259,7 @@ 0, 0, 0, - 19, + 20, 0, 3, 0, @@ -324,7 +336,7 @@ 0, 0, 0, - 4, + 5, 0, 0, 0, @@ -345,16 +357,10 @@ 0, 0, 14 - ] + ], + "name" : "Blog" } ], - "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", @@ -467,13 +473,7 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 108] Last updated at 2019-08-18 22:00:32 GMT" } } |
