diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 6bbc488471..8b6453aa55 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,12 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -219,13 +219,11 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -240,7 +238,7 @@ 15, 26, 9, - 1, + 2, 57, 7, 0, @@ -434,9 +432,11 @@ 3, 41, 11 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -451,7 +451,7 @@ 0, 7, 0, - 23, + 24, 0, 0, 1, @@ -645,11 +645,9 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -858,18 +856,20 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 207] Last updated at 2020-12-06 11:30:23 GMT" }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "chart" : { + "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 207] Last updated at 2020-12-06 11:14:41 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
