diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-24 14:16:19 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-24 14:16:19 +0100 |
| commit | 0664729d0a604822d0247e8d3c4270f3ac29f856 (patch) | |
| tree | 5f8bfaea017de7546bfb6d324cb776d7cbd10fb2 /stats/pwc-current.json | |
| parent | 52eb2b404b9907f85b82f451970b0953b7376b15 (diff) | |
| download | perlweeklychallenge-club-0664729d0a604822d0247e8d3c4270f3ac29f856.tar.gz perlweeklychallenge-club-0664729d0a604822d0247e8d3c4270f3ac29f856.tar.bz2 perlweeklychallenge-club-0664729d0a604822d0247e8d3c4270f3ac29f856.zip | |
- Added solution by Mark Anderson.
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 91 |
1 files changed, 53 insertions, 38 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 325be631e7..86f0fc4ac3 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,15 +1,8 @@ { - "legend" : { - "enabled" : 0 - }, - "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/>" - }, "series" : [ { "name" : "Perl Weekly Challenge - 114", + "colorByPoint" : 1, "data" : [ { "y" : 2, @@ -22,53 +15,41 @@ "drilldown" : "Luca Ferrari" }, { - "name" : "Simon Green", + "drilldown" : "Mark Anderson", + "y" : 1, + "name" : "Mark Anderson" + }, + { "y" : 3, - "drilldown" : "Simon Green" + "drilldown" : "Simon Green", + "name" : "Simon Green" }, { - "name" : "Simon Proctor", + "y" : 2, "drilldown" : "Simon Proctor", - "y" : 2 + "name" : "Simon Proctor" } - ], - "colorByPoint" : 1 + ] } ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2021-05-24 10:22:07 GMT" + "legend" : { + "enabled" : 0 }, "drilldown" : { "series" : [ { - "id" : "Dave Cross", "data" : [ [ "Perl", 2 ] ], - "name" : "Dave Cross" + "name" : "Dave Cross", + "id" : "Dave Cross" }, { "id" : "Luca Ferrari", + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -78,8 +59,17 @@ "Blog", 2 ] + ] + }, + { + "data" : [ + [ + "Raku", + 1 + ] ], - "name" : "Luca Ferrari" + "id" : "Mark Anderson", + "name" : "Mark Anderson" }, { "data" : [ @@ -107,10 +97,35 @@ } ] }, + "chart" : { + "type" : "column" + }, "title" : { "text" : "Perl Weekly Challenge - 114" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2021-05-24 13:08:13 GMT" + }, + "tooltip" : { + "followPointer" : 1, + "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/>" + }, + "xAxis" : { + "type" : "category" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } |
