diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index befa29a733..c8f9146587 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,11 +1,4 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -163,15 +156,17 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 153] Last updated at 2020-03-10 00:50:45 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "series" : [ { "name" : "Perl", @@ -323,7 +318,7 @@ 5, 9, 2, - 8, + 9, 12, 1, 2, @@ -332,6 +327,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 3, @@ -486,8 +482,7 @@ 2, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -648,12 +643,17 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 153] Last updated at 2020-03-10 01:08:03 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
