diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 7276f29e82..f112a2d824 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,10 @@ { - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "subtitle" : { + "text" : "[Champions: 153] Last updated at 2020-03-21 11:51:44 GMT" + }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -167,8 +162,10 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 153] Last updated at 2020-03-20 20:12:52 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", @@ -655,5 +652,8 @@ "title" : { "text" : "" } + }, + "chart" : { + "type" : "column" } } |
