diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 89 |
1 files changed, 52 insertions, 37 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 92ac7b538c..45c6dbf0ec 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,15 +1,40 @@ { + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2019-09-02 10:44:39 GMT" + }, + "xAxis" : { + "type" : "category" + }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2019-09-02 10:41:47 GMT" + "title" : { + "text" : "Perl Weekly Challenge - 024" }, "drilldown" : { "series" : [ { + "id" : "Dave Cross", + "name" : "Dave Cross", + "data" : [ + [ + "Perl 5", + 1 + ] + ] + }, + { "data" : [ [ "Perl 5", @@ -24,8 +49,6 @@ "id" : "Joelle Maslak" }, { - "id" : "Roger Bell West", - "name" : "Roger Bell West", "data" : [ [ "Perl 5", @@ -35,9 +58,12 @@ "Perl 6", 1 ] - ] + ], + "name" : "Roger Bell West", + "id" : "Roger Bell West" }, { + "id" : "Simon Proctor", "data" : [ [ "Perl 5", @@ -48,58 +74,47 @@ 2 ] ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + "name" : "Simon Proctor" } ] }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "tooltip" : { - "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/>", - "followPointer" : 1 - }, - "xAxis" : { - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge - 024" - }, "chart" : { "type" : "column" }, + "legend" : { + "enabled" : 0 + }, "series" : [ { - "name" : "Perl Weekly Challenge - 024", - "colorByPoint" : 1, "data" : [ { + "name" : "Dave Cross", + "drilldown" : "Dave Cross", + "y" : 1 + }, + { + "name" : "Joelle Maslak", "drilldown" : "Joelle Maslak", - "y" : 2, - "name" : "Joelle Maslak" + "y" : 2 }, { - "y" : 3, "name" : "Roger Bell West", + "y" : 3, "drilldown" : "Roger Bell West" }, { - "drilldown" : "Simon Proctor", + "name" : "Simon Proctor", "y" : 3, - "name" : "Simon Proctor" + "drilldown" : "Simon Proctor" } - ] + ], + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 024" } ], - "legend" : { - "enabled" : 0 + "tooltip" : { + "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/>", + "followPointer" : 1 } } |
