diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 45c730efad..441e212769 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,11 @@ { - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "subtitle" : { - "text" : "[Champions: 196] Last updated at 2020-10-19 00:19:00 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -16,7 +18,7 @@ 2, 0, 1, - 2, + 3, 8, 26, 7, @@ -610,6 +612,12 @@ ] } ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -810,22 +818,14 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "subtitle" : { + "text" : "[Champions: 196] Last updated at 2020-10-19 09:20:00 GMT" } } |
