diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index c282501947..e27814cdf0 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,11 +1,16 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "yAxis" : { "min" : 0, "title" : { @@ -274,11 +279,11 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "subtitle" : { - "text" : "[Champions: 258] Last updated at 2022-06-03 23:27:26 GMT" + "text" : "[Champions: 258] Last updated at 2022-06-04 02:08:40 GMT" }, "series" : [ { @@ -545,7 +550,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -791,7 +795,7 @@ 0, 0, 1, - 119, + 120, 0, 2, 0, @@ -805,9 +809,11 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1067,13 +1073,7 @@ 1, 5, 10 - ], - "name" : "Blog" - } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" + ] } - } + ] } |
