diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 142 |
1 files changed, 86 insertions, 56 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 24b43c8796..9501dd4f7f 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,89 +1,111 @@ { - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "title" : { - "text" : "Perl Weekly Challenge - CURRENT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, "series" : [ { + "colorByPoint" : 1, + "name" : "Champions", "data" : [ { - "name" : "Gustavo Chaves", + "name" : "Clive Holloway", + "y" : 1, + "drilldown" : "Clive Holloway" + }, + { "drilldown" : "Gustavo Chaves", + "name" : "Gustavo Chaves", "y" : 1 }, { - "y" : 4, "drilldown" : "Dr James A. Smith", + "y" : 4, "name" : "Dr James A. Smith" }, { + "name" : "Khalid", "y" : 2, - "drilldown" : "Khalid", - "name" : "Khalid" + "drilldown" : "Khalid" }, { - "y" : 2, "drilldown" : "Lars Balker", + "y" : 2, "name" : "Lars Balker" }, { "name" : "Chenyf", - "drilldown" : "Chenyf", - "y" : 2 + "y" : 2, + "drilldown" : "Chenyf" }, { - "drilldown" : "Sergio Iglesias", "y" : 2, - "name" : "Sergio Iglesias" + "name" : "Robert Gratza", + "drilldown" : "Robert Gratza" + }, + { + "y" : 2, + "name" : "Sergio Iglesias", + "drilldown" : "Sergio Iglesias" }, { - "name" : "Simon Proctor", "drilldown" : "Simon Proctor", + "name" : "Simon Proctor", "y" : 2 } - ], - "name" : "Champions", - "colorByPoint" : 1 + ] } ], + "xAxis" : { + "type" : "category" + }, + "legend" : { + "enabled" : 0 + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2019-04-10 12:10:46 GMT" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, "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/>", - "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/>" }, "drilldown" : { "series" : [ { + "id" : "Clive Holloway", "data" : [ [ "Perl 5", 1 ] ], - "id" : "Gustavo Chaves", - "name" : "Gustavo Chaves" + "name" : "Clive Holloway" + }, + { + "data" : [ + [ + "Perl 5", + 1 + ] + ], + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves" }, { - "name" : "Dr James A. Smith", "data" : [ [ "Perl 5", @@ -94,64 +116,72 @@ 2 ] ], + "name" : "Dr James A. Smith", "id" : "Dr James A. Smith" }, { - "name" : "Khalid", "data" : [ [ "Perl 5", 2 ] ], + "name" : "Khalid", "id" : "Khalid" }, { - "id" : "Lars Balker", + "name" : "Lars Balker", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Lars Balker" + "id" : "Lars Balker" + }, + { + "name" : "Chenyf", + "data" : [ + [ + "Perl 6", + 2 + ] + ], + "id" : "Chenyf" }, { - "id" : "Chenyf", + "name" : "Robert Gratza", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Chenyf" + "id" : "Robert Gratza" }, { - "id" : "Sergio Iglesias", + "name" : "Sergio Iglesias", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Sergio Iglesias" + "id" : "Sergio Iglesias" }, { - "name" : "Simon Proctor", - "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Simon Proctor", + "id" : "Simon Proctor" } ] }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2019-04-09 13:34:30 GMT" - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge - CURRENT" } } |
