diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 175 |
1 files changed, 95 insertions, 80 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index ac23c31829..b077c67793 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,4 +1,78 @@ { + "legend" : { + "enabled" : 0 + }, + "series" : [ + { + "name" : "Perl Weekly Challenge - 038", + "data" : [ + { + "name" : "Andrezgz", + "drilldown" : "Andrezgz", + "y" : 2 + }, + { + "name" : "Duane Powell", + "drilldown" : "Duane Powell", + "y" : 2 + }, + { + "y" : 2, + "drilldown" : "E. Choroba", + "name" : "E. Choroba" + }, + { + "drilldown" : "Pete Houston", + "y" : 1, + "name" : "Pete Houston" + }, + { + "name" : "Roger Bell West", + "y" : 4, + "drilldown" : "Roger Bell West" + }, + { + "y" : 4, + "drilldown" : "Ryan Thompson", + "name" : "Ryan Thompson" + }, + { + "y" : 2, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + } + ], + "colorByPoint" : 1 + } + ], + "subtitle" : { + "text" : "[Champions: 7] Last updated at 2019-12-10 15:08:29 GMT" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "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/>" + }, + "title" : { + "text" : "Perl Weekly Challenge - 038" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "drilldown" : { "series" : [ { @@ -12,18 +86,28 @@ "id" : "Andrezgz" }, { + "name" : "Duane Powell", + "id" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] - ], + ] + }, + { + "id" : "E. Choroba", "name" : "E. Choroba", - "id" : "E. Choroba" + "data" : [ + [ + "Perl 5", + 2 + ] + ] }, { - "id" : "Pete Houston", "name" : "Pete Houston", + "id" : "Pete Houston", "data" : [ [ "Perl 5", @@ -32,8 +116,6 @@ ] }, { - "name" : "Roger Bell West", - "id" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -43,9 +125,13 @@ "Perl 6", 2 ] - ] + ], + "id" : "Roger Bell West", + "name" : "Roger Bell West" }, { + "name" : "Ryan Thompson", + "id" : "Ryan Thompson", "data" : [ [ "Perl 5", @@ -55,9 +141,7 @@ "Perl 6", 2 ] - ], - "name" : "Ryan Thompson", - "id" : "Ryan Thompson" + ] }, { "data" : [ @@ -66,81 +150,12 @@ 2 ] ], - "id" : "Simon Proctor", - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "id" : "Simon Proctor" } ] }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "xAxis" : { - "type" : "category" - }, - "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 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 - }, - "subtitle" : { - "text" : "[Champions: 6] Last updated at 2019-12-10 11:36:54 GMT" - }, - "series" : [ - { - "data" : [ - { - "drilldown" : "Andrezgz", - "y" : 2, - "name" : "Andrezgz" - }, - { - "name" : "E. Choroba", - "y" : 2, - "drilldown" : "E. Choroba" - }, - { - "drilldown" : "Pete Houston", - "name" : "Pete Houston", - "y" : 1 - }, - { - "name" : "Roger Bell West", - "y" : 4, - "drilldown" : "Roger Bell West" - }, - { - "y" : 4, - "name" : "Ryan Thompson", - "drilldown" : "Ryan Thompson" - }, - { - "y" : 2, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" - } - ], - "colorByPoint" : 1, - "name" : "Perl Weekly Challenge - 038" - } - ], "chart" : { "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 038" } } |
