diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 22b74fd09b..51e0cbdeaf 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,6 +1,7 @@ { "series" : [ { + "name" : "Perl", "data" : [ 20, 2, @@ -32,11 +33,9 @@ 0, 82, 256 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 22, 0, @@ -68,10 +67,10 @@ 10, 0, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 2, 0, @@ -103,13 +102,15 @@ 0, 0, 1 - ] + ], + "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "xAxis" : { "categories" : [ @@ -145,23 +146,22 @@ "Duncan C. White" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-02 10:56:31 GMT" + }, + "chart" : { + "type" : "column" }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-12-31 02:06:41 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
