diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 0c33183c1d..10049fa9d9 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,4 +1,25 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-10-20 15:30:33 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "xAxis" : { "categories" : [ "Eddy HS", @@ -33,33 +54,8 @@ "Javier Luque" ] }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-10-20 07:21:23 GMT" - }, "series" : [ { - "name" : "Perl", "data" : [ 2, 8, @@ -91,7 +87,8 @@ 26, 0, 92 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -163,5 +160,8 @@ 46 ] } - ] + ], + "chart" : { + "type" : "column" + } } |
