diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-17 06:06:08 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-17 06:06:08 +0100 |
| commit | f035783d130995c470a1c9349934ff84af5bc840 (patch) | |
| tree | 15bcb25d52de25751c8edd52ea60146e1bab7760 /stats/pwc-current.json | |
| parent | 90dab5c98218ea1ab6008cdfa3591cb9012f1ef3 (diff) | |
| download | perlweeklychallenge-club-f035783d130995c470a1c9349934ff84af5bc840.tar.gz perlweeklychallenge-club-f035783d130995c470a1c9349934ff84af5bc840.tar.bz2 perlweeklychallenge-club-f035783d130995c470a1c9349934ff84af5bc840.zip | |
- Added solutions in Perl, Raku and Swift.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 85 |
1 files changed, 52 insertions, 33 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f4a9dcb806..969887b93c 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,51 +1,42 @@ { - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2020-08-17 04:51:42 GMT" - }, - "legend" : { - "enabled" : 0 - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "xAxis" : { - "type" : "category" - }, - "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/>" - }, - "title" : { - "text" : "Perl Weekly Challenge - 074" - }, "drilldown" : { "series" : [ { - "id" : "Mark Anderson", "name" : "Mark Anderson", "data" : [ [ "Raku", 1 ] - ] + ], + "id" : "Mark Anderson" + }, + { + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ] + ], + "name" : "Mohammad S Anwar", + "id" : "Mohammad S Anwar" } ] }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" }, "series" : [ { @@ -53,11 +44,39 @@ "colorByPoint" : 1, "data" : [ { - "y" : 1, + "drilldown" : "Mark Anderson", "name" : "Mark Anderson", - "drilldown" : "Mark Anderson" + "y" : 1 + }, + { + "name" : "Mohammad S Anwar", + "y" : 4, + "drilldown" : "Mohammad S Anwar" } ] } - ] + ], + "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/>" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 074" + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2020-08-17 05:05:55 GMT" + } } |
