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 fa700f80ce..fb5a045d6d 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,13 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "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" }, "series" : [ { + "name" : "Perl", "data" : [ 0, 0, @@ -34,7 +31,7 @@ 0, 15, 0, - 9, + 10, 1, 30, 1, @@ -165,10 +162,10 @@ 2, 23, 11 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 3, @@ -323,11 +320,9 @@ 2, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -482,15 +477,10 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 153] Last updated at 2020-03-28 22:19:22 GMT" - }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -648,12 +638,22 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 153] Last updated at 2020-03-29 16:02:32 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
