diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-10 10:36:53 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-10 10:36:53 +0100 |
| commit | 25d72e2ccc3d8d88037ad138428f87afeb310ed2 (patch) | |
| tree | 6157ea63fdd72f5d5036d51d0a95b274c1d34f19 /stats/pwc-current.json | |
| parent | 50e06841cd6a8c2d112898707ca1fa8c89c173e3 (diff) | |
| download | perlweeklychallenge-club-25d72e2ccc3d8d88037ad138428f87afeb310ed2.tar.gz perlweeklychallenge-club-25d72e2ccc3d8d88037ad138428f87afeb310ed2.tar.bz2 perlweeklychallenge-club-25d72e2ccc3d8d88037ad138428f87afeb310ed2.zip | |
- Added solutions by Dave Jacoby.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 77 |
1 files changed, 46 insertions, 31 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 5cba706b3c..9a225b0f45 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,46 +1,61 @@ { - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2020-08-10 09:15:45 GMT" - }, - "legend" : { - "enabled" : 0 - }, - "xAxis" : { - "type" : "category" - }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - } + }, + "borderWidth" : 0 } }, + "legend" : { + "enabled" : 0 + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2020-08-10 09:36:39 GMT" + }, + "chart" : { + "type" : "column" + }, + "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/>" + }, + "title" : { + "text" : "Perl Weekly Challenge - 073" + }, + "xAxis" : { + "type" : "category" + }, "drilldown" : { "series" : [ { + "id" : "Dave Jacoby", + "name" : "Dave Jacoby", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, + { + "id" : "Mark Anderson", "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ], - "id" : "Mark Anderson" + ] } ] }, - "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 - }, - "title" : { - "text" : "Perl Weekly Challenge - 073" - }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "series" : [ { @@ -48,16 +63,16 @@ "name" : "Perl Weekly Challenge - 073", "data" : [ { - "name" : "Mark Anderson", - "drilldown" : "Mark Anderson", + "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby", "y" : 2 + }, + { + "y" : 2, + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson" } ] } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - } + ] } |
