diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index b8335e78cf..106ace3230 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,11 +1,4 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "xAxis" : { "categories" : [ "3ter", @@ -255,18 +248,18 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 245] Last updated at 2022-01-03 01:31:16 GMT" - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -327,7 +320,7 @@ 0, 0, 43, - 130, + 131, 140, 1, 4, @@ -513,10 +506,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -763,10 +756,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1013,9 +1006,13 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "plotOptions" : { "column" : { "stacking" : "percent" @@ -1023,5 +1020,8 @@ }, "chart" : { "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 245] Last updated at 2022-01-03 01:37:08 GMT" } } |
