diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index c63ea32b36..aa8a716ee7 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,7 +1,13 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-07-30 13:59:39 GMT" + }, "series" : [ { - "name" : "Perl", "data" : [ 0, 12, @@ -33,7 +39,8 @@ 9, 2, 59 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -71,7 +78,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -103,27 +109,15 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "xAxis" : { "categories" : [ "Jacques Guinnebault", @@ -158,8 +152,14 @@ "Lubos Kolouch" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-07-30 13:56:20 GMT" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "chart" : { "type" : "column" |
