diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 596fa2c92d..1190a5782d 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,6 +1,13 @@ { + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-01-07 18:31:01 GMT" + }, + "chart" : { + "type" : "column" + }, "series" : [ { + "name" : "Perl", "data" : [ 2, 0, @@ -32,11 +39,9 @@ 4, 21, 42 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -68,9 +73,11 @@ 0, 0, 1 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -102,28 +109,13 @@ 0, 2, 23 - ], - "name" : "Blog" + ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Leoltron", @@ -158,10 +150,18 @@ "Dave Jacoby" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-01-07 18:25:48 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
