diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index e34b7217f4..3bca5fc0d7 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,31 +1,15 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 181] Last updated at 2020-08-12 19:13:21 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 181] Last updated at 2020-08-10 20:33:28 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" } }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -94,7 +78,7 @@ 0, 8, 0, - 42, + 43, 1, 4, 2, @@ -208,7 +192,8 @@ 3, 38, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -280,7 +265,7 @@ 2, 0, 2, - 42, + 43, 0, 0, 1, @@ -397,7 +382,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -466,7 +450,7 @@ 0, 6, 0, - 42, + 43, 0, 0, 0, @@ -580,9 +564,25 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "xAxis" : { "categories" : [ "3ter", |
