diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 1a4b97bd34..917ace400e 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,9 +1,8 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-02-19 22:51:34 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "yAxis" : { "min" : 0, @@ -11,10 +10,6 @@ "text" : "" } }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "xAxis" : { "categories" : [ "Luis F. Uceta", @@ -49,14 +44,19 @@ "Nazareno Delucca" ] }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-02-20 00:17:10 GMT" + }, "chart" : { "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "name" : "Perl", @@ -94,6 +94,7 @@ ] }, { + "name" : "Raku", "data" : [ 4, 0, @@ -125,8 +126,7 @@ 1, 40, 0 - ], - "name" : "Raku" + ] }, { "data" : [ |
