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 b8a8dd7365..7a2dc24fa4 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,12 @@ { - "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" : [ { @@ -93,7 +99,7 @@ 0, 6, 5, - 142, + 143, 1, 0, 101, @@ -270,6 +276,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -359,7 +366,7 @@ 0, 0, 0, - 142, + 143, 0, 2, 5, @@ -532,8 +539,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -626,7 +632,7 @@ 0, 0, 0, - 129, + 130, 0, 0, 75, @@ -802,8 +808,14 @@ ] } ], + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "[Champions: 261] Last updated at 2022-06-20 00:20:58 GMT" + "text" : "[Champions: 261] Last updated at 2022-06-20 05:22:17 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "xAxis" : { "categories" : [ @@ -1070,22 +1082,10 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" } } } |
