diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 144 |
1 files changed, 74 insertions, 70 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index d96220e94a..d507200258 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,129 +1,135 @@ { - "legend" : { - "enabled" : 0 - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "subtitle" : { - "text" : "[Champions: 13] Last updated at 2019-12-14 00:31:00 GMT" - }, - "chart" : { - "type" : "column" - }, "series" : [ { - "colorByPoint" : 1, "name" : "Perl Weekly Challenge - 038", + "colorByPoint" : 1, "data" : [ { - "y" : 2, "drilldown" : "Andrezgz", + "y" : 2, "name" : "Andrezgz" }, { "name" : "Daniel Mita", - "drilldown" : "Daniel Mita", - "y" : 2 + "y" : 2, + "drilldown" : "Daniel Mita" }, { - "name" : "Dave Jacoby", "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby", "y" : 3 }, { - "y" : 2, "drilldown" : "Duane Powell", - "name" : "Duane Powell" + "name" : "Duane Powell", + "y" : 2 }, { "drilldown" : "E. Choroba", "name" : "E. Choroba", - "y" : 2 + "y" : 3 }, { + "name" : "Javier Luque", "y" : 5, - "drilldown" : "Javier Luque", - "name" : "Javier Luque" + "drilldown" : "Javier Luque" }, { - "y" : 2, "name" : "Noud", + "y" : 2, "drilldown" : "Noud" }, { "y" : 1, - "drilldown" : "Pete Houston", - "name" : "Pete Houston" + "name" : "Pete Houston", + "drilldown" : "Pete Houston" }, { - "name" : "Roger Bell West", "drilldown" : "Roger Bell West", + "name" : "Roger Bell West", "y" : 4 }, { + "name" : "Ryan Thompson", "y" : 4, - "drilldown" : "Ryan Thompson", - "name" : "Ryan Thompson" + "drilldown" : "Ryan Thompson" }, { "name" : "Saif Ahmed", - "drilldown" : "Saif Ahmed", - "y" : 2 + "y" : 2, + "drilldown" : "Saif Ahmed" }, { - "y" : 2, + "drilldown" : "Simon Proctor", "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" + "y" : 2 }, { "name" : "Steven Wilson", - "drilldown" : "Steven Wilson", - "y" : 1 + "y" : 1, + "drilldown" : "Steven Wilson" } ] } ], - "xAxis" : { - "type" : "category" + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "subtitle" : { + "text" : "[Champions: 13] Last updated at 2019-12-14 00:35:03 GMT" }, "tooltip" : { "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1, - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : 1 }, "title" : { "text" : "Perl Weekly Challenge - 038" }, + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "drilldown" : { "series" : [ { "name" : "Andrezgz", + "id" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Andrezgz" + ] }, { - "name" : "Daniel Mita", "id" : "Daniel Mita", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Daniel Mita" }, { + "name" : "Dave Jacoby", "id" : "Dave Jacoby", "data" : [ [ @@ -134,30 +140,34 @@ "Blog", 1 ] - ], - "name" : "Dave Jacoby" + ] }, { + "name" : "Duane Powell", "id" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Duane Powell" + ] }, { - "name" : "E. Choroba", "data" : [ [ "Perl 5", 2 + ], + [ + "Blog", + 1 ] ], - "id" : "E. Choroba" + "id" : "E. Choroba", + "name" : "E. Choroba" }, { + "id" : "Javier Luque", "data" : [ [ "Perl 5", @@ -172,18 +182,17 @@ 1 ] ], - "id" : "Javier Luque", "name" : "Javier Luque" }, { - "id" : "Noud", + "name" : "Noud", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Noud" + "id" : "Noud" }, { "id" : "Pete Houston", @@ -224,40 +233,35 @@ "name" : "Ryan Thompson" }, { + "name" : "Saif Ahmed", "id" : "Saif Ahmed", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Saif Ahmed" + ] }, { + "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Simon Proctor", - "name" : "Simon Proctor" + ] }, { + "name" : "Steven Wilson", + "id" : "Steven Wilson", "data" : [ [ "Perl 5", 1 ] - ], - "id" : "Steven Wilson", - "name" : "Steven Wilson" + ] } ] - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } } } |
