diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 169 |
1 files changed, 96 insertions, 73 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 77dfb5c92d..8289af272a 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,85 +1,33 @@ { - "xAxis" : { - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "name" : "Dave Cross", - "y" : 2, - "drilldown" : "Dave Cross" - }, - { - "drilldown" : "Dave Jacoby", - "y" : 2, - "name" : "Dave Jacoby" - }, - { - "drilldown" : "Duane Powell", - "y" : 2, - "name" : "Duane Powell" - }, - { - "drilldown" : "E. Choroba", - "name" : "E. Choroba", - "y" : 2 - }, - { - "drilldown" : "Roger Bell West", - "y" : 3, - "name" : "Roger Bell West" - }, - { - "name" : "Simon Proctor", - "y" : 1, - "drilldown" : "Simon Proctor" - }, - { - "drilldown" : "Steven Wilson", - "y" : 1, - "name" : "Steven Wilson" - } - ], - "name" : "Perl Weekly Challenge - 021" - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "legend" : { "enabled" : 0 }, "plotOptions" : { "series" : { "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" }, "borderWidth" : 0 } }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2019-08-14 13:30:22 GMT" + }, "drilldown" : { "series" : [ { "id" : "Dave Cross", - "name" : "Dave Cross", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Dave Cross" }, { "id" : "Dave Jacoby", - "name" : "Dave Jacoby", "data" : [ [ "Perl 5", @@ -89,30 +37,48 @@ "Blog", 1 ] - ] + ], + "name" : "Dave Jacoby" }, { + "id" : "Duane Powell", "name" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Duane Powell" + ] + }, + { + "id" : "E. Choroba", + "name" : "E. Choroba", + "data" : [ + [ + "Perl 5", + 2 + ] + ] }, { + "name" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", 2 + ], + [ + "Perl 6", + 2 + ], + [ + "Blog", + 1 ] ], - "name" : "E. Choroba", - "id" : "E. Choroba" + "id" : "Laurent Rosenfeld" }, { - "id" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -123,39 +89,96 @@ 1 ] ], - "name" : "Roger Bell West" + "name" : "Roger Bell West", + "id" : "Roger Bell West" }, { - "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] ], - "name" : "Simon Proctor" + "id" : "Simon Proctor" }, { - "id" : "Steven Wilson", + "name" : "Steven Wilson", "data" : [ [ "Perl 5", 1 ] ], - "name" : "Steven Wilson" + "id" : "Steven Wilson" } ] }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2019-08-14 13:02:21 GMT" + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "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/>" }, + "xAxis" : { + "type" : "category" + }, "title" : { "text" : "Perl Weekly Challenge - 021" - } + }, + "series" : [ + { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 021", + "data" : [ + { + "name" : "Dave Cross", + "drilldown" : "Dave Cross", + "y" : 2 + }, + { + "name" : "Dave Jacoby", + "y" : 2, + "drilldown" : "Dave Jacoby" + }, + { + "name" : "Duane Powell", + "y" : 2, + "drilldown" : "Duane Powell" + }, + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "drilldown" : "Laurent Rosenfeld", + "y" : 5, + "name" : "Laurent Rosenfeld" + }, + { + "name" : "Roger Bell West", + "drilldown" : "Roger Bell West", + "y" : 3 + }, + { + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", + "y" : 1 + }, + { + "drilldown" : "Steven Wilson", + "y" : 1, + "name" : "Steven Wilson" + } + ] + } + ] } |
