diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index b725e58d85..ce553aa389 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,17 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "subtitle" : { - "text" : "[Champions: 248] Last updated at 2022-01-24 06:38:16 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "chart" : { "type" : "column" }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "3ter", @@ -260,14 +264,17 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -280,7 +287,7 @@ 0, 1, 15, - 29, + 30, 3, 26, 9, @@ -517,8 +524,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -610,7 +616,7 @@ 2, 5, 0, - 76, + 77, 2, 0, 7, @@ -774,7 +780,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1024,16 +1029,11 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 248] Last updated at 2022-01-25 12:07:05 GMT" } } |
