diff options
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index 8f96f5b9fe..1db68473a5 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,4 +1,9 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 @@ -37,6 +42,15 @@ "Shawn Wagner" ] }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, "series" : [ { "data" : [ @@ -74,6 +88,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -105,11 +120,9 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 2, 0, @@ -141,27 +154,14 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-12-12 16:20:45 GMT" }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-12-12 12:47:37 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
