diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-06 12:19:51 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-06 12:19:51 +0100 |
| commit | 4a4ce856c993b347807707a6021bc8fc9e8921b7 (patch) | |
| tree | a129897459379201a52fe69ce90655107624cd0d /stats/pwc-current.json | |
| parent | 203cbb1309d5a01dc5d5a86349a46679ce94f597 (diff) | |
| download | perlweeklychallenge-club-4a4ce856c993b347807707a6021bc8fc9e8921b7.tar.gz perlweeklychallenge-club-4a4ce856c993b347807707a6021bc8fc9e8921b7.tar.bz2 perlweeklychallenge-club-4a4ce856c993b347807707a6021bc8fc9e8921b7.zip | |
- Added solutions by Andrew Shitov.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 103 |
1 files changed, 61 insertions, 42 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 1d309015f6..754c6bd29b 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,16 +1,67 @@ { + "chart" : { + "type" : "column" + }, + "series" : [ + { + "colorByPoint" : 1, + "data" : [ + { + "name" : "Andrew Shitov", + "drilldown" : "Andrew Shitov", + "y" : 2 + }, + { + "drilldown" : "Javier Luque", + "y" : 5, + "name" : "Javier Luque" + }, + { + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", + "y" : 1 + } + ], + "name" : "Perl Weekly Challenge - 068" + } + ], + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + }, "xAxis" : { "type" : "category" }, - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2020-07-06 11:12:27 GMT" + "title" : { + "text" : "Perl Weekly Challenge - 068" }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2020-07-06 11:19:42 GMT" }, "drilldown" : { "series" : [ { + "id" : "Andrew Shitov", + "data" : [ + [ + "Raku", + 1 + ], + [ + "Blog", + 1 + ] + ], + "name" : "Andrew Shitov" + }, + { + "id" : "Javier Luque", "data" : [ [ "Perl", @@ -25,62 +76,30 @@ 1 ] ], - "id" : "Javier Luque", "name" : "Javier Luque" }, { - "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Raku", 1 ] ], - "name" : "Simon Proctor" + "id" : "Simon Proctor" } ] }, - "title" : { - "text" : "Perl Weekly Challenge - 068" - }, - "series" : [ - { - "data" : [ - { - "y" : 5, - "drilldown" : "Javier Luque", - "name" : "Javier Luque" - }, - { - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor", - "y" : 1 - } - ], - "name" : "Perl Weekly Challenge - 068", - "colorByPoint" : 1 - } - ], - "legend" : { - "enabled" : 0 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "plotOptions" : { "series" : { "borderWidth" : 0, "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 } } }, - "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 + "legend" : { + "enabled" : 0 } } |
