diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index fe50291774..63a3b5f2bb 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,4 +1,17 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "series" : [ { "name" : "Perl", @@ -36,6 +49,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -67,10 +81,10 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -102,33 +116,11 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-11-08 20:02:47 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "text" : "[Champions: 30] Last updated at 2022-11-08 20:09:35 GMT" }, "xAxis" : { "categories" : [ @@ -163,5 +155,13 @@ "Bejoy Mathews", "Belmark Caday" ] + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
