diff options
| author | Steve Rogerson <steve.git@yewtc.demon.co.uk> | 2020-10-23 12:27:13 +0100 |
|---|---|---|
| committer | Steve Rogerson <steve.git@yewtc.demon.co.uk> | 2020-10-23 12:27:13 +0100 |
| commit | 44c2bbf87ac613a2a442cc4e54d810c20a042ff2 (patch) | |
| tree | 3af39af1f773a9e6b44e91a3852a7553dae7c986 /stats/pwc-summary-151-180.json | |
| parent | ff3c07c3e4409c8d507b3e69496c690b58de524d (diff) | |
| parent | 89421f14095148aefcd254da3d728b6150b22cc3 (diff) | |
| download | perlweeklychallenge-club-44c2bbf87ac613a2a442cc4e54d810c20a042ff2.tar.gz perlweeklychallenge-club-44c2bbf87ac613a2a442cc4e54d810c20a042ff2.tar.bz2 perlweeklychallenge-club-44c2bbf87ac613a2a442cc4e54d810c20a042ff2.zip | |
Merge branch 'master' of https://github.com/manwar/perlweeklychallenge-club
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 106 |
1 files changed, 53 insertions, 53 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 322e3a62c4..63c6221fd1 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,10 +1,53 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-10-22 20:15:23 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "xAxis" : { + "categories" : [ + "Richard Hainsworth", + "Richard Nuttall", + "Richard Park", + "Robert Gratza", + "Robert Van Dam", + "Roger Bell_West", + "Ruben Westerberg", + "Ryan Thompson", + "Saif Ahmed", + "Sangeet Kar", + "Sean Meininger", + "Sergio Iglesias", + "Shahed Nooshmand", + "Shasank Shah", + "Shaun Pearce", + "Shawn Wagner", + "Simon Green", + "Simon Miner", + "Simon Proctor", + "Simon Reinhardt", + "Sitaram Chamarty", + "Sol DeMuth", + "Stephanie Stein", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Stuart Little", + "Svetlana Nesterova", + "Ted Leahy", + "Tester R59" + ] }, "series" : [ { - "name" : "Perl", "data" : [ 0, 0, @@ -29,17 +72,17 @@ 1, 3, 1, - 3, + 4, 0, 75, 0, 2, 4, 2 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 1, 4, @@ -71,7 +114,8 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -109,59 +153,15 @@ "name" : "Blog" } ], - "xAxis" : { - "categories" : [ - "Richard Hainsworth", - "Richard Nuttall", - "Richard Park", - "Robert Gratza", - "Robert Van Dam", - "Roger Bell_West", - "Ruben Westerberg", - "Ryan Thompson", - "Saif Ahmed", - "Sangeet Kar", - "Sean Meininger", - "Sergio Iglesias", - "Shahed Nooshmand", - "Shasank Shah", - "Shaun Pearce", - "Shawn Wagner", - "Simon Green", - "Simon Miner", - "Simon Proctor", - "Simon Reinhardt", - "Sitaram Chamarty", - "Sol DeMuth", - "Stephanie Stein", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Stuart Little", - "Svetlana Nesterova", - "Ted Leahy", - "Tester R59" - ] - }, "chart" : { "type" : "column" }, - "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: 30] Last updated at 2020-10-22 00:55:57 GMT" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
