diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 3274845a25..a162242eaa 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,4 +1,25 @@ { + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-06-14 23:08:57 GMT" + }, "xAxis" : { "categories" : [ "Daniel Mita", @@ -36,10 +57,6 @@ "chart" : { "type" : "column" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "series" : [ { "name" : "Perl", @@ -112,6 +129,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -143,25 +161,7 @@ 0, 41, 0 - ], - "name" : "Blog" - } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" + ] } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-06-14 22:59:31 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - } + ] } |
