diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 486dba332a..bc0ba99cfd 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,6 @@ { "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -98,7 +97,7 @@ 5, 156, 1, - 0, + 1, 116, 1, 0, @@ -273,7 +272,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -551,7 +551,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -823,19 +822,24 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 270] Last updated at 2022-10-01 22:58:40 GMT" }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 270] Last updated at 2022-10-01 22:47:52 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "yAxis" : { "min" : 0, @@ -843,13 +847,6 @@ "text" : "" } }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "xAxis" : { "categories" : [ "3ter", @@ -1123,5 +1120,8 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
