diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index e00bfa0250..1840f08b51 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -33,25 +33,15 @@ "Freddie B" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-12-13 02:18:05 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "series" : [ { "data" : [ @@ -124,7 +114,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 25, 0, @@ -156,12 +145,23 @@ 9, 0, 0 - ] + ], + "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-12-13 02:23:57 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
