diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 179 |
1 files changed, 99 insertions, 80 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 45f8aedcd6..c2d19c9611 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,23 +1,6 @@ { - "xAxis" : { - "type" : "category" - }, "subtitle" : { - "text" : "[Champions: 8] Last updated at 2019-09-14 21:50:52 GMT" - }, - "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 - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 025" + "text" : "[Champions: 9] Last updated at 2019-09-15 08:06:07 GMT" }, "plotOptions" : { "series" : { @@ -28,16 +11,83 @@ "borderWidth" : 0 } }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, + "legend" : { + "enabled" : 0 + }, + "series" : [ + { + "colorByPoint" : 1, + "data" : [ + { + "name" : "Andrezgz", + "drilldown" : "Andrezgz", + "y" : 2 + }, + { + "drilldown" : "Duane Powell", + "y" : 2, + "name" : "Duane Powell" + }, + { + "drilldown" : "E. Choroba", + "name" : "E. Choroba", + "y" : 2 + }, + { + "drilldown" : "Joelle Maslak", + "y" : 4, + "name" : "Joelle Maslak" + }, + { + "drilldown" : "Kevin Colyer", + "y" : 2, + "name" : "Kevin Colyer" + }, + { + "drilldown" : "Laurent Rosenfeld", + "y" : 5, + "name" : "Laurent Rosenfeld" + }, + { + "drilldown" : "Roger Bell West", + "name" : "Roger Bell West", + "y" : 3 + }, + { + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", + "y" : 1 + }, + { + "y" : 5, + "drilldown" : "Yet Ebreo", + "name" : "Yet Ebreo" + } + ], + "name" : "Perl Weekly Challenge - 025" + } + ], + "tooltip" : { + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : 1, + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" + }, "drilldown" : { "series" : [ { - "id" : "Andrezgz", "name" : "Andrezgz", + "id" : "Andrezgz", "data" : [ [ "Perl 5", @@ -46,38 +96,50 @@ ] }, { + "name" : "Duane Powell", + "id" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Duane Powell", - "id" : "Duane Powell" + ] }, { - "name" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] ], + "name" : "E. Choroba", "id" : "E. Choroba" }, { - "id" : "Kevin Colyer", "data" : [ [ + "Perl 5", + 2 + ], + [ "Perl 6", 2 ] ], - "name" : "Kevin Colyer" + "id" : "Joelle Maslak", + "name" : "Joelle Maslak" + }, + { + "data" : [ + [ + "Perl 6", + 2 + ] + ], + "name" : "Kevin Colyer", + "id" : "Kevin Colyer" }, { - "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -91,11 +153,11 @@ "Blog", 1 ] - ] + ], + "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld" }, { - "id" : "Roger Bell West", - "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -105,16 +167,18 @@ "Blog", 1 ] - ] + ], + "name" : "Roger Bell West", + "id" : "Roger Bell West" }, { - "name" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] ], + "name" : "Simon Proctor", "id" : "Simon Proctor" }, { @@ -137,52 +201,7 @@ } ] }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 025", - "data" : [ - { - "drilldown" : "Andrezgz", - "name" : "Andrezgz", - "y" : 2 - }, - { - "name" : "Duane Powell", - "drilldown" : "Duane Powell", - "y" : 2 - }, - { - "drilldown" : "E. Choroba", - "name" : "E. Choroba", - "y" : 2 - }, - { - "y" : 2, - "drilldown" : "Kevin Colyer", - "name" : "Kevin Colyer" - }, - { - "y" : 5, - "drilldown" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld" - }, - { - "drilldown" : "Roger Bell West", - "name" : "Roger Bell West", - "y" : 3 - }, - { - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor", - "y" : 1 - }, - { - "y" : 5, - "drilldown" : "Yet Ebreo", - "name" : "Yet Ebreo" - } - ] - } - ] + "title" : { + "text" : "Perl Weekly Challenge - 025" + } } |
