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 7e790f51af..8d2c2dbb99 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,15 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "subtitle" : { - "text" : "[Champions: 245] Last updated at 2021-12-06 20:33:35 GMT" + "text" : "[Champions: 245] Last updated at 2021-12-06 20:50:21 GMT" }, "chart" : { "type" : "column" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -257,21 +259,13 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "series" : [ { "name" : "Perl", @@ -524,7 +518,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -771,10 +764,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1021,7 +1014,14 @@ 1, 5, 10 - ] + ], + "name" : "Blog" + } + ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } - ] + } } |
