diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index b03439d31a..8f42a5259f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,21 @@ { + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 185] Last updated at 2020-09-06 22:26:00 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -195,7 +212,7 @@ 0, 0, 1, - 52, + 53, 2, 0, 1, @@ -570,12 +587,13 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, 0, 0, - 52, + 53, 0, 0, 0, @@ -756,32 +774,14 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 185] Last updated at 2020-09-06 22:22:53 GMT" - }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 } } |
