diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-29 10:43:12 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-29 10:43:12 +0000 |
| commit | 67f65a28f00005b0fa9ff95f907ec1bd0ed48428 (patch) | |
| tree | 2d99906a4f5a8ba76c94332fc64d9fc77b0456b2 /stats/pwc-current.json | |
| parent | 3225f6d14ad88249e056fd555303b3fd9049ce32 (diff) | |
| download | perlweeklychallenge-club-67f65a28f00005b0fa9ff95f907ec1bd0ed48428.tar.gz perlweeklychallenge-club-67f65a28f00005b0fa9ff95f907ec1bd0ed48428.tar.bz2 perlweeklychallenge-club-67f65a28f00005b0fa9ff95f907ec1bd0ed48428.zip | |
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 113 |
1 files changed, 64 insertions, 49 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 03d2c51919..4be4c49b9a 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,29 +1,38 @@ { - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2020-12-29 10:39:04 GMT" + "tooltip" : { + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" }, "series" : [ { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 093", "data" : [ { + "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby", + "y" : 2 + }, + { + "name" : "E. Choroba", "drilldown" : "E. Choroba", - "y" : 2, - "name" : "E. Choroba" + "y" : 2 }, { - "name" : "Flavio Poletti", + "y" : 4, "drilldown" : "Flavio Poletti", - "y" : 4 + "name" : "Flavio Poletti" }, { - "drilldown" : "Gustavo Chaves", "y" : 2, - "name" : "Gustavo Chaves" + "name" : "Gustavo Chaves", + "drilldown" : "Gustavo Chaves" }, { - "drilldown" : "James Smith", "y" : 3, - "name" : "James Smith" + "name" : "James Smith", + "drilldown" : "James Smith" }, { "name" : "Mark Anderson", @@ -31,24 +40,23 @@ "y" : 2 }, { - "y" : 4, "drilldown" : "Roger Bell_West", - "name" : "Roger Bell_West" + "name" : "Roger Bell_West", + "y" : 4 }, { "name" : "Stuart Little", - "y" : 2, - "drilldown" : "Stuart Little" + "drilldown" : "Stuart Little", + "y" : 2 } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 093" + ] } ], - "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/>" + "title" : { + "text" : "Perl Weekly Challenge - 093" + }, + "xAxis" : { + "type" : "category" }, "drilldown" : { "series" : [ @@ -59,11 +67,20 @@ 2 ] ], - "id" : "E. Choroba", - "name" : "E. Choroba" + "id" : "Dave Jacoby", + "name" : "Dave Jacoby" + }, + { + "data" : [ + [ + "Perl", + 2 + ] + ], + "name" : "E. Choroba", + "id" : "E. Choroba" }, { - "name" : "Flavio Poletti", "data" : [ [ "Perl", @@ -74,20 +91,20 @@ 2 ] ], - "id" : "Flavio Poletti" + "id" : "Flavio Poletti", + "name" : "Flavio Poletti" }, { "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves", "data" : [ [ "Blog", 2 ] - ], - "name" : "Gustavo Chaves" + ] }, { - "name" : "James Smith", "data" : [ [ "Perl", @@ -98,20 +115,20 @@ 1 ] ], - "id" : "James Smith" + "id" : "James Smith", + "name" : "James Smith" }, { - "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], + "name" : "Mark Anderson", "id" : "Mark Anderson" }, { - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -122,44 +139,42 @@ 2 ] ], - "id" : "Roger Bell_West" + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" }, { + "name" : "Stuart Little", + "id" : "Stuart Little", "data" : [ [ "Raku", 2 ] - ], - "id" : "Stuart Little", - "name" : "Stuart Little" + ] } ] }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 093" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, - "xAxis" : { - "type" : "category" + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2020-12-29 10:41:57 GMT" }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - } + }, + "borderWidth" : 0 } }, + "legend" : { + "enabled" : 0 + }, "chart" : { "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } } } |
