diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 127 |
1 files changed, 71 insertions, 56 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 3e716f9db7..c206c34c3b 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,65 +1,47 @@ { - "legend" : { - "enabled" : 0 - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 028" - }, - "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/>" - }, "series" : [ { - "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 028", "data" : [ { - "drilldown" : "Daniel Mita", "y" : 1, - "name" : "Daniel Mita" + "name" : "Daniel Mita", + "drilldown" : "Daniel Mita" }, { - "drilldown" : "Duane Powell", "y" : 2, - "name" : "Duane Powell" + "name" : "Duane Powell", + "drilldown" : "Duane Powell" }, { "drilldown" : "Markus Holzer", - "y" : 2, - "name" : "Markus Holzer" + "name" : "Markus Holzer", + "y" : 2 }, { - "drilldown" : "Pete Houston", "y" : 1, + "drilldown" : "Pete Houston", "name" : "Pete Houston" }, { + "y" : 2, "name" : "Prajith P", - "drilldown" : "Prajith P", - "y" : 2 + "drilldown" : "Prajith P" }, { + "name" : "Simon Proctor", "drilldown" : "Simon Proctor", + "y" : 1 + }, + { "y" : 1, - "name" : "Simon Proctor" + "name" : "Steven Wilson", + "drilldown" : "Steven Wilson" }, { - "drilldown" : "Ulrich Rieke", + "y" : 2, "name" : "Ulrich Rieke", - "y" : 2 + "drilldown" : "Ulrich Rieke" }, { "y" : 4, @@ -67,20 +49,54 @@ "name" : "Yet Ebreo" } ], - "name" : "Perl Weekly Challenge - 028" + "colorByPoint" : 1 } ], + "legend" : { + "enabled" : 0 + }, + "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 - 028" + }, + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2019-10-01 13:49:16 GMT" + }, + "xAxis" : { + "type" : "category" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "chart" : { + "type" : "column" + }, "drilldown" : { "series" : [ { - "name" : "Daniel Mita", - "id" : "Daniel Mita", "data" : [ [ "Perl 6", 1 ] - ] + ], + "name" : "Daniel Mita", + "id" : "Daniel Mita" }, { "id" : "Duane Powell", @@ -103,13 +119,13 @@ "id" : "Markus Holzer" }, { + "id" : "Pete Houston", "data" : [ [ "Perl 5", 1 ] ], - "id" : "Pete Houston", "name" : "Pete Houston" }, { @@ -119,18 +135,28 @@ 2 ] ], - "id" : "Prajith P", - "name" : "Prajith P" + "name" : "Prajith P", + "id" : "Prajith P" }, { + "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] + ] + }, + { + "data" : [ + [ + "Perl 5", + 1 + ] ], - "id" : "Simon Proctor", - "name" : "Simon Proctor" + "name" : "Steven Wilson", + "id" : "Steven Wilson" }, { "name" : "Ulrich Rieke", @@ -157,16 +183,5 @@ "id" : "Yet Ebreo" } ] - }, - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2019-10-01 13:34:53 GMT" - }, - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } } } |
