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 5d04353f48..09b9be29fc 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,11 +1,7 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -234,12 +230,8 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -297,7 +289,7 @@ 0, 39, 102, - 110, + 111, 1, 4, 11, @@ -464,7 +456,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -695,7 +688,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -920,20 +912,28 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "subtitle" : { - "text" : "[Champions: 223] Last updated at 2021-05-31 10:51:54 GMT" + "text" : "[Champions: 223] Last updated at 2021-05-31 20:13:04 GMT" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
