diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 127 |
1 files changed, 73 insertions, 54 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index af79ae366e..d908983bbf 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,38 +1,32 @@ { + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 112" + }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { "format" : "{point.y}", "enabled" : 1 - }, - "borderWidth" : 0 - } - }, - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + } } }, - "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/>" - }, "legend" : { "enabled" : 0 }, "series" : [ { - "colorByPoint" : 1, "name" : "Perl Weekly Challenge - 112", "data" : [ { - "name" : "Abigail", "drilldown" : "Abigail", - "y" : 2 + "y" : 2, + "name" : "Abigail" }, { "drilldown" : "Dave Jacoby", @@ -40,18 +34,18 @@ "name" : "Dave Jacoby" }, { + "name" : "E. Choroba", "y" : 2, - "drilldown" : "E. Choroba", - "name" : "E. Choroba" + "drilldown" : "E. Choroba" }, { "name" : "Feng Chang", - "drilldown" : "Feng Chang", - "y" : 2 + "y" : 2, + "drilldown" : "Feng Chang" }, { - "drilldown" : "Flavio Poletti", "y" : 4, + "drilldown" : "Flavio Poletti", "name" : "Flavio Poletti" }, { @@ -61,18 +55,23 @@ }, { "name" : "Luca Ferrari", - "y" : 4, - "drilldown" : "Luca Ferrari" + "drilldown" : "Luca Ferrari", + "y" : 4 }, { - "y" : 2, "drilldown" : "Mark Anderson", + "y" : 2, "name" : "Mark Anderson" }, { - "name" : "Roger Bell_West", + "y" : 5, "drilldown" : "Roger Bell_West", - "y" : 5 + "name" : "Roger Bell_West" + }, + { + "name" : "Simon Green", + "drilldown" : "Simon Green", + "y" : 3 }, { "y" : 4, @@ -80,27 +79,31 @@ "name" : "Stuart Little" }, { - "drilldown" : "Ulrich Rieke", + "name" : "Ulrich Rieke", "y" : 2, - "name" : "Ulrich Rieke" + "drilldown" : "Ulrich Rieke" } - ] + ], + "colorByPoint" : 1 } ], + "subtitle" : { + "text" : "[Champions: 12] Last updated at 2021-05-12 14:43:37 GMT" + }, "chart" : { "type" : "column" }, "drilldown" : { "series" : [ { + "id" : "Abigail", "name" : "Abigail", "data" : [ [ "Perl", 2 ] - ], - "id" : "Abigail" + ] }, { "data" : [ @@ -117,14 +120,14 @@ "id" : "Dave Jacoby" }, { + "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ], - "id" : "E. Choroba", - "name" : "E. Choroba" + ] }, { "data" : [ @@ -133,10 +136,12 @@ 2 ] ], - "name" : "Feng Chang", - "id" : "Feng Chang" + "id" : "Feng Chang", + "name" : "Feng Chang" }, { + "name" : "Flavio Poletti", + "id" : "Flavio Poletti", "data" : [ [ "Perl", @@ -146,22 +151,19 @@ "Blog", 2 ] - ], - "name" : "Flavio Poletti", - "id" : "Flavio Poletti" + ] }, { - "name" : "James Smith", "data" : [ [ "Perl", 2 ] ], - "id" : "James Smith" + "id" : "James Smith", + "name" : "James Smith" }, { - "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -172,17 +174,18 @@ 2 ] ], + "name" : "Luca Ferrari", "id" : "Luca Ferrari" }, { "name" : "Mark Anderson", + "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ], - "id" : "Mark Anderson" + ] }, { "data" : [ @@ -199,8 +202,22 @@ 1 ] ], - "id" : "Roger Bell_West", - "name" : "Roger Bell_West" + "name" : "Roger Bell_West", + "id" : "Roger Bell_West" + }, + { + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] + ], + "id" : "Simon Green", + "name" : "Simon Green" }, { "data" : [ @@ -218,6 +235,7 @@ }, { "name" : "Ulrich Rieke", + "id" : "Ulrich Rieke", "data" : [ [ "Perl", @@ -227,15 +245,16 @@ "Raku", 1 ] - ], - "id" : "Ulrich Rieke" + ] } ] }, - "title" : { - "text" : "Perl Weekly Challenge - 112" + "xAxis" : { + "type" : "category" }, - "subtitle" : { - "text" : "[Champions: 11] Last updated at 2021-05-12 09:48:50 GMT" + "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/>" } } |
