diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ddfbf7e3af..b711513a70 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,26 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 288] Last updated at 2023-05-26 23:51:03 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -75,7 +94,7 @@ 0, 43, 202, - 213, + 214, 1, 4, 12, @@ -128,7 +147,7 @@ 33, 4, 0, - 210, + 211, 4, 1, 13, @@ -198,7 +217,7 @@ 0, 5, 9, - 217, + 218, 2, 4, 0, @@ -291,10 +310,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -584,7 +603,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -880,16 +900,9 @@ "name" : "Blog" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -1182,18 +1195,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" - }, - "subtitle" : { - "text" : "[Champions: 288] Last updated at 2023-05-26 07:54:47 GMT" } } |
