diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 1d803b3a35..59287bd326 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 188] Last updated at 2020-09-15 15:02:22 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { "data" : [ @@ -55,7 +49,7 @@ 0, 35, 67, - 73, + 74, 1, 4, 11, @@ -586,24 +580,30 @@ ] } ], + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 188] Last updated at 2020-09-15 15:48:02 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + } }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "3ter", |
