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 8c0a2e9d45..c269bd46df 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,17 +1,4 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "xAxis" : { "categories" : [ "3ter", @@ -249,6 +236,30 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 233] Last updated at 2021-07-27 21:36:13 GMT" + }, "series" : [ { "name" : "Perl", @@ -401,7 +412,7 @@ 7, 7, 4, - 59, + 60, 1, 0, 26, @@ -489,7 +500,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -724,9 +734,11 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -961,19 +973,7 @@ 1, 5, 10 - ], - "name" : "Blog" - } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" + ] } - }, - "subtitle" : { - "text" : "[Champions: 233] Last updated at 2021-07-27 21:28:25 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - } + ] } |
