diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-16 03:18:59 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-08-16 03:18:59 +0100 |
| commit | 2d08dfcd1f2742e1621be6950a42614b4dbea797 (patch) | |
| tree | 2dc987f354c4500639ec0732ea1882f5442ff96a /stats/pwc-summary.json | |
| parent | 92bd10397456f42311bdaf723748d90e3873fbe9 (diff) | |
| download | perlweeklychallenge-club-2d08dfcd1f2742e1621be6950a42614b4dbea797.tar.gz perlweeklychallenge-club-2d08dfcd1f2742e1621be6950a42614b4dbea797.tar.bz2 perlweeklychallenge-club-2d08dfcd1f2742e1621be6950a42614b4dbea797.zip | |
- Added solutions by Laurent Rosenfeld.
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 bf8fbe902e..ee688def2e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,13 @@ { - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 235] Last updated at 2021-08-15 21:35:38 GMT" - }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, "series" : [ { @@ -135,7 +129,7 @@ 15, 8, 11, - 120, + 121, 9, 1, 69, @@ -257,6 +251,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -375,7 +370,7 @@ 0, 2, 0, - 121, + 122, 0, 0, 0, @@ -493,11 +488,9 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -616,7 +609,7 @@ 12, 0, 0, - 121, + 122, 0, 0, 3, @@ -734,12 +727,10 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "xAxis" : { "categories" : [ "3ter", @@ -979,9 +970,18 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "subtitle" : { + "text" : "[Champions: 235] Last updated at 2021-08-16 02:18:41 GMT" } } |
