diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 669b8027a9..e9ba65b5b2 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,8 @@ { - "subtitle" : { - "text" : "[Champions: 142] Last updated at 2020-01-20 17:11:23 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -151,7 +153,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -273,7 +274,7 @@ 0, 0, 0, - 41, + 42, 0, 1, 0, @@ -295,7 +296,8 @@ 2, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -445,9 +447,11 @@ ] } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "xAxis" : { "categories" : [ @@ -598,18 +602,14 @@ "chart" : { "type" : "column" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "subtitle" : { + "text" : "[Champions: 142] Last updated at 2020-01-20 17:53:46 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
