diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index e67237d50f..c4f6f3c0fa 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,17 +1,22 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "Nikhil Prasanna", @@ -153,15 +158,10 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-09-12 10:46:52 GMT" - }, "chart" : { "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-09-12 10:54:20 GMT" } } |
