diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index f81a2b1ab9..c81facf949 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,4 +1,11 @@ { + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -33,17 +40,17 @@ "Bob Lied" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-31 01:45:13 GMT" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, "series" : [ { + "name" : "Perl", "data" : [ 2, 0, @@ -75,8 +82,7 @@ 0, 4, 54 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -149,19 +155,13 @@ "name" : "Blog" } ], - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-31 01:38:37 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" } } |
