diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 99 |
1 files changed, 57 insertions, 42 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index a702f8810c..b0cf83d222 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,4 +1,27 @@ { + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2021-02-02 08:00:00 GMT" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 098" + }, "drilldown" : { "series" : [ { @@ -12,8 +35,6 @@ ] }, { - "name" : "Luca Ferrari", - "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -23,7 +44,9 @@ "Blog", 2 ] - ] + ], + "id" : "Luca Ferrari", + "name" : "Luca Ferrari" }, { "data" : [ @@ -32,41 +55,29 @@ 2 ] ], - "id" : "Mark Anderson", - "name" : "Mark Anderson" + "name" : "Mark Anderson", + "id" : "Mark Anderson" + }, + { + "id" : "Simon Proctor", + "name" : "Simon Proctor", + "data" : [ + [ + "Raku", + 2 + ] + ] } ] }, - "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/>" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2021-02-02 07:53:52 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 098" - }, - "xAxis" : { - "type" : "category" - }, "series" : [ { + "name" : "Perl Weekly Challenge - 098", "data" : [ { - "drilldown" : "James Smith", "y" : 2, - "name" : "James Smith" + "name" : "James Smith", + "drilldown" : "James Smith" }, { "drilldown" : "Luca Ferrari", @@ -74,24 +85,28 @@ "y" : 4 }, { - "drilldown" : "Mark Anderson", + "y" : 2, "name" : "Mark Anderson", - "y" : 2 + "drilldown" : "Mark Anderson" + }, + { + "y" : 2, + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" } ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 098" + "colorByPoint" : 1 } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 - }, "chart" : { "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, + "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/>" } } |
