diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 765a6d0086..fc83dfba6d 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,23 +1,33 @@ { - "chart" : { - "type" : "column" + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } }, "xAxis" : { "type" : "category" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "tooltip" : { + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1, + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2019-12-09 18:08:41 GMT" }, "series" : [ { "name" : "Perl Weekly Challenge - 038", + "colorByPoint" : 1, "data" : [ { - "drilldown" : "E. Choroba", + "name" : "E. Choroba", "y" : 2, - "name" : "E. Choroba" + "drilldown" : "E. Choroba" }, { "name" : "Pete Houston", @@ -30,42 +40,33 @@ "y" : 4 }, { + "name" : "Simon Proctor", "drilldown" : "Simon Proctor", - "y" : 1, - "name" : "Simon Proctor" + "y" : 2 } - ], - "colorByPoint" : 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/>" - }, - "title" : { - "text" : "Perl Weekly Challenge - 038" - }, "drilldown" : { "series" : [ { + "name" : "E. Choroba", + "id" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "E. Choroba", - "id" : "E. Choroba" + ] }, { - "id" : "Pete Houston", "data" : [ [ "Perl 5", 1 ] ], + "id" : "Pete Houston", "name" : "Pete Houston" }, { @@ -83,28 +84,27 @@ "name" : "Roger Bell West" }, { + "name" : "Simon Proctor", "data" : [ [ "Perl 6", - 1 + 2 ] ], - "name" : "Simon Proctor", "id" : "Simon Proctor" } ] }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } + "chart" : { + "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2019-12-09 16:42:34 GMT" + "title" : { + "text" : "Perl Weekly Challenge - 038" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } }, "legend" : { "enabled" : 0 |
