diff options
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index d0e1513785..ac21f6ab21 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,4 +1,14 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, @@ -109,24 +119,17 @@ "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-05-31 21:00:40 GMT" + }, + "chart" : { + "type" : "column" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-05-31 20:42:33 GMT" - }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -160,8 +163,5 @@ "Daniel Mita", "Darren Bottin" ] - }, - "chart" : { - "type" : "column" } } |
