diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index be85c7b782..6b875344f8 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,15 @@ { + "subtitle" : { + "text" : "[Champions: 146] Last updated at 2020-02-13 14:06:08 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "xAxis" : { "categories" : [ "Leoltron", @@ -149,15 +160,18 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "chart" : { + "type" : "column" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { @@ -312,7 +326,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -460,7 +473,8 @@ 2, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -578,7 +592,7 @@ 0, 0, 0, - 26, + 27, 0, 8, 1, @@ -613,19 +627,5 @@ ], "name" : "Blog" } - ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 146] Last updated at 2020-02-13 14:01:29 GMT" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - } + ] } |
