diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ada8d11dc7..8802ebc916 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,23 +1,9 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 163] Last updated at 2020-05-19 01:10:16 GMT" - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, "xAxis" : { "categories" : [ @@ -186,9 +172,26 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 163] Last updated at 2020-05-19 03:46:07 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "series" : [ { - "name" : "Perl", "data" : [ 0, 0, @@ -353,9 +356,11 @@ 2, 31, 11 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 3, @@ -459,7 +464,7 @@ 0, 0, 0, - 15, + 16, 0, 0, 4, @@ -520,10 +525,10 @@ 2, 11, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -688,12 +693,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } - ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - } + ] } |
