diff options
| author | drbaggy <js5@sanger.ac.uk> | 2021-12-14 16:45:42 +0000 |
|---|---|---|
| committer | drbaggy <js5@sanger.ac.uk> | 2021-12-14 16:45:42 +0000 |
| commit | ec5f0be67d3191dac4cd1cbac0cd46142caf9d50 (patch) | |
| tree | a0ea02a07c4b65936deb4e1361499893af0d5f2a /stats/pwc-current.json | |
| parent | 83bbf539df77c2f4bb734d248fa13ae89e47dcf9 (diff) | |
| parent | 6cf0f1d6a11fc23b2fbf66c4ceee99cd75c21f16 (diff) | |
| download | perlweeklychallenge-club-ec5f0be67d3191dac4cd1cbac0cd46142caf9d50.tar.gz perlweeklychallenge-club-ec5f0be67d3191dac4cd1cbac0cd46142caf9d50.tar.bz2 perlweeklychallenge-club-ec5f0be67d3191dac4cd1cbac0cd46142caf9d50.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 233 |
1 files changed, 160 insertions, 73 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f8cfdf1667..fb28e1096e 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,22 +1,159 @@ { + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 10] Last updated at 2021-12-14 13:58:01 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "title" : { + "text" : "The Weekly Challenge - 143" + }, + "xAxis" : { + "type" : "category" + }, "legend" : { "enabled" : 0 }, + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + }, + "series" : [ + { + "data" : [ + { + "drilldown" : "Alexander Pankoff", + "name" : "Alexander Pankoff", + "y" : 2 + }, + { + "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby", + "y" : 3 + }, + { + "y" : 2, + "name" : "E. Choroba", + "drilldown" : "E. Choroba" + }, + { + "y" : 5, + "name" : "Luca Ferrari", + "drilldown" : "Luca Ferrari" + }, + { + "y" : 1, + "name" : "Mohammad S Anwar", + "drilldown" : "Mohammad S Anwar" + }, + { + "y" : 1, + "drilldown" : "Olivier Delouya", + "name" : "Olivier Delouya" + }, + { + "y" : 2, + "drilldown" : "Paulo Custodio", + "name" : "Paulo Custodio" + }, + { + "drilldown" : "Robert DiCicco", + "name" : "Robert DiCicco", + "y" : 2 + }, + { + "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West", + "y" : 4 + }, + { + "y" : 2, + "name" : "Ulrich Rieke", + "drilldown" : "Ulrich Rieke" + } + ], + "name" : "The Weekly Challenge - 143", + "colorByPoint" : 1 + } + ], "drilldown" : { "series" : [ { "data" : [ [ "Perl", + 2 + ] + ], + "name" : "Alexander Pankoff", + "id" : "Alexander Pankoff" + }, + { + "id" : "Dave Jacoby", + "name" : "Dave Jacoby", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", 1 ] + ] + }, + { + "name" : "E. Choroba", + "data" : [ + [ + "Perl", + 2 + ] ], + "id" : "E. Choroba" + }, + { + "id" : "Luca Ferrari", + "name" : "Luca Ferrari", + "data" : [ + [ + "Raku", + 2 + ], + [ + "Blog", + 3 + ] + ] + }, + { "name" : "Mohammad S Anwar", + "data" : [ + [ + "Perl", + 1 + ] + ], "id" : "Mohammad S Anwar" }, { - "name" : "Olivier Delouya", "id" : "Olivier Delouya", + "name" : "Olivier Delouya", "data" : [ [ "Perl", @@ -26,25 +163,26 @@ }, { "id" : "Paulo Custodio", - "name" : "Paulo Custodio", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "Paulo Custodio" }, { + "id" : "Robert DiCicco", + "name" : "Robert DiCicco", "data" : [ [ "Perl", - 1 + 2 ] - ], - "id" : "Robert DiCicco", - "name" : "Robert DiCicco" + ] }, { + "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -55,73 +193,22 @@ 2 ] ], - "id" : "Roger Bell_West", - "name" : "Roger Bell_West" + "id" : "Roger Bell_West" + }, + { + "data" : [ + [ + "Perl", + 1 + ], + [ + "Raku", + 1 + ] + ], + "name" : "Ulrich Rieke", + "id" : "Ulrich Rieke" } ] - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" - }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 143", - "data" : [ - { - "name" : "Mohammad S Anwar", - "y" : 1, - "drilldown" : "Mohammad S Anwar" - }, - { - "y" : 1, - "name" : "Olivier Delouya", - "drilldown" : "Olivier Delouya" - }, - { - "drilldown" : "Paulo Custodio", - "y" : 2, - "name" : "Paulo Custodio" - }, - { - "drilldown" : "Robert DiCicco", - "y" : 1, - "name" : "Robert DiCicco" - }, - { - "y" : 4, - "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West" - } - ] - } - ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, - "title" : { - "text" : "The Weekly Challenge - 143" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "xAxis" : { - "type" : "category" - }, - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2021-12-13 18:05:31 GMT" } } |
