diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-07 13:13:55 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-07 13:13:55 +0100 |
| commit | 94603062c9abd791f2cbdbf7cd5dbeb97d728910 (patch) | |
| tree | 6ced540ec76acd73567244821054657483d8a237 /stats/pwc-current.json | |
| parent | ae8db0a34669f8d32b3297896d79b9c7e15c5522 (diff) | |
| download | perlweeklychallenge-club-94603062c9abd791f2cbdbf7cd5dbeb97d728910.tar.gz perlweeklychallenge-club-94603062c9abd791f2cbdbf7cd5dbeb97d728910.tar.bz2 perlweeklychallenge-club-94603062c9abd791f2cbdbf7cd5dbeb97d728910.zip | |
- Added solutions by Ryan Thompson.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 85 |
1 files changed, 54 insertions, 31 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 9bc575398e..ca287e9412 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,43 +1,43 @@ { - "legend" : { - "enabled" : 0 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "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" - }, "series" : [ { "name" : "The Weekly Challenge - 168", - "colorByPoint" : 1, "data" : [ { + "drilldown" : "Luca Ferrari", "y" : 8, - "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari" + "name" : "Luca Ferrari" }, { - "name" : "Mark Anderson", + "drilldown" : "Mark Anderson", "y" : 2, - "drilldown" : "Mark Anderson" + "name" : "Mark Anderson" }, { "y" : 4, - "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West" + "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West" + }, + { + "name" : "Ryan Thompson", + "y" : 6, + "drilldown" : "Ryan Thompson" } - ] + ], + "colorByPoint" : 1 } ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2022-06-07 12:12:06 GMT" + }, "plotOptions" : { "series" : { "dataLabels" : { @@ -50,7 +50,6 @@ "drilldown" : { "series" : [ { - "id" : "Luca Ferrari", "name" : "Luca Ferrari", "data" : [ [ @@ -61,7 +60,8 @@ "Blog", 6 ] - ] + ], + "id" : "Luca Ferrari" }, { "id" : "Mark Anderson", @@ -74,8 +74,22 @@ ] }, { + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ] + ], "name" : "Roger Bell_West", - "id" : "Roger Bell_West", + "id" : "Roger Bell_West" + }, + { + "id" : "Ryan Thompson", + "name" : "Ryan Thompson", "data" : [ [ "Perl", @@ -84,18 +98,27 @@ [ "Raku", 2 + ], + [ + "Blog", + 2 ] ] } ] }, + "xAxis" : { + "type" : "category" + }, "title" : { "text" : "The Weekly Challenge - 168" }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2022-06-07 11:25:04 GMT" + "tooltip" : { + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : 0 } } |
