diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 183 |
1 files changed, 99 insertions, 84 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index c36cb93c83..f44a9426c9 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,115 +1,64 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "series" : [ - { - "data" : [ - { - "drilldown" : "Daniel Mita", - "y" : 1, - "name" : "Daniel Mita" - }, - { - "drilldown" : "Duane Powell", - "name" : "Duane Powell", - "y" : 2 - }, - { - "drilldown" : "Markus Holzer", - "y" : 2, - "name" : "Markus Holzer" - }, - { - "drilldown" : "Pete Houston", - "y" : 1, - "name" : "Pete Houston" - }, - { - "drilldown" : "Prajith P", - "name" : "Prajith P", - "y" : 2 - }, - { - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor", - "y" : 1 - }, - { - "y" : 2, - "drilldown" : "Steven Wilson", - "name" : "Steven Wilson" - }, - { - "name" : "Ulrich Rieke", - "drilldown" : "Ulrich Rieke", - "y" : 2 - }, - { - "y" : 4, - "drilldown" : "Yet Ebreo", - "name" : "Yet Ebreo" - } - ], - "name" : "Perl Weekly Challenge - 028", - "colorByPoint" : 1 + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } } - ], - "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/>" }, "subtitle" : { - "text" : "[Champions: 9] Last updated at 2019-10-01 14:01:29 GMT" + "text" : "[Champions: 10] Last updated at 2019-10-01 14:04:11 GMT" }, "legend" : { "enabled" : 0 }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, "drilldown" : { "series" : [ { - "name" : "Daniel Mita", "data" : [ [ "Perl 6", 1 ] ], + "name" : "Daniel Mita", "id" : "Daniel Mita" }, { + "id" : "Dave Cross", + "name" : "Dave Cross", + "data" : [ + [ + "Perl 5", + 2 + ] + ] + }, + { "id" : "Duane Powell", + "name" : "Duane Powell", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Duane Powell" + ] }, { - "name" : "Markus Holzer", "data" : [ [ "Perl 6", 2 ] ], + "name" : "Markus Holzer", "id" : "Markus Holzer" }, { @@ -133,38 +82,36 @@ "name" : "Prajith P" }, { - "name" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] ], + "name" : "Simon Proctor", "id" : "Simon Proctor" }, { + "id" : "Steven Wilson", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Steven Wilson", - "id" : "Steven Wilson" + "name" : "Steven Wilson" }, { "id" : "Ulrich Rieke", - "name" : "Ulrich Rieke", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Ulrich Rieke" }, { - "id" : "Yet Ebreo", - "name" : "Yet Ebreo", "data" : [ [ "Perl 5", @@ -174,13 +121,81 @@ "Perl 6", 2 ] - ] + ], + "name" : "Yet Ebreo", + "id" : "Yet Ebreo" } ] }, "xAxis" : { "type" : "category" }, + "chart" : { + "type" : "column" + }, + "series" : [ + { + "name" : "Perl Weekly Challenge - 028", + "colorByPoint" : 1, + "data" : [ + { + "y" : 1, + "drilldown" : "Daniel Mita", + "name" : "Daniel Mita" + }, + { + "name" : "Dave Cross", + "drilldown" : "Dave Cross", + "y" : 2 + }, + { + "drilldown" : "Duane Powell", + "name" : "Duane Powell", + "y" : 2 + }, + { + "y" : 2, + "drilldown" : "Markus Holzer", + "name" : "Markus Holzer" + }, + { + "drilldown" : "Pete Houston", + "name" : "Pete Houston", + "y" : 1 + }, + { + "drilldown" : "Prajith P", + "name" : "Prajith P", + "y" : 2 + }, + { + "y" : 1, + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" + }, + { + "y" : 2, + "drilldown" : "Steven Wilson", + "name" : "Steven Wilson" + }, + { + "drilldown" : "Ulrich Rieke", + "name" : "Ulrich Rieke", + "y" : 2 + }, + { + "drilldown" : "Yet Ebreo", + "name" : "Yet Ebreo", + "y" : 4 + } + ] + } + ], + "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" } |
