diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 108 |
1 files changed, 71 insertions, 37 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 5e860a3eac..05392493f0 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,93 +1,127 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } } }, - "title" : { - "text" : "Perl Weekly Challenge - 007" + "chart" : { + "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2019-05-07 14:23:53 GMT" + "legend" : { + "enabled" : 0 }, - "xAxis" : { - "type" : "category" + "tooltip" : { + "followPointer" : 1, + "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/>" }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge - 007" }, "drilldown" : { "series" : [ { - "name" : "Dave Jacoby", + "id" : "Dave Jacoby", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Dave Jacoby" + "name" : "Dave Jacoby" }, { - "id" : "Ozzy", + "id" : "Gustavo Chaves", "data" : [ [ + "Perl 5", + 2 + ] + ], + "name" : "Gustavo Chaves" + }, + { + "name" : "Joelle Maslak", + "data" : [ + [ + "Perl 5", + 1 + ], + [ "Perl 6", 1 ] ], - "name" : "Ozzy" + "id" : "Joelle Maslak" }, { + "id" : "Ozzy", + "name" : "Ozzy", "data" : [ [ "Perl 6", 1 ] - ], + ] + }, + { "name" : "Simon Proctor", + "data" : [ + [ + "Perl 6", + 1 + ] + ], "id" : "Simon Proctor" } ] }, - "legend" : { - "enabled" : 0 + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, - "tooltip" : { - "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/>", - "followPointer" : 1 + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2019-05-09 10:07:03 GMT" + }, + "xAxis" : { + "type" : "category" }, "series" : [ { "colorByPoint" : 1, "data" : [ { - "drilldown" : "Dave Jacoby", "y" : 2, + "drilldown" : "Dave Jacoby", "name" : "Dave Jacoby" }, { + "drilldown" : "Gustavo Chaves", + "name" : "Gustavo Chaves", + "y" : 2 + }, + { + "y" : 2, + "name" : "Joelle Maslak", + "drilldown" : "Joelle Maslak" + }, + { + "y" : 1, "drilldown" : "Ozzy", - "name" : "Ozzy", - "y" : 1 + "name" : "Ozzy" }, { "y" : 1, - "name" : "Simon Proctor", - "drilldown" : "Simon Proctor" + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" } ], "name" : "Champions" } - ], - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - } + ] } |
