diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 4e169b3cbb..72c01c0351 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,27 +1,13 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 216] Last updated at 2021-02-07 09:00:54 GMT" + "chart" : { + "type" : "column" }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { @@ -236,7 +222,7 @@ 2, 11, 33, - 58, + 59, 1, 3, 3, @@ -688,6 +674,20 @@ ] } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 216] Last updated at 2021-02-07 12:05:34 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "xAxis" : { "categories" : [ "3ter", |
