diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 08b0658553..1c9899a5b3 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,36 +1,25 @@ { - "tooltip" : { - "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/>", - "followPointer" : 1 - }, "xAxis" : { "type" : "category" }, - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2019-12-10 15:15:26 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 038" - }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : 0 }, "drilldown" : { "series" : [ { - "id" : "Andrezgz", - "name" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Andrezgz", + "name" : "Andrezgz" }, { - "name" : "Duane Powell", "id" : "Duane Powell", + "name" : "Duane Powell", "data" : [ [ "Perl 5", @@ -39,26 +28,28 @@ ] }, { + "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "E. Choroba", - "id" : "E. Choroba" + ] }, { + "name" : "Pete Houston", + "id" : "Pete Houston", "data" : [ [ "Perl 5", 1 ] - ], - "name" : "Pete Houston", - "id" : "Pete Houston" + ] }, { + "id" : "Roger Bell West", + "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -68,9 +59,7 @@ "Perl 6", 2 ] - ], - "name" : "Roger Bell West", - "id" : "Roger Bell West" + ] }, { "data" : [ @@ -87,14 +76,14 @@ "id" : "Ryan Thompson" }, { - "id" : "Simon Proctor", - "name" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Simon Proctor", + "id" : "Simon Proctor" }, { "name" : "Steven Wilson", @@ -108,40 +97,51 @@ } ] }, + "title" : { + "text" : "Perl Weekly Challenge - 038" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2019-12-10 16:35:08 GMT" + }, "series" : [ { "name" : "Perl Weekly Challenge - 038", "colorByPoint" : 1, "data" : [ { - "name" : "Andrezgz", + "drilldown" : "Andrezgz", "y" : 2, - "drilldown" : "Andrezgz" + "name" : "Andrezgz" }, { "y" : 2, - "drilldown" : "Duane Powell", - "name" : "Duane Powell" + "name" : "Duane Powell", + "drilldown" : "Duane Powell" }, { - "y" : 2, "drilldown" : "E. Choroba", + "y" : 2, "name" : "E. Choroba" }, { - "y" : 1, "drilldown" : "Pete Houston", - "name" : "Pete Houston" + "name" : "Pete Houston", + "y" : 1 }, { - "name" : "Roger Bell West", "y" : 4, + "name" : "Roger Bell West", "drilldown" : "Roger Bell West" }, { - "name" : "Ryan Thompson", + "drilldown" : "Ryan Thompson", "y" : 4, - "drilldown" : "Ryan Thompson" + "name" : "Ryan Thompson" }, { "drilldown" : "Simon Proctor", @@ -149,28 +149,28 @@ "name" : "Simon Proctor" }, { - "y" : 1, "drilldown" : "Steven Wilson", + "y" : 1, "name" : "Steven Wilson" } ] } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 - }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { "format" : "{point.y}", "enabled" : 1 - }, - "borderWidth" : 0 + } } + }, + "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/>" } } |
