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 2a04cfd8e7..b3260e4da3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,21 +1,6 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -163,8 +148,21 @@ "Yozen Hernandez" ] }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "subtitle" : { - "text" : "[Champions: 142] Last updated at 2020-01-25 19:13:59 GMT" + "text" : "[Champions: 142] Last updated at 2020-01-25 20:00:24 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "series" : [ { @@ -500,7 +498,7 @@ 0, 0, 1, - 35, + 36, 0, 0, 0, @@ -609,7 +607,9 @@ "name" : "Blog" } ], - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
