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 fce8cec71a..79cfd24cf5 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,4 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "xAxis" : { "categories" : [ "3ter", @@ -202,9 +187,6 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, "series" : [ { "data" : [ @@ -396,6 +378,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -412,7 +395,7 @@ 0, 0, 1, - 74, + 75, 0, 41, 0, @@ -581,8 +564,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -601,7 +583,7 @@ 0, 0, 0, - 74, + 75, 0, 3, 0, @@ -774,10 +756,28 @@ "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" }, "subtitle" : { - "text" : "[Champions: 184] Last updated at 2020-08-30 22:43:46 GMT" + "text" : "[Champions: 184] Last updated at 2020-08-31 10:52:20 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
