diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 1a0c158c73..9e684d2b09 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,15 +1,14 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-06-23 13:46:19 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -45,9 +44,17 @@ "Magnus Woldrich" ] }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 0, 15, @@ -79,10 +86,10 @@ 0, 0, 1 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 4, 0, @@ -114,9 +121,11 @@ 48, 4, 1 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 7, @@ -148,20 +157,11 @@ 44, 0, 0 - ], - "name" : "Blog" + ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-06-23 13:38:05 GMT" - }, - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
