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 6c9d10b624..346a0c8b2d 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,20 +1,7 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 218] Last updated at 2021-02-23 21:29:44 GMT" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -89,7 +76,7 @@ 0, 6, 88, - 31, + 32, 1, 0, 0, @@ -234,8 +221,7 @@ 3, 42, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -461,7 +447,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -681,13 +666,10 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "xAxis" : { "categories" : [ "3ter", @@ -910,6 +892,24 @@ "Yozen Hernandez" ] }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 218] Last updated at 2021-02-23 21:34:34 GMT" + }, "yAxis" : { "title" : { "text" : "" |
