diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 55d5fca900..94d9a1d50b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,18 @@ { + "subtitle" : { + "text" : "[Champions: 72] Last updated at 2019-04-15 16:39:07 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 72] Last updated at 2019-04-15 14:42:47 GMT" + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -85,15 +90,11 @@ "William Gilmore" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { + "name" : "Perl 5", "data" : [ - 0, + 2, 6, 3, 0, @@ -165,8 +166,7 @@ 2, 3, 1 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -246,13 +246,13 @@ "name" : "Perl 6" } ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "plotOptions" : { + "column" : { + "stacking" : "percent" } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
