diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-29 10:24:16 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-29 10:24:16 +0100 |
| commit | 2f5ee8d01e0212d9c8e587014b0df2710e0b0ef1 (patch) | |
| tree | b7e6ae60db55058ce9cbeb86ceebd9d155477454 /stats/pwc-current.json | |
| parent | d5fcf1edbb9259f913252753254b32ecb0ee2802 (diff) | |
| download | perlweeklychallenge-club-2f5ee8d01e0212d9c8e587014b0df2710e0b0ef1.tar.gz perlweeklychallenge-club-2f5ee8d01e0212d9c8e587014b0df2710e0b0ef1.tar.bz2 perlweeklychallenge-club-2f5ee8d01e0212d9c8e587014b0df2710e0b0ef1.zip | |
- Added solutions to second question by Joelle Maslak.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 76fa8116a3..f3922557ad 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,36 +1,9 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 006" - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-04-29 02:53:50 GMT" - }, - "drilldown" : { - "series" : [ - { - "data" : [ - [ - "Perl 5", - 1 - ], - [ - "Perl 6", - 1 - ] - ], - "name" : "Joelle Maslak", - "id" : "Joelle Maslak" - } - ] - }, "tooltip" : { "followPointer" : 1, "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" }, - "legend" : { - "enabled" : 0 - }, "yAxis" : { "title" : { "text" : "Total Solutions" @@ -41,15 +14,15 @@ }, "series" : [ { + "name" : "Champions", + "colorByPoint" : 1, "data" : [ { - "name" : "Joelle Maslak", - "y" : 2, - "drilldown" : "Joelle Maslak" + "drilldown" : "Joelle Maslak", + "y" : 4, + "name" : "Joelle Maslak" } - ], - "colorByPoint" : 1, - "name" : "Champions" + ] } ], "plotOptions" : { @@ -61,6 +34,33 @@ "borderWidth" : 0 } }, + "subtitle" : { + "text" : "[Champions: 1] Last updated at 2019-04-29 09:24:04 GMT" + }, + "legend" : { + "enabled" : 0 + }, + "drilldown" : { + "series" : [ + { + "id" : "Joelle Maslak", + "name" : "Joelle Maslak", + "data" : [ + [ + "Perl 5", + 2 + ], + [ + "Perl 6", + 2 + ] + ] + } + ] + }, + "title" : { + "text" : "Perl Weekly Challenge - 006" + }, "xAxis" : { "type" : "category" } |
