diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 0cdf137818..2dad08ef31 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,20 +1,13 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 244] Last updated at 2021-11-20 12:20:05 GMT" - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -263,6 +256,12 @@ "Yozen Hernandez" ] }, + "subtitle" : { + "text" : "[Champions: 244] Last updated at 2021-11-21 19:33:19 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "series" : [ { "data" : [ @@ -347,7 +346,7 @@ 1, 0, 6, - 0, + 1, 119, 0, 70, @@ -514,6 +513,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -759,8 +759,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -1012,12 +1011,13 @@ "name" : "Blog" } ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" } } |
