diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index e6822e7000..dd7a57d57c 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,9 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Jen Guerra", @@ -38,6 +33,23 @@ "Martin Mugeni" ] }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "series" : [ { "data" : [ @@ -110,6 +122,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -141,27 +154,14 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-03-20 20:12:52 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-03-20 18:51:29 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" } } |
