diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index ed18a92617..0bbe151e76 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,6 +1,8 @@ { - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -36,23 +38,24 @@ "JJ Merelo" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-08-18 07:48:53 GMT" }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-08-18 07:44:23 GMT" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "series" : [ { @@ -91,6 +94,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -122,10 +126,10 @@ 0, 0, 1 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -157,11 +161,7 @@ 0, 0, 1 - ], - "name" : "Blog" + ] } - ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - } + ] } |
