diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-23 12:39:03 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-23 12:39:03 +0000 |
| commit | ee4a8c1bc673d2cd5a2928e12410be22184a6275 (patch) | |
| tree | d10fdc464cc92ca8222b203c464af5b5d1c7ae3b /stats/pwc-current.json | |
| parent | a042d193e61580e8bd4011d391ef13b398396597 (diff) | |
| download | perlweeklychallenge-club-ee4a8c1bc673d2cd5a2928e12410be22184a6275.tar.gz perlweeklychallenge-club-ee4a8c1bc673d2cd5a2928e12410be22184a6275.tar.bz2 perlweeklychallenge-club-ee4a8c1bc673d2cd5a2928e12410be22184a6275.zip | |
- Added solutions by Jan Krnavek.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 151 |
1 files changed, 83 insertions, 68 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 9c0a4dc608..75233a4ca3 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,8 +1,24 @@ { + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 11] Last updated at 2021-12-23 12:27:51 GMT" + }, + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "The Weekly Challenge - 144" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "drilldown" : { "series" : [ { - "id" : "Dave Jacoby", "data" : [ [ "Perl", @@ -13,11 +29,12 @@ 1 ] ], - "name" : "Dave Jacoby" + "name" : "Dave Jacoby", + "id" : "Dave Jacoby" }, { - "name" : "David Santiago", "id" : "David Santiago", + "name" : "David Santiago", "data" : [ [ "Raku", @@ -32,12 +49,20 @@ 2 ] ], - "id" : "E. Choroba", - "name" : "E. Choroba" + "name" : "E. Choroba", + "id" : "E. Choroba" + }, + { + "data" : [ + [ + "Raku", + 2 + ] + ], + "name" : "Jan Krnavek", + "id" : "Jan Krnavek" }, { - "name" : "Luca Ferrari", - "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -47,31 +72,33 @@ "Blog", 4 ] - ] + ], + "name" : "Luca Ferrari", + "id" : "Luca Ferrari" }, { - "id" : "Mark Anderson", "data" : [ [ "Raku", 1 ] ], - "name" : "Mark Anderson" + "name" : "Mark Anderson", + "id" : "Mark Anderson" }, { - "id" : "Mohammad S Anwar", "data" : [ [ "Perl", 1 ] ], - "name" : "Mohammad S Anwar" + "name" : "Mohammad S Anwar", + "id" : "Mohammad S Anwar" }, { - "name" : "Paulo Custodio", "id" : "Paulo Custodio", + "name" : "Paulo Custodio", "data" : [ [ "Perl", @@ -80,6 +107,8 @@ ] }, { + "id" : "Peter Campbell Smith", + "name" : "Peter Campbell Smith", "data" : [ [ "Perl", @@ -89,12 +118,10 @@ "Blog", 1 ] - ], - "id" : "Peter Campbell Smith", - "name" : "Peter Campbell Smith" + ] }, { - "id" : "Roger Bell_West", + "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -109,7 +136,7 @@ 1 ] ], - "name" : "Roger Bell_West" + "id" : "Roger Bell_West" }, { "data" : [ @@ -122,23 +149,35 @@ 2 ] ], - "id" : "Ulrich Rieke", - "name" : "Ulrich Rieke" + "name" : "Ulrich Rieke", + "id" : "Ulrich Rieke" } ] }, - "title" : { - "text" : "The Weekly Challenge - 144" + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 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/>" + }, + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "The Weekly Challenge - 144", - "colorByPoint" : 1, "data" : [ { - "y" : 3, "name" : "Dave Jacoby", - "drilldown" : "Dave Jacoby" + "drilldown" : "Dave Jacoby", + "y" : 3 }, { "y" : 1, @@ -146,34 +185,39 @@ "name" : "David Santiago" }, { - "drilldown" : "E. Choroba", "name" : "E. Choroba", + "drilldown" : "E. Choroba", + "y" : 2 + }, + { + "drilldown" : "Jan Krnavek", + "name" : "Jan Krnavek", "y" : 2 }, { - "drilldown" : "Luca Ferrari", "name" : "Luca Ferrari", + "drilldown" : "Luca Ferrari", "y" : 6 }, { - "drilldown" : "Mark Anderson", + "y" : 1, "name" : "Mark Anderson", - "y" : 1 + "drilldown" : "Mark Anderson" }, { - "y" : 1, + "name" : "Mohammad S Anwar", "drilldown" : "Mohammad S Anwar", - "name" : "Mohammad S Anwar" + "y" : 1 }, { - "name" : "Paulo Custodio", "drilldown" : "Paulo Custodio", + "name" : "Paulo Custodio", "y" : 2 }, { - "drilldown" : "Peter Campbell Smith", + "y" : 3, "name" : "Peter Campbell Smith", - "y" : 3 + "drilldown" : "Peter Campbell Smith" }, { "y" : 5, @@ -185,38 +229,9 @@ "drilldown" : "Ulrich Rieke", "y" : 4 } - ] - } - ], - "legend" : { - "enabled" : 0 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + ], + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 144" } - }, - "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/>" - }, - "xAxis" : { - "type" : "category" - }, - "subtitle" : { - "text" : "[Champions: 10] Last updated at 2021-12-22 03:02:50 GMT" - }, - "chart" : { - "type" : "column" - } + ] } |
