diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 3143b258ee..e55f9fa409 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,28 @@ { - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-04-18 23:34:28 GMT" + "text" : "[Champions: 220] Last updated at 2021-04-18 23:52:18 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "xAxis" : { "categories" : [ "3ter", @@ -234,9 +247,6 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { "name" : "Perl", @@ -293,7 +303,7 @@ 0, 0, 39, - 95, + 96, 104, 1, 4, @@ -464,6 +474,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -685,8 +696,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -913,15 +923,5 @@ ], "name" : "Blog" } - ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - } + ] } |
