diff options
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index de05f90849..b890b6b02f 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,22 +1,21 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-12-31 02:06:41 GMT" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-02 10:56:31 GMT" }, "xAxis" : { "categories" : [ @@ -52,9 +51,10 @@ "Shawn Wagner" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, "series" : [ @@ -94,6 +94,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -125,11 +126,9 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 2, 0, @@ -161,7 +160,8 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ] } |
