diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 03a5684d3b..1c4da84c8a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,11 +1,13 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "subtitle" : { - "text" : "[Champions: 312] Last updated at 2024-07-28 20:37:42 GMT" + "text" : "[Champions: 312] Last updated at 2024-07-28 20:42:59 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" }, "chart" : { "type" : "column" @@ -326,17 +328,9 @@ "Yves Orton" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -643,15 +637,14 @@ 2, 188, 41, - 124, + 125, 1, 3, 3, 44, 11, 4 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -971,7 +964,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1285,11 +1277,19 @@ 5, 10, 1 - ] + ], + "name" : "Blog" } ], - "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" + } } } |
