diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-06-30 14:07:03 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-06-30 14:07:03 +0100 |
| commit | 2e7aba5bc7a20402ad27f7c8e7fcfabcb79559a7 (patch) | |
| tree | d3c1b676974bdacd55535f674367a791ef90fcc9 /stats/pwc-summary-31-60.json | |
| parent | 7edec2d1810751b703297f27426a9629eb3076d0 (diff) | |
| download | perlweeklychallenge-club-2e7aba5bc7a20402ad27f7c8e7fcfabcb79559a7.tar.gz perlweeklychallenge-club-2e7aba5bc7a20402ad27f7c8e7fcfabcb79559a7.tar.bz2 perlweeklychallenge-club-2e7aba5bc7a20402ad27f7c8e7fcfabcb79559a7.zip | |
- Added solutions by Jan Krnavek.
- Added solutions by Nelo Tovar.
- Added solutions by Bruce Gray.
- Added solutions by Simon Green.
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 6d70cd1835..74b41e7f74 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,12 +1,27 @@ { + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-06-30 13:00:45 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-06-29 12:31:35 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -45,6 +60,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -59,7 +75,7 @@ 0, 0, 0, - 236, + 238, 0, 0, 8, @@ -68,16 +84,15 @@ 9, 0, 0, - 16, 2, + 16, 0, 194, 0, 0, 0, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -115,9 +130,6 @@ "name" : "Blog" } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, "xAxis" : { "categories" : [ "Augie De Blieck Jr.", @@ -151,17 +163,5 @@ "Cristina Heredia", "Csaba Simandi" ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 } } |
