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 3a40f4faf4..2aa3e8acdd 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,8 +1,4 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -163,16 +159,25 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 156] Last updated at 2020-04-09 10:38:30 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "chart" : { "type" : "column" }, "series" : [ { + "name" : "Perl", "data" : [ 0, 0, @@ -328,13 +333,11 @@ 16, 1, 2, - 24, + 25, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 3, @@ -492,10 +495,10 @@ 2, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -653,17 +656,14 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 156] Last updated at 2020-04-07 14:58:20 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" |
