diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 210 |
1 files changed, 157 insertions, 53 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d55848f763..dbcc2657b6 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,10 @@ { + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -45,6 +51,7 @@ "Jim Bacon", "JJ Merelo", "Jo Christian Oterhals", + "Joe Tym", "Joelle Maslak", "John Barrett", "Juan Caballero", @@ -79,6 +86,7 @@ "Ruben Westerberg", "Sean Meininger", "Sergio Iglesias", + "Rakesh Kumar Shardiwal", "Simon Proctor", "Simon Reinhardt", "Steve Rogerson", @@ -94,62 +102,76 @@ "Yozen Hernandez" ] }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 93] Last updated at 2019-06-19 18:17:54 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { "data" : [ 0, 2, - 22, + 24, 3, 0, 0, 0, - 9, - 21, + 11, + 25, 0, 0, 5, - 23, + 26, 0, 0, 4, 1, - 16, + 18, 0, 2, - 9, + 13, 4, 0, 0, 0, + 18, 16, - 14, - 2, 2, + 4, 0, 0, 2, 3, - 9, - 19, + 12, + 23, 0, - 4, - 22, + 6, + 24, 12, 2, 2, 1, 0, 6, - 26, + 1, + 31, 7, 2, 0, 4, - 17, + 21, 6, 10, - 22, + 26, 1, 0, 0, @@ -158,7 +180,7 @@ 4, 0, 6, - 9, + 10, 0, 4, 8, @@ -167,19 +189,20 @@ 0, 3, 0, - 4, + 5, 0, 4, 2, 2, - 19, + 21, 0, 6, + 2, 4, 4, 3, 0, - 10, + 15, 1, 0, 2, @@ -187,13 +210,14 @@ 5, 1, 1, - 8 + 10 ], "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ - 2, + 4, 0, 0, 0, @@ -203,9 +227,9 @@ 0, 0, 2, - 19, - 0, + 21, 0, + 2, 0, 0, 0, @@ -221,34 +245,35 @@ 0, 0, 0, - 3, + 7, 4, - 16, + 19, 0, 0, 0, 0, 0, 0, - 22, + 24, 10, 0, 1, 0, 1, 12, - 26, 0, + 31, 0, - 2, + 0, + 6, 2, 0, 0, 4, - 21, + 25, 1, 0, - 10, + 12, 1, 2, 0, @@ -260,7 +285,7 @@ 8, 4, 0, - 10, + 12, 0, 0, 0, @@ -268,10 +293,11 @@ 0, 0, 6, - 19, + 21, 3, 0, - 20, + 0, + 22, 0, 2, 0, @@ -284,32 +310,110 @@ 0, 1, 0 + ] + }, + { + "data" : [ + 0, + 0, + 12, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 11, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 11, + 0, + 0, + 1, + 0, + 0, + 8, + 0, + 0, + 0, + 6, + 0, + 0, + 0, + 4, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 6, + 0, + 4, + 0, + 0, + 0, + 1, + 11, + 0, + 0, + 15, + 0, + 0, + 4, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2, + 0, + 0, + 0, + 0, + 0, + 0, + 7, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 4 ], - "name" : "Perl 6" + "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 91] Last updated at 2019-06-10 12:32:36 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" } } |
