diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-10 11:22:08 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-10 11:22:08 +0100 |
| commit | e874646e75a09fbe9c9f248e2071bc4182973b7f (patch) | |
| tree | 2a0fa3af0f3b0fd5a71a9ae67984f4fa2adb8aa1 /stats/pwc-current.json | |
| parent | eb36d6c010bde5a9965e4b599575fcd7b5243db0 (diff) | |
| download | perlweeklychallenge-club-e874646e75a09fbe9c9f248e2071bc4182973b7f.tar.gz perlweeklychallenge-club-e874646e75a09fbe9c9f248e2071bc4182973b7f.tar.bz2 perlweeklychallenge-club-e874646e75a09fbe9c9f248e2071bc4182973b7f.zip | |
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 96056c7fc3..ae8db7eb2c 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,11 +1,30 @@ { + "xAxis" : { + "type" : "category" + }, + "tooltip" : { + "pointerFormat" : "<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 + }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 012" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, "drilldown" : { @@ -14,48 +33,29 @@ "data" : [ [ "Perl 6", - 1 + 2 ] ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + "id" : "Simon Proctor", + "name" : "Simon Proctor" } ] }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-06-10 08:28:13 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 012" - }, - "legend" : { - "enabled" : 0 - }, "series" : [ { - "colorByPoint" : 1, "data" : [ { - "y" : 1, + "y" : 2, "name" : "Simon Proctor", "drilldown" : "Simon Proctor" } ], + "colorByPoint" : 1, "name" : "Champions" } ], - "tooltip" : { - "followPointer" : 1, - "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" - }, - "xAxis" : { - "type" : "category" + "subtitle" : { + "text" : "[Champions: 1] Last updated at 2019-06-10 10:21:32 GMT" }, "chart" : { "type" : "column" |
