diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 5ea27a33a1..3f6d038f22 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,7 @@ { "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -105,7 +106,7 @@ 24, 0, 9, - 3, + 4, 8, 11, 95, @@ -216,11 +217,9 @@ 3, 41, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -436,10 +435,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -544,7 +543,7 @@ 38, 0, 0, - 3, + 4, 0, 0, 96, @@ -655,20 +654,12 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "subtitle" : { - "text" : "[Champions: 214] Last updated at 2021-01-24 00:18:59 GMT" + "text" : "[Champions: 214] Last updated at 2021-01-24 02:14:54 GMT" }, "xAxis" : { "categories" : [ @@ -888,16 +879,25 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "yAxis" : { - "min" : 0, "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" } } |
