diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 2556a863a3..7d1e8fb60b 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,18 +1,16 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-05-18 09:28:36 GMT" - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -48,8 +46,12 @@ "Mark J. Reed" ] }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "series" : [ { + "name" : "Perl", "data" : [ 11, 81, @@ -81,10 +83,10 @@ 2, 19, 1 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 81, @@ -116,8 +118,7 @@ 0, 128, 1 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -155,13 +156,12 @@ "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-05-18 09:34:06 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
