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 aa8c76a84a..b068514dab 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,19 +1,44 @@ { + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "subtitle" : { + "text" : "[Champions: 10] Last updated at 2019-09-19 10:11:53 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge - 026" + }, + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, + "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/>" + }, "drilldown" : { "series" : [ { + "name" : "Andrezgz", "id" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Andrezgz" + ] }, { "id" : "Donald Hunter", - "name" : "Donald Hunter", "data" : [ [ "Perl 6", @@ -23,7 +48,8 @@ "Blog", 1 ] - ] + ], + "name" : "Donald Hunter" }, { "id" : "Duane Powell", @@ -36,18 +62,16 @@ "name" : "Duane Powell" }, { + "name" : "E. Choroba", + "id" : "E. Choroba", "data" : [ [ "Perl 5", 1 ] - ], - "name" : "E. Choroba", - "id" : "E. Choroba" + ] }, { - "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -61,7 +85,9 @@ "Blog", 1 ] - ] + ], + "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld" }, { "name" : "Markus Holzer", @@ -74,7 +100,7 @@ "id" : "Markus Holzer" }, { - "id" : "Roger Bell West", + "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -85,49 +111,59 @@ 2 ] ], - "name" : "Roger Bell West" + "id" : "Roger Bell West" }, { - "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Simon Proctor" + "name" : "Simon Proctor" }, { + "id" : "Steven Wilson", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Steven Wilson", - "id" : "Steven Wilson" + "name" : "Steven Wilson" }, { - "name" : "Yet Ebreo", "data" : [ [ "Perl 5", 2 + ], + [ + "Perl 6", + 2 ] ], - "id" : "Yet Ebreo" + "id" : "Yet Ebreo", + "name" : "Yet Ebreo" } ] }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Perl Weekly Challenge - 026", - "colorByPoint" : 1, "data" : [ { "drilldown" : "Andrezgz", - "y" : 2, - "name" : "Andrezgz" + "name" : "Andrezgz", + "y" : 2 }, { "name" : "Donald Hunter", @@ -135,34 +171,34 @@ "drilldown" : "Donald Hunter" }, { - "name" : "Duane Powell", "drilldown" : "Duane Powell", + "name" : "Duane Powell", "y" : 2 }, { - "name" : "E. Choroba", + "drilldown" : "E. Choroba", "y" : 1, - "drilldown" : "E. Choroba" + "name" : "E. Choroba" }, { "name" : "Laurent Rosenfeld", - "drilldown" : "Laurent Rosenfeld", - "y" : 5 + "y" : 5, + "drilldown" : "Laurent Rosenfeld" }, { + "drilldown" : "Markus Holzer", "name" : "Markus Holzer", - "y" : 2, - "drilldown" : "Markus Holzer" + "y" : 2 }, { - "drilldown" : "Roger Bell West", "y" : 4, - "name" : "Roger Bell West" + "name" : "Roger Bell West", + "drilldown" : "Roger Bell West" }, { "y" : 2, - "drilldown" : "Simon Proctor", - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" }, { "drilldown" : "Steven Wilson", @@ -171,44 +207,12 @@ }, { "name" : "Yet Ebreo", - "y" : 2, + "y" : 4, "drilldown" : "Yet Ebreo" } - ] - } - ], - "subtitle" : { - "text" : "[Champions: 10] Last updated at 2019-09-19 06:38:02 GMT" - }, - "tooltip" : { - "followPointer" : 1, - "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/>" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + ], + "name" : "Perl Weekly Challenge - 026", + "colorByPoint" : 1 } - }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 026" - }, - "xAxis" : { - "type" : "category" - }, - "chart" : { - "type" : "column" - } + ] } |
