diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-21 21:56:33 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-21 21:56:33 +0100 |
| commit | 12c25a7c5233045d144f20bd260cb709a1626546 (patch) | |
| tree | 6428e0e592e753ec96f323e2f03b000623548307 /stats/pwc-current.json | |
| parent | 6fb419cb6d1929fa5cf3be8e00ebac54b381daf8 (diff) | |
| download | perlweeklychallenge-club-12c25a7c5233045d144f20bd260cb709a1626546.tar.gz perlweeklychallenge-club-12c25a7c5233045d144f20bd260cb709a1626546.tar.bz2 perlweeklychallenge-club-12c25a7c5233045d144f20bd260cb709a1626546.zip | |
- Added solutions by Scimon Proctor.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 95 |
1 files changed, 55 insertions, 40 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 92ba8959c7..ae89d8afb6 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,38 +1,4 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 079" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "legend" : { - "enabled" : 0 - }, - "tooltip" : { - "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/>", - "followPointer" : 1 - }, - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2020-09-21 20:42:37 GMT" - }, - "chart" : { - "type" : "column" - }, "drilldown" : { "series" : [ { @@ -44,20 +10,69 @@ ] ], "name" : "Mark Anderson" + }, + { + "data" : [ + [ + "Raku", + 2 + ] + ], + "id" : "Simon Proctor", + "name" : "Simon Proctor" } ] }, "series" : [ { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 079", "data" : [ { + "name" : "Mark Anderson", "y" : 2, - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson" + "drilldown" : "Mark Anderson" + }, + { + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor", + "y" : 2 } - ], - "name" : "Perl Weekly Challenge - 079", - "colorByPoint" : 1 + ] + } + ], + "title" : { + "text" : "Perl Weekly Challenge - 079" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } - ] + }, + "legend" : { + "enabled" : 0 + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2020-09-21 20:56:26 GMT" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "xAxis" : { + "type" : "category" + }, + "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" + } } |
