diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 175 |
1 files changed, 97 insertions, 78 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 4c7450f674..5e5667f289 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,45 +1,100 @@ { - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge - 097" + }, + "legend" : { + "enabled" : 0 + }, + "chart" : { + "type" : "column" }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "xAxis" : { - "type" : "category" + "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/>" + }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2021-01-25 19:55:46 GMT" }, + "series" : [ + { + "name" : "Perl Weekly Challenge - 097", + "data" : [ + { + "drilldown" : "James Smith", + "y" : 2, + "name" : "James Smith" + }, + { + "name" : "Jan Hoogenraad", + "y" : 2, + "drilldown" : "Jan Hoogenraad" + }, + { + "name" : "Luca Ferrari", + "drilldown" : "Luca Ferrari", + "y" : 4 + }, + { + "y" : 2, + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson" + }, + { + "name" : "Niels van Dijke", + "drilldown" : "Niels van Dijke", + "y" : 2 + }, + { + "name" : "Simon Proctor", + "y" : 1, + "drilldown" : "Simon Proctor" + }, + { + "name" : "Stuart Little", + "drilldown" : "Stuart Little", + "y" : 4 + }, + { + "drilldown" : "W. Luis Mochan", + "y" : 3, + "name" : "W. Luis Mochan" + } + ], + "colorByPoint" : 1 + } + ], "drilldown" : { "series" : [ { "name" : "James Smith", + "id" : "James Smith", "data" : [ [ "Perl", 2 ] - ], - "id" : "James Smith" + ] }, { - "name" : "Jan Hoogenraad", "data" : [ [ "Perl", 2 ] ], - "id" : "Jan Hoogenraad" + "id" : "Jan Hoogenraad", + "name" : "Jan Hoogenraad" }, { - "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -50,40 +105,42 @@ 2 ] ], + "name" : "Luca Ferrari", "id" : "Luca Ferrari" }, { - "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], + "name" : "Mark Anderson", "id" : "Mark Anderson" }, { "id" : "Niels van Dijke", + "name" : "Niels van Dijke", "data" : [ [ "Perl", 2 ] - ], - "name" : "Niels van Dijke" + ] }, { - "id" : "Simon Proctor", "data" : [ [ "Raku", 1 ] ], + "id" : "Simon Proctor", "name" : "Simon Proctor" }, { "name" : "Stuart Little", + "id" : "Stuart Little", "data" : [ [ "Perl", @@ -93,69 +150,31 @@ "Raku", 2 ] + ] + }, + { + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] ], - "id" : "Stuart Little" + "name" : "W. Luis Mochan", + "id" : "W. Luis Mochan" } ] }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2021-01-25 19:47:26 GMT" - }, - "legend" : { - "enabled" : 0 - }, - "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/>" - }, - "chart" : { - "type" : "column" - }, - "series" : [ - { - "data" : [ - { - "name" : "James Smith", - "y" : 2, - "drilldown" : "James Smith" - }, - { - "drilldown" : "Jan Hoogenraad", - "name" : "Jan Hoogenraad", - "y" : 2 - }, - { - "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari", - "y" : 4 - }, - { - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson", - "y" : 2 - }, - { - "drilldown" : "Niels van Dijke", - "y" : 2, - "name" : "Niels van Dijke" - }, - { - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor", - "y" : 1 - }, - { - "name" : "Stuart Little", - "y" : 4, - "drilldown" : "Stuart Little" - } - ], - "name" : "Perl Weekly Challenge - 097", - "colorByPoint" : 1 + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } } - ], - "title" : { - "text" : "Perl Weekly Challenge - 097" } } |
