diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 2f5f795682..7285d9f7e2 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,12 +1,4 @@ { - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Laurent Rosenfeld", @@ -41,8 +33,12 @@ "Miguel Prz" ] }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-09-11 01:57:51 GMT" + }, "series" : [ { + "name" : "Perl", "data" : [ 421, 17, @@ -74,10 +70,10 @@ 4, 0, 4 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 433, 0, @@ -109,8 +105,7 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -152,16 +147,21 @@ "text" : "The Weekly Challenge [2019 - 2023]" }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-09-11 01:39:59 GMT" + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } + }, + "chart" : { + "type" : "column" } } |
