diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-09 11:08:10 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-09 11:08:10 +0000 |
| commit | e54f195bb8603f4df44a61e45eb99f6d58eaf7a9 (patch) | |
| tree | 55d31aeaa0ac1c4ddfb1c8c8026c287cccfdceed /stats/pwc-current.json | |
| parent | b00357a8793f6513793529680afbff836040eb27 (diff) | |
| download | perlweeklychallenge-club-e54f195bb8603f4df44a61e45eb99f6d58eaf7a9.tar.gz perlweeklychallenge-club-e54f195bb8603f4df44a61e45eb99f6d58eaf7a9.tar.bz2 perlweeklychallenge-club-e54f195bb8603f4df44a61e45eb99f6d58eaf7a9.zip | |
- Removed Alexey Melezhik.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 130 |
1 files changed, 65 insertions, 65 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 74421338b0..28be6e3153 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,81 +1,28 @@ { - "legend" : { - "enabled" : 0 - }, - "tooltip" : { - "followPointer" : 1, - "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/>" - }, - "title" : { - "text" : "Perl Weekly Challenge - 051" - }, - "xAxis" : { - "type" : "category" - }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 051", - "data" : [ - { - "name" : "Dave Cross", - "y" : 2, - "drilldown" : "Dave Cross" - }, - { - "drilldown" : "Roger Bell West", - "y" : 4, - "name" : "Roger Bell West" - }, - { - "y" : 2, - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor" - }, - { - "y" : 2, - "drilldown" : "Yet Ebreo", - "name" : "Yet Ebreo" - } - ] - } - ], - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2020-03-09 10:48:21 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 + "format" : "{point.y}", + "enabled" : 1 + } } }, "drilldown" : { "series" : [ { - "id" : "Dave Cross", - "name" : "Dave Cross", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "Dave Cross", + "id" : "Dave Cross" }, { - "name" : "Roger Bell West", "id" : "Roger Bell West", + "name" : "Roger Bell West", "data" : [ [ "Perl", @@ -89,13 +36,13 @@ }, { "name" : "Simon Proctor", - "id" : "Simon Proctor", "data" : [ [ "Raku", 2 ] - ] + ], + "id" : "Simon Proctor" }, { "data" : [ @@ -104,9 +51,62 @@ 2 ] ], - "id" : "Yet Ebreo", - "name" : "Yet Ebreo" + "name" : "Yet Ebreo", + "id" : "Yet Ebreo" } ] + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2020-03-09 11:07:34 GMT" + }, + "legend" : { + "enabled" : 0 + }, + "series" : [ + { + "colorByPoint" : 1, + "data" : [ + { + "name" : "Dave Cross", + "drilldown" : "Dave Cross", + "y" : 2 + }, + { + "drilldown" : "Roger Bell West", + "y" : 4, + "name" : "Roger Bell West" + }, + { + "name" : "Simon Proctor", + "y" : 2, + "drilldown" : "Simon Proctor" + }, + { + "name" : "Yet Ebreo", + "y" : 2, + "drilldown" : "Yet Ebreo" + } + ], + "name" : "Perl Weekly Challenge - 051" + } + ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge - 051" + }, + "tooltip" : { + "followPointer" : 1, + "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/>" + }, + "chart" : { + "type" : "column" } } |
