diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 9933e631fa..3d08119dc5 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,10 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { @@ -142,7 +146,7 @@ 33, 1, 0, - 21, + 22, 1, 0, 0, @@ -658,20 +662,13 @@ "name" : "Blog" } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "subtitle" : { + "text" : "[Champions: 213] Last updated at 2021-01-13 00:52:31 GMT" }, "xAxis" : { "categories" : [ @@ -890,10 +887,13 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, - "subtitle" : { - "text" : "[Champions: 213] Last updated at 2021-01-13 00:44:32 GMT" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
