diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 5d26b138ca..36382ebae6 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,7 @@ { + "subtitle" : { + "text" : "[Champions: 140] Last updated at 2020-01-07 17:15:08 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" @@ -295,6 +298,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -436,8 +440,7 @@ 2, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -585,11 +588,9 @@ ] } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 140] Last updated at 2020-01-07 14:05:31 GMT" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "yAxis" : { "title" : { @@ -597,9 +598,8 @@ }, "min" : 0 }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "chart" : { "type" : "column" |
