diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 97236924ec..bbe6cf6516 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,16 @@ { - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -233,9 +237,8 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 221] Last updated at 2021-05-10 11:28:23 GMT" }, "series" : [ { @@ -415,7 +418,7 @@ 1, 1, 1, - 96, + 97, 57, 30, 27, @@ -641,7 +644,7 @@ 0, 3, 0, - 84, + 85, 57, 28, 0, @@ -917,15 +920,12 @@ "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 221] Last updated at 2021-05-10 10:58:37 GMT" + "chart" : { + "type" : "column" } } |
