diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 20 insertions, 16 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 4fe88dc15a..9fb3e172a0 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,7 @@ { "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -52,6 +53,7 @@ 1, 0, 3, + 1, 0, 0, 39, @@ -223,8 +225,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -279,6 +280,7 @@ 0, 0, 0, + 0, 6, 5, 0, @@ -504,6 +506,7 @@ 0, 0, 1, + 0, 6, 0, 0, @@ -679,14 +682,9 @@ "name" : "Blog" } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -740,6 +738,7 @@ "David Schwartz", "Denis Yurashku", "Dieter Dobbelaere", + "Dimitar Dimitrov", "Donald Hunter", "Doug Schrag", "Duane Powell", @@ -913,15 +912,20 @@ "Yozen Hernandez" ] }, + "subtitle" : { + "text" : "[Champions: 222] Last updated at 2021-05-13 07:36:33 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 221] Last updated at 2021-05-13 06:59:39 GMT" + "chart" : { + "type" : "column" }, "plotOptions" : { "column" : { |
