diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 101 |
1 files changed, 58 insertions, 43 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 03f3e62aea..cccaec3d2c 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,35 +1,32 @@ { - "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/>" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "enabled" : 1, + "format" : "{point.y}" + } } }, + "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/>" + }, "series" : [ { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 097", "data" : [ { - "y" : 2, "drilldown" : "James Smith", - "name" : "James Smith" + "name" : "James Smith", + "y" : 2 }, { "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari", - "y" : 4 + "y" : 4, + "drilldown" : "Luca Ferrari" }, { "y" : 2, @@ -37,47 +34,41 @@ "drilldown" : "Mark Anderson" }, { + "drilldown" : "Niels van Dijke", + "name" : "Niels van Dijke", + "y" : 2 + }, + { + "drilldown" : "Simon Proctor", "y" : 1, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" + "name" : "Simon Proctor" }, { - "y" : 2, "drilldown" : "Stuart Little", - "name" : "Stuart Little" + "name" : "Stuart Little", + "y" : 2 } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 097" + ] } ], - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge - 097" - }, - "subtitle" : { - "text" : "[Champions: 5] Last updated at 2021-01-25 19:25:31 GMT" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "drilldown" : { "series" : [ { + "name" : "James Smith", "data" : [ [ "Perl", 2 ] ], - "name" : "James Smith", "id" : "James Smith" }, { - "id" : "Luca Ferrari", - "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -87,27 +78,39 @@ "Blog", 2 ] - ] + ], + "id" : "Luca Ferrari", + "name" : "Luca Ferrari" }, { + "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "name" : "Mark Anderson", "id" : "Mark Anderson" }, { - "id" : "Simon Proctor", + "name" : "Niels van Dijke", + "id" : "Niels van Dijke", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, + { "name" : "Simon Proctor", "data" : [ [ "Raku", 1 ] - ] + ], + "id" : "Simon Proctor" }, { "name" : "Stuart Little", @@ -121,7 +124,19 @@ } ] }, + "xAxis" : { + "type" : "category" + }, "legend" : { "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 097" + }, + "subtitle" : { + "text" : "[Champions: 6] Last updated at 2021-01-25 19:32:19 GMT" + }, + "chart" : { + "type" : "column" } } |
