diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 135 |
1 files changed, 77 insertions, 58 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index eee9ea02f3..c46a5befdd 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,30 +1,70 @@ { - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2021-06-08 08:50:00 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 116" - }, - "chart" : { - "type" : "column" - }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - } + }, + "borderWidth" : 0 } }, "legend" : { "enabled" : 0 }, + "series" : [ + { + "name" : "Perl Weekly Challenge - 116", + "data" : [ + { + "name" : "Aaron Smith", + "drilldown" : "Aaron Smith", + "y" : 3 + }, + { + "drilldown" : "Flavio Poletti", + "y" : 6, + "name" : "Flavio Poletti" + }, + { + "name" : "James Smith", + "drilldown" : "James Smith", + "y" : 3 + }, + { + "drilldown" : "Luca Ferrari", + "y" : 4, + "name" : "Luca Ferrari" + }, + { + "y" : 3, + "drilldown" : "Simon Green", + "name" : "Simon Green" + }, + { + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", + "y" : 2 + } + ], + "colorByPoint" : 1 + } + ], + "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/>" + }, + "xAxis" : { + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "[Champions: 6] Last updated at 2021-06-08 08:54:30 GMT" + }, "drilldown" : { "series" : [ { @@ -43,7 +83,6 @@ }, { "id" : "Flavio Poletti", - "name" : "Flavio Poletti", "data" : [ [ "Perl", @@ -57,7 +96,8 @@ "Blog", 2 ] - ] + ], + "name" : "Flavio Poletti" }, { "name" : "James Smith", @@ -74,6 +114,20 @@ "id" : "James Smith" }, { + "data" : [ + [ + "Raku", + 2 + ], + [ + "Blog", + 2 + ] + ], + "name" : "Luca Ferrari", + "id" : "Luca Ferrari" + }, + { "id" : "Simon Green", "data" : [ [ @@ -88,56 +142,21 @@ "name" : "Simon Green" }, { - "name" : "Simon Proctor", "data" : [ [ "Raku", 2 ] ], + "name" : "Simon Proctor", "id" : "Simon Proctor" } ] }, - "tooltip" : { - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" + "title" : { + "text" : "Perl Weekly Challenge - 116" }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "drilldown" : "Aaron Smith", - "name" : "Aaron Smith", - "y" : 3 - }, - { - "y" : 6, - "drilldown" : "Flavio Poletti", - "name" : "Flavio Poletti" - }, - { - "y" : 3, - "drilldown" : "James Smith", - "name" : "James Smith" - }, - { - "name" : "Simon Green", - "drilldown" : "Simon Green", - "y" : 3 - }, - { - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor", - "y" : 2 - } - ], - "name" : "Perl Weekly Challenge - 116" - } - ], - "xAxis" : { - "type" : "category" + "chart" : { + "type" : "column" } } |
