diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 151 |
1 files changed, 83 insertions, 68 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 7033c2e70a..0512573716 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,14 +1,18 @@ { - "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 + "subtitle" : { + "text" : "[Champions: 10] Last updated at 2021-06-08 09:54:36 GMT" + }, + "legend" : { + "enabled" : 0 + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "drilldown" : { "series" : [ { - "name" : "Aaron Smith", - "id" : "Aaron Smith", "data" : [ [ "Raku", @@ -18,9 +22,22 @@ "Blog", 1 ] + ], + "name" : "Aaron Smith", + "id" : "Aaron Smith" + }, + { + "id" : "E. Choroba", + "name" : "E. Choroba", + "data" : [ + [ + "Perl", + 2 + ] ] }, { + "name" : "Flavio Poletti", "data" : [ [ "Perl", @@ -35,10 +52,10 @@ 2 ] ], - "id" : "Flavio Poletti", - "name" : "Flavio Poletti" + "id" : "Flavio Poletti" }, { + "name" : "James Smith", "data" : [ [ "Perl", @@ -49,10 +66,11 @@ 1 ] ], - "id" : "James Smith", - "name" : "James Smith" + "id" : "James Smith" }, { + "id" : "Luca Ferrari", + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -62,9 +80,7 @@ "Blog", 2 ] - ], - "id" : "Luca Ferrari", - "name" : "Luca Ferrari" + ] }, { "name" : "Mark Anderson", @@ -78,13 +94,13 @@ }, { "name" : "Niels van Dijke", - "id" : "Niels van Dijke", "data" : [ [ "Perl", 2 ] - ] + ], + "id" : "Niels van Dijke" }, { "name" : "Paulo Custodio", @@ -97,7 +113,6 @@ "id" : "Paulo Custodio" }, { - "id" : "Simon Green", "data" : [ [ "Perl", @@ -108,100 +123,100 @@ 1 ] ], - "name" : "Simon Green" + "name" : "Simon Green", + "id" : "Simon Green" }, { - "name" : "Simon Proctor", "id" : "Simon Proctor", "data" : [ [ "Raku", 2 ] - ] + ], + "name" : "Simon Proctor" } ] }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "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 + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 116" + }, "series" : [ { - "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 116", "data" : [ { - "y" : 3, "name" : "Aaron Smith", + "y" : 3, "drilldown" : "Aaron Smith" }, { - "name" : "Flavio Poletti", + "y" : 2, + "drilldown" : "E. Choroba", + "name" : "E. Choroba" + }, + { + "drilldown" : "Flavio Poletti", "y" : 6, - "drilldown" : "Flavio Poletti" + "name" : "Flavio Poletti" }, { - "drilldown" : "James Smith", "name" : "James Smith", - "y" : 3 + "y" : 3, + "drilldown" : "James Smith" }, { + "name" : "Luca Ferrari", "drilldown" : "Luca Ferrari", - "y" : 4, - "name" : "Luca Ferrari" + "y" : 4 }, { + "y" : 2, "drilldown" : "Mark Anderson", - "name" : "Mark Anderson", - "y" : 2 + "name" : "Mark Anderson" }, { - "y" : 2, "name" : "Niels van Dijke", - "drilldown" : "Niels van Dijke" + "drilldown" : "Niels van Dijke", + "y" : 2 }, { - "drilldown" : "Paulo Custodio", + "name" : "Paulo Custodio", "y" : 2, - "name" : "Paulo Custodio" + "drilldown" : "Paulo Custodio" }, { - "name" : "Simon Green", + "drilldown" : "Simon Green", "y" : 3, - "drilldown" : "Simon Green" + "name" : "Simon Green" }, { - "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", "y" : 2, - "drilldown" : "Simon Proctor" + "name" : "Simon Proctor" } ], - "name" : "Perl Weekly Challenge - 116" - } - ], - "title" : { - "text" : "Perl Weekly Challenge - 116" - }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2021-06-08 09:49:51 GMT" - }, - "legend" : { - "enabled" : 0 - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "xAxis" : { - "type" : "category" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "colorByPoint" : 1 } - } + ] } |
