diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-04 09:42:35 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-04 09:42:35 +0100 |
| commit | 49a15dc1ea62a46f101c3b508542e245bba04890 (patch) | |
| tree | 28eca6ac6ed15672432ce063a79ff451ac165f39 /stats/pwc-current.json | |
| parent | 9b660325f5dd72c0222bb5d4dc829c3e834aaf23 (diff) | |
| download | perlweeklychallenge-club-49a15dc1ea62a46f101c3b508542e245bba04890.tar.gz perlweeklychallenge-club-49a15dc1ea62a46f101c3b508542e245bba04890.tar.bz2 perlweeklychallenge-club-49a15dc1ea62a46f101c3b508542e245bba04890.zip | |
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 61 |
1 files changed, 38 insertions, 23 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index f5e3ecc63e..a4412056c9 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,12 +1,13 @@ { - "legend" : { - "enabled" : 0 - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2020-05-04 08:18:42 GMT" + "tooltip" : { + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "plotOptions" : { "series" : { @@ -17,16 +18,20 @@ "borderWidth" : 0 } }, + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 + }, "title" : { "text" : "Perl Weekly Challenge - 059" }, - "xAxis" : { - "type" : "category" + "chart" : { + "type" : "column" }, - "tooltip" : { - "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/>", - "followPointer" : 1 + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2020-05-04 08:41:52 GMT" }, "drilldown" : { "series" : [ @@ -47,25 +52,35 @@ ] ], "id" : "Javier Luque" + }, + { + "id" : "Simon Proctor", + "data" : [ + [ + "Raku", + 1 + ] + ], + "name" : "Simon Proctor" } ] }, "series" : [ { + "name" : "Perl Weekly Challenge - 059", + "colorByPoint" : 1, "data" : [ { - "drilldown" : "Javier Luque", "name" : "Javier Luque", + "drilldown" : "Javier Luque", "y" : 5 + }, + { + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", + "y" : 1 } - ], - "name" : "Perl Weekly Challenge - 059", - "colorByPoint" : 1 - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" + ] } - } + ] } |
