diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 81260466a9..d152399758 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,11 @@ { - "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" : "The Weekly Challenge [2019 - 2021]" + "subtitle" : { + "text" : "[Champions: 245] Last updated at 2022-01-03 01:51:41 GMT" }, "xAxis" : { "categories" : [ @@ -258,13 +256,18 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -272,7 +275,7 @@ 0, 75, 2, - 111, + 112, 2, 0, 1, @@ -511,8 +514,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -1015,13 +1017,11 @@ "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 245] Last updated at 2022-01-03 01:43:14 GMT" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" } } |
