diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 8b44b3d096..3912775136 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,26 +1,33 @@ { - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2020-03-09 19:25:18 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2020-03-09 20:41:03 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Perl", "data" : [ 2, 42, 21 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -31,29 +38,22 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 1, 6, 14 - ] + ], + "name" : "Blog" } ], + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "xAxis" : { "categories" : [ "Yary H", "Yet Ebreo", "Yozen Hernandez" ] - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
