diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index c3b50af93e..fec71dac58 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,4 +1,28 @@ { + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 24] Last updated at 2020-01-30 16:21:58 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Shaun Pearce", @@ -58,6 +82,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -83,11 +108,9 @@ 2, 21, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -113,31 +136,8 @@ 1, 6, 14 - ] - } - ], - "subtitle" : { - "text" : "[Champions: 24] Last updated at 2020-01-30 13:15:44 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + ], + "name" : "Blog" } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - } + ] } |
