diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-13 16:13:17 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-13 16:13:17 +0100 |
| commit | 098ba204f0efcb7a9e1c121d9672400f62118342 (patch) | |
| tree | 14190a126df54d8933511b0fb62895b2bba689ef /stats/pwc-current.json | |
| parent | 16b9105ce71ede36e4bebdfee733873ea850c91c (diff) | |
| download | perlweeklychallenge-club-098ba204f0efcb7a9e1c121d9672400f62118342.tar.gz perlweeklychallenge-club-098ba204f0efcb7a9e1c121d9672400f62118342.tar.bz2 perlweeklychallenge-club-098ba204f0efcb7a9e1c121d9672400f62118342.zip | |
- Added first contributions to week 1 by Lakpa Tashi Bhutia.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 124 |
1 files changed, 62 insertions, 62 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 79354593d0..b2096a9ce0 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,35 +1,7 @@ { - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2021-04-13 14:54:42 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "legend" : { "enabled" : 0 }, - "title" : { - "text" : "Perl Weekly Challenge - 108" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "tooltip" : { - "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/>", - "followPointer" : 1 - }, "drilldown" : { "series" : [ { @@ -47,14 +19,14 @@ "id" : "Aaron Smith" }, { + "name" : "Cheok-Yin Fung", + "id" : "Cheok-Yin Fung", "data" : [ [ "Perl", 1 ] - ], - "id" : "Cheok-Yin Fung", - "name" : "Cheok-Yin Fung" + ] }, { "data" : [ @@ -63,12 +35,10 @@ 2 ] ], - "id" : "Jorg Sommrey", - "name" : "Jorg Sommrey" + "name" : "Jorg Sommrey", + "id" : "Jorg Sommrey" }, { - "name" : "Luca Ferrari", - "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -78,7 +48,9 @@ "Blog", 2 ] - ] + ], + "id" : "Luca Ferrari", + "name" : "Luca Ferrari" }, { "name" : "Mark Anderson", @@ -91,8 +63,6 @@ ] }, { - "id" : "Roger Bell_West", - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -102,21 +72,23 @@ "Raku", 2 ] - ] + ], + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" }, { + "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Raku", 1 ] - ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + ] }, { - "id" : "Stuart Little", "name" : "Stuart Little", + "id" : "Stuart Little", "data" : [ [ "Perl", @@ -129,8 +101,6 @@ ] }, { - "name" : "W. Luis Mochan", - "id" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -140,46 +110,60 @@ "Blog", 1 ] - ] + ], + "name" : "W. Luis Mochan", + "id" : "W. Luis Mochan" } ] }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 108" + }, "series" : [ { + "colorByPoint" : 1, "data" : [ { "drilldown" : "Aaron Smith", - "y" : 3, - "name" : "Aaron Smith" + "name" : "Aaron Smith", + "y" : 3 }, { - "drilldown" : "Cheok-Yin Fung", "y" : 1, - "name" : "Cheok-Yin Fung" + "name" : "Cheok-Yin Fung", + "drilldown" : "Cheok-Yin Fung" }, { "drilldown" : "Jorg Sommrey", - "y" : 2, - "name" : "Jorg Sommrey" + "name" : "Jorg Sommrey", + "y" : 2 }, { - "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari", "y" : 4, - "name" : "Luca Ferrari" + "drilldown" : "Luca Ferrari" }, { - "name" : "Mark Anderson", "y" : 2, + "name" : "Mark Anderson", "drilldown" : "Mark Anderson" }, { - "name" : "Roger Bell_West", + "drilldown" : "Roger Bell_West", "y" : 4, - "drilldown" : "Roger Bell_West" + "name" : "Roger Bell_West" }, { - "y" : 1, "name" : "Simon Proctor", + "y" : 1, "drilldown" : "Simon Proctor" }, { @@ -188,15 +172,31 @@ "y" : 4 }, { - "drilldown" : "W. Luis Mochan", + "name" : "W. Luis Mochan", "y" : 3, - "name" : "W. Luis Mochan" + "drilldown" : "W. Luis Mochan" } ], - "name" : "Perl Weekly Challenge - 108", - "colorByPoint" : 1 + "name" : "Perl Weekly Challenge - 108" } ], + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2021-04-13 15:12:45 GMT" + }, + "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/>" + }, "xAxis" : { "type" : "category" } |
