diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-27 22:17:39 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-27 22:17:39 +0100 |
| commit | c349df073e82af00500220ec153e0831f896667a (patch) | |
| tree | c2c7fd3e51e9d6904f07108a50f6a977ba8b07fe /stats/pwc-current.json | |
| parent | a593c35ec29082e22176bb163072f85527d802b5 (diff) | |
| download | perlweeklychallenge-club-c349df073e82af00500220ec153e0831f896667a.tar.gz perlweeklychallenge-club-c349df073e82af00500220ec153e0831f896667a.tar.bz2 perlweeklychallenge-club-c349df073e82af00500220ec153e0831f896667a.zip | |
- Added solutions by Lucas Ransan.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 123 |
1 files changed, 69 insertions, 54 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 6d08fdf220..f001b85751 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,60 +1,8 @@ { - "title" : { - "text" : "The Weekly Challenge - 123" - }, - "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/>" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2021-07-27 21:12:08 GMT" - }, - "series" : [ - { - "name" : "The Weekly Challenge - 123", - "data" : [ - { - "drilldown" : "James Smith", - "y" : 3, - "name" : "James Smith" - }, - { - "name" : "Simon Proctor", - "y" : 2, - "drilldown" : "Simon Proctor" - } - ], - "colorByPoint" : 1 - } - ], - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, "drilldown" : { "series" : [ { - "id" : "James Smith", + "name" : "James Smith", "data" : [ [ "Perl", @@ -65,7 +13,17 @@ 1 ] ], - "name" : "James Smith" + "id" : "James Smith" + }, + { + "id" : "Lucas Ransan", + "name" : "Lucas Ransan", + "data" : [ + [ + "Raku", + 2 + ] + ] }, { "id" : "Simon Proctor", @@ -78,5 +36,62 @@ ] } ] + }, + "series" : [ + { + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "James Smith", + "name" : "James Smith", + "y" : 3 + }, + { + "name" : "Lucas Ransan", + "y" : 2, + "drilldown" : "Lucas Ransan" + }, + { + "drilldown" : "Simon Proctor", + "y" : 2, + "name" : "Simon Proctor" + } + ], + "name" : "The Weekly Challenge - 123" + } + ], + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" + }, + "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/>" + }, + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2021-07-27 21:16:53 GMT" + }, + "title" : { + "text" : "The Weekly Challenge - 123" } } |
