diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 95 |
1 files changed, 55 insertions, 40 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 3115d339c3..685ef2c7f8 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,17 +1,27 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 100" + "xAxis" : { + "type" : "category" }, - "chart" : { - "type" : "column" + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } }, "subtitle" : { - "text" : "[Champions: 4] Last updated at 2021-02-15 18:44:13 GMT" + "text" : "[Champions: 5] Last updated at 2021-02-15 19:19:31 GMT" + }, + "legend" : { + "enabled" : 0 }, "drilldown" : { "series" : [ { "name" : "James Smith", + "id" : "James Smith", "data" : [ [ "Perl", @@ -21,11 +31,10 @@ "Blog", 1 ] - ], - "id" : "James Smith" + ] }, { - "id" : "Roger Bell_West", + "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -36,9 +45,10 @@ 2 ] ], - "name" : "Roger Bell_West" + "id" : "Roger Bell_West" }, { + "name" : "Simon Green", "id" : "Simon Green", "data" : [ [ @@ -49,34 +59,50 @@ "Blog", 1 ] - ], - "name" : "Simon Green" + ] }, { + "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Raku", 2 ] - ], + ] + }, + { + "name" : "Stuart Little", "id" : "Stuart Little", - "name" : "Stuart Little" + "data" : [ + [ + "Raku", + 2 + ] + ] } ] }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "title" : { + "text" : "Perl Weekly Challenge - 100" + }, + "chart" : { + "type" : "column" }, "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", "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/>" }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "series" : [ { "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 100", "data" : [ { "name" : "James Smith", @@ -89,32 +115,21 @@ "drilldown" : "Roger Bell_West" }, { - "drilldown" : "Simon Green", + "y" : 3, "name" : "Simon Green", - "y" : 3 + "drilldown" : "Simon Green" }, { - "drilldown" : "Stuart Little", "y" : 2, - "name" : "Stuart Little" + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" + }, + { + "name" : "Stuart Little", + "y" : 2, + "drilldown" : "Stuart Little" } - ], - "name" : "Perl Weekly Challenge - 100" - } - ], - "xAxis" : { - "type" : "category" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } + ] } - }, - "legend" : { - "enabled" : 0 - } + ] } |
