diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-09 09:19:05 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-09 09:19:05 +0100 |
| commit | 83a9aae82c8c36205d38594bc352673058c2d404 (patch) | |
| tree | a173815f10bca034b8d9a785317ce005530223dd /stats/pwc-current.json | |
| parent | 6d47ee10f36c95440b182b45d70903b47b43a151 (diff) | |
| download | perlweeklychallenge-club-83a9aae82c8c36205d38594bc352673058c2d404.tar.gz perlweeklychallenge-club-83a9aae82c8c36205d38594bc352673058c2d404.tar.bz2 perlweeklychallenge-club-83a9aae82c8c36205d38594bc352673058c2d404.zip | |
- Added solution by Prajith P.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 125 |
1 files changed, 70 insertions, 55 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f31d838913..e8d81617e4 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,35 +1,42 @@ { - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2019-10-09 07:30:21 GMT" - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, "drilldown" : { "series" : [ { - "id" : "Daniel Mita", - "name" : "Daniel Mita", "data" : [ [ "Perl 6", 1 ] - ] + ], + "name" : "Daniel Mita", + "id" : "Daniel Mita" }, { + "id" : "Dave Cross", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Dave Cross", "name" : "Dave Cross" }, { + "name" : "Dave Jacoby", "data" : [ [ "Perl 5", @@ -40,18 +47,17 @@ 1 ] ], - "id" : "Dave Jacoby", - "name" : "Dave Jacoby" + "id" : "Dave Jacoby" }, { + "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "E. Choroba", - "id" : "E. Choroba" + ] }, { "data" : [ @@ -60,18 +66,18 @@ 2 ] ], - "id" : "Kivanc Yazan", - "name" : "Kivanc Yazan" + "name" : "Kivanc Yazan", + "id" : "Kivanc Yazan" }, { + "id" : "Lars Thegler", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Lars Thegler", - "id" : "Lars Thegler" + "name" : "Lars Thegler" }, { "data" : [ @@ -80,12 +86,21 @@ 2 ] ], - "id" : "Noud", - "name" : "Noud" + "name" : "Noud", + "id" : "Noud" + }, + { + "id" : "Prajith P", + "name" : "Prajith P", + "data" : [ + [ + "Perl 5", + 1 + ] + ] }, { "id" : "Roger Bell West", - "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -95,69 +110,62 @@ "Perl 6", 1 ] - ] + ], + "name" : "Roger Bell West" }, { "id" : "Yet Ebreo", - "name" : "Yet Ebreo", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Yet Ebreo" } ] }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 029" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, "xAxis" : { "type" : "category" }, + "chart" : { + "type" : "column" + }, "legend" : { "enabled" : 0 }, + "subtitle" : { + "text" : "[Champions: 10] Last updated at 2019-10-09 08:18:41 GMT" + }, "series" : [ { "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 029", "data" : [ { - "drilldown" : "Daniel Mita", "name" : "Daniel Mita", + "drilldown" : "Daniel Mita", "y" : 1 }, { - "drilldown" : "Dave Cross", "y" : 2, + "drilldown" : "Dave Cross", "name" : "Dave Cross" }, { + "y" : 3, "drilldown" : "Dave Jacoby", - "name" : "Dave Jacoby", - "y" : 3 + "name" : "Dave Jacoby" }, { - "drilldown" : "E. Choroba", + "y" : 2, "name" : "E. Choroba", - "y" : 2 + "drilldown" : "E. Choroba" }, { "y" : 2, - "name" : "Kivanc Yazan", - "drilldown" : "Kivanc Yazan" + "drilldown" : "Kivanc Yazan", + "name" : "Kivanc Yazan" }, { "y" : 2, @@ -166,26 +174,33 @@ }, { "drilldown" : "Noud", - "y" : 2, - "name" : "Noud" + "name" : "Noud", + "y" : 2 + }, + { + "y" : 1, + "drilldown" : "Prajith P", + "name" : "Prajith P" }, { - "drilldown" : "Roger Bell West", + "y" : 3, "name" : "Roger Bell West", - "y" : 3 + "drilldown" : "Roger Bell West" }, { "name" : "Yet Ebreo", - "y" : 2, - "drilldown" : "Yet Ebreo" + "drilldown" : "Yet Ebreo", + "y" : 2 } - ], - "name" : "Perl Weekly Challenge - 029" + ] } ], "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/>", - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "followPointer" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge - 029" } } |
