diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 7430373877..1311029492 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,17 +1,11 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -311,8 +305,7 @@ 44, 11, 4 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -357,7 +350,7 @@ 0, 0, 0, - 81, + 82, 0, 0, 4, @@ -921,12 +914,13 @@ "name" : "Blog" } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "subtitle" : { - "text" : "[Champions: 298] Last updated at 2023-10-15 21:17:09 GMT" + "text" : "[Champions: 298] Last updated at 2023-10-15 21:32:30 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "chart" : { "type" : "column" @@ -1235,5 +1229,11 @@ }, "title" : { "text" : "The Weekly Challenge [2019 - 2023]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
