diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 125 |
1 files changed, 70 insertions, 55 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index b75d707c78..8493c84e5f 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,46 +1,43 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 096" + "subtitle" : { + "text" : "[Champions: 11] Last updated at 2021-01-19 09:05:16 GMT" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "chart" : { + "type" : "column" }, "xAxis" : { "type" : "category" }, - "subtitle" : { - "text" : "[Champions: 10] Last updated at 2021-01-19 09:00:21 GMT" - }, - "legend" : { - "enabled" : 0 + "tooltip" : { + "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/>" }, "drilldown" : { "series" : [ { - "name" : "Andrew Shitov", "id" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] - ] + ], + "name" : "Andrew Shitov" }, { "id" : "Ben Davies", + "name" : "Ben Davies", "data" : [ [ "Raku", 2 ] - ], - "name" : "Ben Davies" + ] }, { - "name" : "Flavio Poletti", "id" : "Flavio Poletti", + "name" : "Flavio Poletti", "data" : [ [ "Perl", @@ -59,10 +56,11 @@ 2 ] ], - "id" : "James Smith", - "name" : "James Smith" + "name" : "James Smith", + "id" : "James Smith" }, { + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -73,21 +71,30 @@ 2 ] ], - "id" : "Luca Ferrari", - "name" : "Luca Ferrari" + "id" : "Luca Ferrari" }, { - "name" : "Mark Anderson", + "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson" + "name" : "Mark Anderson" }, { - "name" : "Roger Bell_West", + "id" : "Philip Hood", + "data" : [ + [ + "Raku", + 2 + ] + ], + "name" : "Philip Hood" + }, + { + "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -98,7 +105,7 @@ 2 ] ], - "id" : "Roger Bell_West" + "name" : "Roger Bell_West" }, { "name" : "Simon Proctor", @@ -111,7 +118,7 @@ "id" : "Simon Proctor" }, { - "id" : "Stuart Little", + "name" : "Stuart Little", "data" : [ [ "Perl", @@ -122,11 +129,9 @@ 2 ] ], - "name" : "Stuart Little" + "id" : "Stuart Little" }, { - "name" : "W. Luis Mochan", - "id" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -136,21 +141,25 @@ "Blog", 1 ] - ] + ], + "name" : "W. Luis Mochan", + "id" : "W. Luis Mochan" } ] }, - "tooltip" : { - "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/>", - "followPointer" : 1 + "title" : { + "text" : "Perl Weekly Challenge - 096" + }, + "legend" : { + "enabled" : 0 }, "series" : [ { + "colorByPoint" : 1, "data" : [ { - "y" : 1, "drilldown" : "Andrew Shitov", + "y" : 1, "name" : "Andrew Shitov" }, { @@ -159,60 +168,66 @@ "name" : "Ben Davies" }, { - "y" : 4, "drilldown" : "Flavio Poletti", + "y" : 4, "name" : "Flavio Poletti" }, { - "y" : 2, + "name" : "James Smith", "drilldown" : "James Smith", - "name" : "James Smith" + "y" : 2 }, { - "drilldown" : "Luca Ferrari", "name" : "Luca Ferrari", + "drilldown" : "Luca Ferrari", "y" : 4 }, { "drilldown" : "Mark Anderson", - "name" : "Mark Anderson", - "y" : 2 + "y" : 2, + "name" : "Mark Anderson" + }, + { + "drilldown" : "Philip Hood", + "y" : 2, + "name" : "Philip Hood" }, { "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West", - "y" : 4 + "y" : 4, + "drilldown" : "Roger Bell_West" }, { - "name" : "Simon Proctor", + "y" : 2, "drilldown" : "Simon Proctor", - "y" : 2 + "name" : "Simon Proctor" }, { + "y" : 4, "drilldown" : "Stuart Little", - "name" : "Stuart Little", - "y" : 4 + "name" : "Stuart Little" }, { "y" : 3, - "name" : "W. Luis Mochan", - "drilldown" : "W. Luis Mochan" + "drilldown" : "W. Luis Mochan", + "name" : "W. Luis Mochan" } ], - "name" : "Perl Weekly Challenge - 096", - "colorByPoint" : 1 + "name" : "Perl Weekly Challenge - 096" } ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { "format" : "{point.y}", "enabled" : 1 - } + }, + "borderWidth" : 0 } - }, - "chart" : { - "type" : "column" } } |
