diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index bd5cb71cda..aac0ca5457 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 240] Last updated at 2021-10-02 07:29:36 GMT" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "3ter", @@ -254,9 +243,20 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -498,7 +498,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -586,7 +587,7 @@ 111, 5, 0, - 60, + 61, 2, 0, 7, @@ -746,6 +747,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -987,21 +989,19 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 240] Last updated at 2021-10-02 07:34:30 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 + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
