diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-10 11:59:46 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-10 11:59:46 +0100 |
| commit | 76c9c09c0b2deac8a801ad60f866cdcdb97caa8c (patch) | |
| tree | da1a40973e8d9a6dd44dec4b35a1e2e80df276af /stats/pwc-current.json | |
| parent | 7a73f040a98fe7423753192e94bac15cb465ff28 (diff) | |
| download | perlweeklychallenge-club-76c9c09c0b2deac8a801ad60f866cdcdb97caa8c.tar.gz perlweeklychallenge-club-76c9c09c0b2deac8a801ad60f866cdcdb97caa8c.tar.bz2 perlweeklychallenge-club-76c9c09c0b2deac8a801ad60f866cdcdb97caa8c.zip | |
- Added solutions to weeks 18, 19 and 20 by Lakpa Tashi Bhutia.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index ede125e81a..46e18787dc 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,52 +1,33 @@ { - "chart" : { - "type" : "column" - }, - "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 - 112" - }, - "drilldown" : { - "series" : [ - { - "id" : "Mark Anderson", - "data" : [ - [ - "Raku", - 2 - ] - ], - "name" : "Mark Anderson" - } - ] - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1 }, "series" : [ { "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 112", "data" : [ { "y" : 2, "drilldown" : "Mark Anderson", "name" : "Mark Anderson" } - ], - "name" : "Perl Weekly Challenge - 112" + ] } ], + "title" : { + "text" : "Perl Weekly Challenge - 112" + }, + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-05-10 10:08:40 GMT" + "text" : "[Champions: 1] Last updated at 2021-05-10 10:58:38 GMT" }, "plotOptions" : { "series" : { @@ -57,7 +38,26 @@ } } }, - "legend" : { - "enabled" : 0 + "chart" : { + "type" : "column" + }, + "drilldown" : { + "series" : [ + { + "id" : "Mark Anderson", + "data" : [ + [ + "Raku", + 2 + ] + ], + "name" : "Mark Anderson" + } + ] + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } |
