diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 0d88547d48..dbce464974 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,26 +1,19 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-08-22 04:21:59 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { - "name" : "Perl", "data" : [ 2, 135, @@ -52,7 +45,8 @@ 14, 7, 8 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -90,6 +84,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 3, @@ -121,14 +116,11 @@ 0, 4, 0 - ], - "name" : "Blog" + ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-08-22 10:21:24 GMT" }, "xAxis" : { "categories" : [ @@ -163,5 +155,13 @@ "Neil Bowers", "Nick Logan" ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" } } |
