diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 7af74e1071..e8b1faefd9 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,13 @@ { + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -244,27 +253,23 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 241] Last updated at 2021-10-26 22:18:35 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 241] Last updated at 2021-10-26 23:15:11 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -415,7 +420,7 @@ 2, 0, 0, - 57, + 58, 20, 7, 7, @@ -507,10 +512,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -661,7 +666,7 @@ 0, 1, 0, - 37, + 38, 20, 0, 0, @@ -753,9 +758,11 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -998,14 +1005,7 @@ 1, 5, 10 - ], - "name" : "Blog" - } - ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + ] } - } + ] } |
