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 88f1247c34..59c41af73f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,17 +1,16 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 214] Last updated at 2021-01-24 11:03:40 GMT" }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -221,14 +220,13 @@ 2, 9, 33, - 56, + 57, 1, 3, 3, 41, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -450,7 +448,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -666,14 +663,17 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "xAxis" : { "categories" : [ @@ -893,11 +893,11 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 214] Last updated at 2021-01-24 10:56:23 GMT" + "chart" : { + "type" : "column" }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 } } |
