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 ef25b875c1..4b05ff895f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,12 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -204,8 +210,7 @@ 3, 41, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -415,6 +420,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -618,28 +624,13 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "xAxis" : { "categories" : [ "3ter", @@ -846,10 +837,19 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "[Champions: 202] Last updated at 2020-11-15 01:20:23 GMT" + "text" : "[Champions: 202] Last updated at 2020-11-15 01:34:01 GMT" }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
