diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 177 |
1 files changed, 96 insertions, 81 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 4c81421ee8..38a22fe4bf 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,86 +1,19 @@ { - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2019-06-24 22:32:06 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 014" - }, - "series" : [ - { - "data" : [ - { - "y" : 2, - "drilldown" : "Aaron Sherman", - "name" : "Aaron Sherman" - }, - { - "drilldown" : "Dave Jacoby", - "y" : 3, - "name" : "Dave Jacoby" - }, - { - "name" : "E. Choroba", - "drilldown" : "E. Choroba", - "y" : 2 - }, - { - "name" : "Lubos Kolouch", - "y" : 3, - "drilldown" : "Lubos Kolouch" - }, - { - "drilldown" : "Robert Van Dam", - "y" : 3, - "name" : "Robert Van Dam" - }, - { - "y" : 1, - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor" - }, - { - "drilldown" : "Steven Wilson", - "y" : 1, - "name" : "Steven Wilson" - } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 014" - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 - }, - "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/>" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, "drilldown" : { "series" : [ { + "name" : "Aaron Sherman", "id" : "Aaron Sherman", "data" : [ [ "Perl 6", 2 ] - ], - "name" : "Aaron Sherman" + ] }, { "name" : "Dave Jacoby", + "id" : "Dave Jacoby", "data" : [ [ "Perl 5", @@ -90,18 +23,27 @@ "Blog", 1 ] - ], - "id" : "Dave Jacoby" + ] }, { + "name" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] ], - "id" : "E. Choroba", - "name" : "E. Choroba" + "id" : "E. Choroba" + }, + { + "data" : [ + [ + "Perl 6", + 2 + ] + ], + "id" : "Kevin Colyer", + "name" : "Kevin Colyer" }, { "id" : "Lubos Kolouch", @@ -134,24 +76,97 @@ ] }, { - "name" : "Steven Wilson", - "id" : "Steven Wilson", "data" : [ [ "Perl 5", 1 ] - ] + ], + "id" : "Steven Wilson", + "name" : "Steven Wilson" } ] }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "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/>" + }, + "title" : { + "text" : "Perl Weekly Challenge - 014" + }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2019-06-24 22:41:24 GMT" + }, + "series" : [ + { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 014", + "data" : [ + { + "name" : "Aaron Sherman", + "y" : 2, + "drilldown" : "Aaron Sherman" + }, + { + "drilldown" : "Dave Jacoby", + "y" : 3, + "name" : "Dave Jacoby" + }, + { + "y" : 2, + "drilldown" : "E. Choroba", + "name" : "E. Choroba" + }, + { + "y" : 2, + "drilldown" : "Kevin Colyer", + "name" : "Kevin Colyer" + }, + { + "name" : "Lubos Kolouch", + "drilldown" : "Lubos Kolouch", + "y" : 3 + }, + { + "name" : "Robert Van Dam", + "y" : 3, + "drilldown" : "Robert Van Dam" + }, + { + "drilldown" : "Simon Proctor", + "y" : 1, + "name" : "Simon Proctor" + }, + { + "name" : "Steven Wilson", + "y" : 1, + "drilldown" : "Steven Wilson" + } + ] + } + ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" } } } |
