diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 200 |
1 files changed, 115 insertions, 85 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 24848fefe1..de6e791059 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,103 +1,64 @@ { - "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 - }, - "title" : { - "text" : "Perl Weekly Challenge - 007" - }, - "xAxis" : { - "type" : "category" - }, - "series" : [ - { - "name" : "Champions", - "data" : [ - { - "y" : 2, - "name" : "Athanasius", - "drilldown" : "Athanasius" - }, - { - "name" : "Dave Jacoby", - "y" : 2, - "drilldown" : "Dave Jacoby" - }, - { - "drilldown" : "Gustavo Chaves", - "y" : 2, - "name" : "Gustavo Chaves" - }, - { - "name" : "Joelle Maslak", - "y" : 2, - "drilldown" : "Joelle Maslak" - }, - { - "drilldown" : "Maxim Nechaev", - "name" : "Maxim Nechaev", - "y" : 2 - }, - { - "drilldown" : "Ozzy", - "y" : 1, - "name" : "Ozzy" - }, - { - "y" : 1, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" - } - ], - "colorByPoint" : 1 - } - ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, - "chart" : { - "type" : "column" - }, "drilldown" : { "series" : [ { + "id" : "Andrezgz", + "name" : "Andrezgz", "data" : [ [ "Perl 5", - 2 + 1 ] - ], + ] + }, + { + "id" : "Athanasius", "name" : "Athanasius", - "id" : "Athanasius" + "data" : [ + [ + "Perl 5", + 2 + ] + ] }, { - "id" : "Dave Jacoby", + "name" : "Dave Jacoby", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Dave Jacoby" + "id" : "Dave Jacoby" + }, + { + "id" : "Francis Whittle", + "name" : "Francis Whittle", + "data" : [ + [ + "Perl 6", + 2 + ] + ] }, { + "id" : "Gustavo Chaves", "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Gustavo Chaves" + ] }, { + "id" : "Joelle Maslak", + "name" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -107,51 +68,120 @@ "Perl 6", 1 ] - ], - "name" : "Joelle Maslak", - "id" : "Joelle Maslak" + ] }, { + "id" : "Maxim Nechaev", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Maxim Nechaev", - "id" : "Maxim Nechaev" + "name" : "Maxim Nechaev" }, { - "id" : "Ozzy", - "name" : "Ozzy", "data" : [ [ "Perl 6", 1 ] - ] + ], + "name" : "Ozzy", + "id" : "Ozzy" }, { - "id" : "Simon Proctor", + "name" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] ], - "name" : "Simon Proctor" + "id" : "Simon Proctor" } ] }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "xAxis" : { + "type" : "category" + }, + "tooltip" : { + "followPointer" : 1, + "pointerFormat" : "<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 - 007" + }, "legend" : { "enabled" : 0 }, "subtitle" : { - "text" : "[Champions: 7] Last updated at 2019-05-10 03:27:00 GMT" + "text" : "[Champions: 9] Last updated at 2019-05-10 03:37:34 GMT" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "series" : [ + { + "data" : [ + { + "name" : "Andrezgz", + "y" : 1, + "drilldown" : "Andrezgz" + }, + { + "name" : "Athanasius", + "y" : 2, + "drilldown" : "Athanasius" + }, + { + "y" : 2, + "name" : "Dave Jacoby", + "drilldown" : "Dave Jacoby" + }, + { + "drilldown" : "Francis Whittle", + "name" : "Francis Whittle", + "y" : 2 + }, + { + "name" : "Gustavo Chaves", + "y" : 2, + "drilldown" : "Gustavo Chaves" + }, + { + "drilldown" : "Joelle Maslak", + "y" : 2, + "name" : "Joelle Maslak" + }, + { + "y" : 2, + "name" : "Maxim Nechaev", + "drilldown" : "Maxim Nechaev" + }, + { + "y" : 1, + "name" : "Ozzy", + "drilldown" : "Ozzy" + }, + { + "drilldown" : "Simon Proctor", + "y" : 1, + "name" : "Simon Proctor" + } + ], + "name" : "Champions", + "colorByPoint" : 1 } + ], + "chart" : { + "type" : "column" } } |
