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 6883f9bdbd..9a007ed1fb 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,4 +1,19 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "xAxis" : { "categories" : [ "Mike Accardo", @@ -33,9 +48,6 @@ "Rakesh Kumar Shardiwal" ] }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { "data" : [ @@ -143,25 +155,13 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-11-22 23:11:58 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-11-22 23:08:38 GMT" + } } } |
