diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 151 |
1 files changed, 64 insertions, 87 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 82247bab19..c53342f593 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,60 +1,86 @@ { - "legend" : { - "enabled" : 0 + "tooltip" : { + "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/>", + "followPointer" : 1 }, "series" : [ { - "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 027", "data" : [ { + "y" : 2, "name" : "Andrezgz", - "drilldown" : "Andrezgz", - "y" : 2 + "drilldown" : "Andrezgz" }, { - "drilldown" : "Duane Powell", "name" : "Duane Powell", + "drilldown" : "Duane Powell", "y" : 2 }, { - "name" : "E. Choroba", - "drilldown" : "E. Choroba", - "y" : 1 - }, - { - "y" : 5, - "name" : "Laurent Rosenfeld", - "drilldown" : "Laurent Rosenfeld" + "y" : 1, + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson" }, { - "drilldown" : "Markus Holzer", - "name" : "Markus Holzer", - "y" : 2 + "y" : 2, + "name" : "Noud", + "drilldown" : "Noud" }, { - "y" : 4, + "name" : "Roger Bell West", "drilldown" : "Roger Bell West", - "name" : "Roger Bell West" + "y" : 3 }, { - "drilldown" : "Simon Proctor", + "y" : 1, "name" : "Simon Proctor", - "y" : 2 + "drilldown" : "Simon Proctor" }, { - "drilldown" : "Steven Wilson", - "name" : "Steven Wilson", + "drilldown" : "Trenton Langer", + "name" : "Trenton Langer", "y" : 2 }, { "name" : "Yet Ebreo", "drilldown" : "Yet Ebreo", - "y" : 2 + "y" : 1 } ], - "name" : "Perl Weekly Challenge - 026" + "colorByPoint" : 1 } ], + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2019-09-25 11:16:05 GMT" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 027" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "drilldown" : { "series" : [ { @@ -68,54 +94,37 @@ "id" : "Andrezgz" }, { - "name" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] ], + "name" : "Duane Powell", "id" : "Duane Powell" }, { - "name" : "E. Choroba", - "data" : [ - [ - "Perl 5", - 1 - ] - ], - "id" : "E. Choroba" - }, - { + "id" : "Mark Anderson", + "name" : "Mark Anderson", "data" : [ [ "Perl 5", - 2 - ], - [ - "Perl 6", - 2 - ], - [ - "Blog", 1 ] - ], - "name" : "Laurent Rosenfeld", - "id" : "Laurent Rosenfeld" + ] }, { + "id" : "Noud", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Markus Holzer", - "id" : "Markus Holzer" + "name" : "Noud" }, { + "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -123,10 +132,9 @@ ], [ "Perl 6", - 2 + 1 ] ], - "name" : "Roger Bell West", "id" : "Roger Bell West" }, { @@ -134,62 +142,31 @@ "data" : [ [ "Perl 6", - 2 + 1 ] ], "name" : "Simon Proctor" }, { + "id" : "Trenton Langer", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Steven Wilson", - "id" : "Steven Wilson" + "name" : "Trenton Langer" }, { + "name" : "Yet Ebreo", "data" : [ [ "Perl 5", - 2 + 1 ] ], - "name" : "Yet Ebreo", "id" : "Yet Ebreo" } ] - }, - "title" : { - "text" : "Perl Weekly Challenge - 026" - }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2019-09-17 12:21:15 GMT" - }, - "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/>" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } } } |
