diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index ca7e8f23f1..8f3624f4fe 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,11 +1,4 @@ { - "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", @@ -113,17 +106,13 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-07-20 12:43:46 GMT" - }, "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -159,9 +148,20 @@ "Nikhil Prasanna" ] }, - "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 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-07-20 13:08:47 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" } } |
