diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index af6806c4c7..454c818804 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -276,19 +276,22 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 273] Last updated at 2022-10-22 19:52:25 GMT" }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, - "subtitle" : { - "text" : "[Champions: 273] Last updated at 2022-10-22 19:36:35 GMT" + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -330,7 +333,7 @@ 0, 15, 0, - 136, + 137, 2, 0, 1, @@ -563,9 +566,11 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -840,10 +845,10 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1118,22 +1123,17 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + }, + "min" : 0 } } |
