diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 9d29ad56d4..ad7a0b94c8 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,25 +1,15 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "subtitle" : { - "text" : "[Champions: 238] Last updated at 2021-09-12 16:15:27 GMT" + "text" : "[Champions: 238] Last updated at 2021-09-12 16:22:04 GMT" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -259,7 +249,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -347,7 +338,7 @@ 111, 5, 0, - 57, + 58, 2, 0, 7, @@ -505,7 +496,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -745,14 +735,13 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -995,5 +984,16 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "chart" : { + "type" : "column" } } |
