diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index ebcf81e912..9f6c581abb 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,10 +1,6 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "yAxis" : { "title" : { @@ -46,6 +42,16 @@ "Doug Schrag" ] }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-07-03 13:29:45 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, "plotOptions" : { "column" : { "stacking" : "percent" @@ -53,6 +59,7 @@ }, "series" : [ { + "name" : "Perl", "data" : [ 40, 2, @@ -84,10 +91,10 @@ 1, 0, 0 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 54, 0, @@ -119,8 +126,7 @@ 0, 8, 10 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -157,11 +163,5 @@ 0 ] } - ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-07-03 07:47:58 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - } + ] } |
