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 633b3edd33..bbf9603c6d 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,10 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -248,23 +254,20 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "subtitle" : { + "text" : "[Champions: 245] Last updated at 2021-12-28 13:55:46 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -511,9 +514,11 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -760,8 +765,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -1014,14 +1018,10 @@ "name" : "Blog" } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, - "subtitle" : { - "text" : "[Champions: 245] Last updated at 2021-12-28 13:42:53 GMT" + "chart" : { + "type" : "column" } } |
