diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 122 |
1 files changed, 78 insertions, 44 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 2c5fc28ba5..0a2f2d6e61 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,19 +1,17 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 006" + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2019-05-02 13:30:19 GMT" }, - "legend" : { - "enabled" : 0 + "chart" : { + "type" : "column" }, "series" : [ { - "colorByPoint" : 1, - "name" : "Champions", "data" : [ { "name" : "Alicia Bielsa", - "y" : 1, - "drilldown" : "Alicia Bielsa" + "drilldown" : "Alicia Bielsa", + "y" : 1 }, { "y" : 2, @@ -21,13 +19,13 @@ "drilldown" : "Andrezgz" }, { - "drilldown" : "Athanasius", + "y" : 2, "name" : "Athanasius", - "y" : 2 + "drilldown" : "Athanasius" }, { - "drilldown" : "Gustavo Chaves", "y" : 2, + "drilldown" : "Gustavo Chaves", "name" : "Gustavo Chaves" }, { @@ -36,70 +34,74 @@ "y" : 4 }, { + "drilldown" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld", + "y" : 2 + }, + { + "drilldown" : "Maxim Kolodyazhny", + "name" : "Maxim Kolodyazhny", + "y" : 1 + }, + { "drilldown" : "Simon Proctor", - "y" : 1, - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "y" : 1 }, { "drilldown" : "Tim Smith", "name" : "Tim Smith", "y" : 2 } - ] + ], + "colorByPoint" : 1, + "name" : "Champions" } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "type" : "category" }, "drilldown" : { "series" : [ { - "id" : "Alicia Bielsa", - "name" : "Alicia Bielsa", "data" : [ [ "Perl 5", 1 ] - ] + ], + "id" : "Alicia Bielsa", + "name" : "Alicia Bielsa" }, { + "name" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Andrezgz", "id" : "Andrezgz" }, { "id" : "Athanasius", - "name" : "Athanasius", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Athanasius" }, { + "name" : "Gustavo Chaves", "id" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Gustavo Chaves" + ] }, { "id" : "Joelle Maslak", @@ -116,42 +118,74 @@ "name" : "Joelle Maslak" }, { - "name" : "Simon Proctor", "data" : [ [ + "Perl 5", + 1 + ], + [ "Perl 6", 1 ] ], - "id" : "Simon Proctor" + "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld" + }, + { + "name" : "Maxim Kolodyazhny", + "data" : [ + [ + "Perl 5", + 1 + ] + ], + "id" : "Maxim Kolodyazhny" + }, + { + "name" : "Simon Proctor", + "id" : "Simon Proctor", + "data" : [ + [ + "Perl 6", + 1 + ] + ] }, { - "name" : "Tim Smith", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Tim Smith" + "id" : "Tim Smith", + "name" : "Tim Smith" } ] }, - "tooltip" : { - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1, - "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + "title" : { + "text" : "Perl Weekly Challenge - 006" }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "enabled" : 1, + "format" : "{point.y}" + } } }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2019-05-01 15:12:47 GMT" + "tooltip" : { + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : 1 + }, + "legend" : { + "enabled" : 0 + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } |
