diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index b7c9898099..f7594ada6c 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,11 +1,4 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-12-21 15:06:31 GMT" - }, "xAxis" : { "categories" : [ "Mihail Iosilevitch", @@ -40,12 +33,32 @@ "Philip Hood" ] }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-12-21 15:38:35 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "chart" : { "type" : "column" }, "series" : [ { - "name" : "Perl", "data" : [ 0, 0, @@ -65,7 +78,7 @@ 0, 8, 14, - 194, + 196, 3, 7, 0, @@ -77,7 +90,8 @@ 11, 7, 1 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -115,7 +129,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -147,21 +160,8 @@ 0, 0, 0 - ] - } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" + ], + "name" : "Blog" } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - } + ] } |
