diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-04 21:36:57 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-04 21:36:57 +0100 |
| commit | 6601ca38ab5348458c66c01f27d1083d86cd5d8d (patch) | |
| tree | 5001da603a60921c93abcbd02261111f44bb06ca /stats/pwc-summary.json | |
| parent | 7fa99dcf4d7264bf37f6eb6540b4d6a5ed8259f4 (diff) | |
| download | perlweeklychallenge-club-6601ca38ab5348458c66c01f27d1083d86cd5d8d.tar.gz perlweeklychallenge-club-6601ca38ab5348458c66c01f27d1083d86cd5d8d.tar.bz2 perlweeklychallenge-club-6601ca38ab5348458c66c01f27d1083d86cd5d8d.zip | |
- Added solutions by W. Luis Mochan.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index dc1c953a21..a66cf17d56 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,14 +1,9 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -264,7 +259,7 @@ 12, 0, 2, - 81, + 82, 36, 97, 1, @@ -272,10 +267,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -539,9 +534,11 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -797,7 +794,7 @@ 0, 0, 0, - 81, + 82, 17, 0, 0, @@ -805,12 +802,24 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "subtitle" : { - "text" : "[Champions: 262] Last updated at 2022-07-04 20:27:17 GMT" + "text" : "[Champions: 262] Last updated at 2022-07-04 20:35:19 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "plotOptions" : { "column" : { @@ -1082,14 +1091,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 } } |
