diff options
| author | drbaggy <js5@sanger.ac.uk> | 2022-06-12 10:24:55 +0100 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2022-06-12 10:24:55 +0100 |
| commit | bfb2f77baa587efd8a99c991d81a5c1f24136209 (patch) | |
| tree | a9386e4210d84815cb694a11e456a7fbc056fcc2 /stats/pwc-current.json | |
| parent | 3c1dd872be61bf5ef7b1a974ab7b3ff09ff0225d (diff) | |
| parent | 79ce82da7c249f4af4572b7f951bca0adc45acbe (diff) | |
| download | perlweeklychallenge-club-bfb2f77baa587efd8a99c991d81a5c1f24136209.tar.gz perlweeklychallenge-club-bfb2f77baa587efd8a99c991d81a5c1f24136209.tar.bz2 perlweeklychallenge-club-bfb2f77baa587efd8a99c991d81a5c1f24136209.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 241 |
1 files changed, 168 insertions, 73 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 14e65eb85c..383a9091bc 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,23 +1,46 @@ { + "subtitle" : { + "text" : "[Champions: 22] Last updated at 2022-06-12 09:11:15 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge - 168" + }, "series" : [ { "name" : "The Weekly Challenge - 168", - "colorByPoint" : 1, "data" : [ { "y" : 2, - "drilldown" : "E. Choroba", - "name" : "E. Choroba" + "drilldown" : "Cheok-Yin Fung", + "name" : "Cheok-Yin Fung" }, { - "drilldown" : "Humberto Massa", + "name" : "Dave Jacoby", + "drilldown" : "Dave Jacoby", + "y" : 3 + }, + { + "name" : "E. Choroba", "y" : 2, - "name" : "Humberto Massa" + "drilldown" : "E. Choroba" + }, + { + "name" : "Flavio Poletti", + "y" : 6, + "drilldown" : "Flavio Poletti" + }, + { + "name" : "Humberto Massa", + "drilldown" : "Humberto Massa", + "y" : 2 }, { "name" : "James Smith", - "drilldown" : "James Smith", - "y" : 3 + "y" : 3, + "drilldown" : "James Smith" }, { "name" : "Jorg Sommrey", @@ -30,14 +53,19 @@ "drilldown" : "Julien Fiegehenn" }, { + "y" : 3, + "drilldown" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld" + }, + { + "name" : "Lubos Kolouch", "drilldown" : "Lubos Kolouch", - "y" : 1, - "name" : "Lubos Kolouch" + "y" : 2 }, { - "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari", "y" : 8, - "name" : "Luca Ferrari" + "drilldown" : "Luca Ferrari" }, { "drilldown" : "Mark Anderson", @@ -45,19 +73,24 @@ "name" : "Mark Anderson" }, { - "drilldown" : "Marton Polgar", "y" : 2, + "drilldown" : "Marton Polgar", "name" : "Marton Polgar" }, { + "name" : "Matthew Neleigh", + "drilldown" : "Matthew Neleigh", + "y" : 2 + }, + { "name" : "Niels van Dijke", - "y" : 2, - "drilldown" : "Niels van Dijke" + "drilldown" : "Niels van Dijke", + "y" : 2 }, { "name" : "Peter Campbell Smith", - "drilldown" : "Peter Campbell Smith", - "y" : 3 + "y" : 3, + "drilldown" : "Peter Campbell Smith" }, { "name" : "Robert DiCicco", @@ -66,18 +99,18 @@ }, { "name" : "Robert Ransbottom", - "y" : 2, - "drilldown" : "Robert Ransbottom" + "drilldown" : "Robert Ransbottom", + "y" : 2 }, { - "y" : 5, "drilldown" : "Roger Bell_West", + "y" : 5, "name" : "Roger Bell_West" }, { + "name" : "Ryan Thompson", "y" : 6, - "drilldown" : "Ryan Thompson", - "name" : "Ryan Thompson" + "drilldown" : "Ryan Thompson" }, { "y" : 4, @@ -85,71 +118,93 @@ "name" : "Stephen G Lynn" }, { - "name" : "W. Luis Mochan", "y" : 3, - "drilldown" : "W. Luis Mochan" + "drilldown" : "W. Luis Mochan", + "name" : "W. Luis Mochan" } - ] + ], + "colorByPoint" : 1 } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 - }, - "tooltip" : { - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1 - }, - "xAxis" : { - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge - 168" - }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - } + }, + "borderWidth" : 0 } }, - "subtitle" : { - "text" : "[Champions: 17] Last updated at 2022-06-11 09:33:35 GMT" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "drilldown" : { "series" : [ { - "id" : "E. Choroba", + "name" : "Cheok-Yin Fung", "data" : [ [ "Perl", 2 ] ], - "name" : "E. Choroba" + "id" : "Cheok-Yin Fung" + }, + { + "id" : "Dave Jacoby", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] + ], + "name" : "Dave Jacoby" + }, + { + "name" : "E. Choroba", + "data" : [ + [ + "Perl", + 2 + ] + ], + "id" : "E. Choroba" + }, + { + "id" : "Flavio Poletti", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ], + [ + "Blog", + 2 + ] + ], + "name" : "Flavio Poletti" }, { - "id" : "Humberto Massa", "data" : [ [ "Raku", 2 ] ], + "id" : "Humberto Massa", "name" : "Humberto Massa" }, { - "id" : "James Smith", "data" : [ [ "Perl", @@ -160,6 +215,7 @@ 1 ] ], + "id" : "James Smith", "name" : "James Smith" }, { @@ -183,17 +239,35 @@ "id" : "Julien Fiegehenn" }, { - "id" : "Lubos Kolouch", + "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld", "data" : [ [ "Perl", 1 + ], + [ + "Raku", + 1 + ], + [ + "Blog", + 1 + ] + ] + }, + { + "name" : "Lubos Kolouch", + "data" : [ + [ + "Perl", + 2 ] ], - "name" : "Lubos Kolouch" + "id" : "Lubos Kolouch" }, { - "id" : "Luca Ferrari", + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -204,37 +278,47 @@ 6 ] ], - "name" : "Luca Ferrari" + "id" : "Luca Ferrari" }, { - "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson" + "id" : "Mark Anderson", + "name" : "Mark Anderson" }, { "id" : "Marton Polgar", - "name" : "Marton Polgar", "data" : [ [ "Raku", 2 ] + ], + "name" : "Marton Polgar" + }, + { + "name" : "Matthew Neleigh", + "id" : "Matthew Neleigh", + "data" : [ + [ + "Perl", + 2 + ] ] }, { - "name" : "Niels van Dijke", + "id" : "Niels van Dijke", "data" : [ [ "Perl", 2 ] ], - "id" : "Niels van Dijke" + "name" : "Niels van Dijke" }, { "id" : "Peter Campbell Smith", @@ -261,21 +345,20 @@ 2 ] ], - "name" : "Robert DiCicco", - "id" : "Robert DiCicco" + "id" : "Robert DiCicco", + "name" : "Robert DiCicco" }, { "id" : "Robert Ransbottom", - "name" : "Robert Ransbottom", "data" : [ [ "Raku", 2 ] - ] + ], + "name" : "Robert Ransbottom" }, { - "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -290,6 +373,7 @@ 1 ] ], + "id" : "Roger Bell_West", "name" : "Roger Bell_West" }, { @@ -307,10 +391,11 @@ 2 ] ], - "name" : "Ryan Thompson", - "id" : "Ryan Thompson" + "id" : "Ryan Thompson", + "name" : "Ryan Thompson" }, { + "name" : "Stephen G Lynn", "data" : [ [ "Perl", @@ -321,11 +406,9 @@ 2 ] ], - "name" : "Stephen G Lynn", "id" : "Stephen G Lynn" }, { - "id" : "W. Luis Mochan", "name" : "W. Luis Mochan", "data" : [ [ @@ -336,8 +419,20 @@ "Blog", 1 ] - ] + ], + "id" : "W. Luis Mochan" } ] + }, + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 + }, + "tooltip" : { + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" } } |
