diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 133 |
1 files changed, 74 insertions, 59 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8bf325d1c3..68c47bccfa 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,51 +1,55 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 095" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "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/>", - "followPointer" : 1 + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } }, - "xAxis" : { - "type" : "category" + "subtitle" : { + "text" : "[Champions: 10] Last updated at 2021-01-12 01:19:07 GMT" }, "series" : [ { "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 095", "data" : [ { - "drilldown" : "Andrew Shitov", "name" : "Andrew Shitov", - "y" : 2 + "y" : 2, + "drilldown" : "Andrew Shitov" }, { - "y" : 4, "name" : "Flavio Poletti", + "y" : 4, "drilldown" : "Flavio Poletti" }, { + "drilldown" : "Gustavo Chaves", + "y" : 2, + "name" : "Gustavo Chaves" + }, + { "drilldown" : "James Smith", - "name" : "James Smith", - "y" : 2 + "y" : 2, + "name" : "James Smith" }, { - "name" : "Luca Ferrari", "drilldown" : "Luca Ferrari", - "y" : 4 + "y" : 4, + "name" : "Luca Ferrari" }, { - "y" : 2, + "drilldown" : "Niels van Dijke", "name" : "Niels van Dijke", - "drilldown" : "Niels van Dijke" + "y" : 2 }, { "name" : "Pavel Kuptsov", - "drilldown" : "Pavel Kuptsov", - "y" : 2 + "y" : 2, + "drilldown" : "Pavel Kuptsov" }, { "y" : 2, @@ -53,33 +57,20 @@ "drilldown" : "Simon Proctor" }, { - "drilldown" : "Stuart Little", "name" : "Stuart Little", - "y" : 2 + "y" : 2, + "drilldown" : "Stuart Little" }, { + "drilldown" : "W. Luis Mochan", "y" : 3, - "name" : "W. Luis Mochan", - "drilldown" : "W. Luis Mochan" + "name" : "W. Luis Mochan" } - ], - "name" : "Perl Weekly Challenge - 095" + ] } ], - "legend" : { - "enabled" : 0 - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2021-01-12 01:06:28 GMT" + "title" : { + "text" : "Perl Weekly Challenge - 095" }, "yAxis" : { "title" : { @@ -89,18 +80,17 @@ "drilldown" : { "series" : [ { - "id" : "Andrew Shitov", "data" : [ [ "Raku", 2 ] ], - "name" : "Andrew Shitov" + "name" : "Andrew Shitov", + "id" : "Andrew Shitov" }, { "name" : "Flavio Poletti", - "id" : "Flavio Poletti", "data" : [ [ "Perl", @@ -110,19 +100,31 @@ "Blog", 2 ] - ] + ], + "id" : "Flavio Poletti" }, { - "id" : "James Smith", + "name" : "Gustavo Chaves", "data" : [ [ "Perl", 2 ] ], - "name" : "James Smith" + "id" : "Gustavo Chaves" }, { + "data" : [ + [ + "Perl", + 2 + ] + ], + "name" : "James Smith", + "id" : "James Smith" + }, + { + "id" : "Luca Ferrari", "name" : "Luca Ferrari", "data" : [ [ @@ -133,50 +135,50 @@ "Blog", 2 ] - ], - "id" : "Luca Ferrari" + ] }, { - "name" : "Niels van Dijke", "data" : [ [ "Perl", 2 ] ], + "name" : "Niels van Dijke", "id" : "Niels van Dijke" }, { - "name" : "Pavel Kuptsov", "data" : [ [ "Perl", 2 ] ], + "name" : "Pavel Kuptsov", "id" : "Pavel Kuptsov" }, { - "name" : "Simon Proctor", "id" : "Simon Proctor", "data" : [ [ "Raku", 2 ] - ] + ], + "name" : "Simon Proctor" }, { "name" : "Stuart Little", - "id" : "Stuart Little", "data" : [ [ "Raku", 2 ] - ] + ], + "id" : "Stuart Little" }, { + "name" : "W. Luis Mochan", "data" : [ [ "Perl", @@ -187,9 +189,22 @@ 1 ] ], - "id" : "W. Luis Mochan", - "name" : "W. Luis Mochan" + "id" : "W. Luis Mochan" } ] + }, + "chart" : { + "type" : "column" + }, + "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/>" + }, + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" } } |
