diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 107 |
1 files changed, 63 insertions, 44 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index c65b58474d..406f21c2fa 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,15 +1,43 @@ { + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2021-02-09 23:18:28 GMT" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "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/>" }, "drilldown" : { "series" : [ { + "name" : "Luca Ferrari", + "id" : "Luca Ferrari", + "data" : [ + [ + "Raku", + 2 + ], + [ + "Blog", + 2 + ] + ] + }, + { + "name" : "Simon Green", + "id" : "Simon Green", "data" : [ [ "Perl", @@ -19,21 +47,21 @@ "Blog", 1 ] - ], - "id" : "Simon Green", - "name" : "Simon Green" + ] }, { + "name" : "Simon Proctor", "id" : "Simon Proctor", "data" : [ [ "Raku", 2 ] - ], - "name" : "Simon Proctor" + ] }, { + "id" : "Stuart Little", + "name" : "Stuart Little", "data" : [ [ "Perl", @@ -43,14 +71,23 @@ "Raku", 2 ] - ], - "id" : "Stuart Little", - "name" : "Stuart Little" + ] } ] }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2021-02-09 23:15:38 GMT" + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 099" }, "series" : [ { @@ -58,44 +95,26 @@ "colorByPoint" : 1, "data" : [ { + "name" : "Luca Ferrari", + "drilldown" : "Luca Ferrari", + "y" : 4 + }, + { + "y" : 3, "name" : "Simon Green", - "drilldown" : "Simon Green", - "y" : 3 + "drilldown" : "Simon Green" }, { - "name" : "Simon Proctor", + "y" : 2, "drilldown" : "Simon Proctor", - "y" : 2 + "name" : "Simon Proctor" }, { "drilldown" : "Stuart Little", - "y" : 4, - "name" : "Stuart Little" + "name" : "Stuart Little", + "y" : 4 } ] } - ], - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 099" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "xAxis" : { - "type" : "category" - }, - "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/>" - } + ] } |
