diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 3a63ca344c..b319b48316 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,18 +1,11 @@ { - "chart" : { - "type" : "column" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 235] Last updated at 2021-08-08 20:39:49 GMT" + "chart" : { + "type" : "column" }, "yAxis" : { "min" : 0, @@ -20,11 +13,9 @@ "text" : "" } }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -190,7 +181,7 @@ 2, 4, 0, - 65, + 66, 0, 2, 1, @@ -261,8 +252,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -983,5 +973,15 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "subtitle" : { + "text" : "[Champions: 235] Last updated at 2021-08-08 21:35:26 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" } } |
