diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index fc7bd8bf18..65c7fc69f5 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,9 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -264,30 +269,13 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "subtitle" : { + "text" : "[Champions: 261] Last updated at 2022-06-19 20:06:32 GMT" }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 261] Last updated at 2022-06-19 17:24:01 GMT" - }, "series" : [ { "name" : "Perl", @@ -556,6 +544,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -706,7 +695,7 @@ 48, 3, 1, - 17, + 18, 0, 0, 0, @@ -818,10 +807,10 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1084,8 +1073,19 @@ 1, 5, 10 - ], - "name" : "Blog" + ] + } + ], + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } - ] + } } |
