diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index e90470e6f2..dad45c96de 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,11 +1,6 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-12-06 11:30:24 GMT" }, "series" : [ { @@ -23,7 +18,7 @@ 30, 44, 13, - 1, + 2, 115, 12, 0, @@ -44,7 +39,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -59,7 +53,7 @@ 0, 9, 0, - 42, + 43, 0, 0, 2, @@ -76,7 +70,8 @@ 0, 8, 6 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -114,8 +109,8 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-12-06 11:14:41 GMT" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "xAxis" : { "categories" : [ @@ -151,8 +146,14 @@ "Chenyf" ] }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "yAxis" : { "min" : 0, @@ -160,8 +161,7 @@ "text" : "" } }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "chart" : { + "type" : "column" } } |
