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 7d6af63c8a..5d04353f48 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,11 @@ { - "subtitle" : { - "text" : "[Champions: 223] Last updated at 2021-05-31 10:46:09 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "xAxis" : { "categories" : [ @@ -229,13 +234,8 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "series" : [ { @@ -382,7 +382,7 @@ 7, 7, 4, - 51, + 52, 1, 0, 26, @@ -695,6 +695,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -919,21 +920,20 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 223] Last updated at 2021-05-31 10:51:54 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
