diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 93b4353465..1871d1727c 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,4 +1,14 @@ { + "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]" + }, "series" : [ { "data" : [ @@ -71,6 +81,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 32, @@ -102,15 +113,13 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-03-28 12:48:27 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "yAxis" : { "title" : { @@ -118,9 +127,6 @@ }, "min" : 0 }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "xAxis" : { "categories" : [ "Robert Van Dam", @@ -155,13 +161,7 @@ "William Gilmore" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "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-03-28 12:59:03 GMT" } } |
