diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 2ba0cd163c..29c9c257a1 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,4 +1,10 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -33,15 +39,6 @@ "Creewick" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { "name" : "Perl", @@ -71,7 +68,7 @@ 0, 31, 0, - 43, + 44, 1, 90, 3, @@ -79,7 +76,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -111,7 +107,8 @@ 52, 0, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -149,19 +146,22 @@ "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "chart" : { "type" : "column" }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-07-12 10:07:37 GMT" + "text" : "[Champions: 30] Last updated at 2020-07-12 14:56:47 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
