diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-02 10:56:26 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-11-02 10:56:26 +0000 |
| commit | abe50443fc73cffd819a05ab7733c4c192797d36 (patch) | |
| tree | 19a9aa7094207894ea13d7cd1ff34dabe4dba4f7 /stats/pwc-summary-31-60.json | |
| parent | adf72db47b4815535ea06c6923ed0db79fac8e15 (diff) | |
| download | perlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.tar.gz perlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.tar.bz2 perlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.zip | |
- Added solutions by Feng Chang.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 88f79dff75..5289fe2f9f 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,56 +1,7 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-11-01 23:36:12 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "xAxis" : { - "categories" : [ - "Ben Bullock", - "Ben Davies", - "Bill Palmer", - "Bob Kleemann", - "Bob Lied", - "Branislav Zahradnik", - "Bruce Gray", - "Bruce Van Allen", - "Bruno Ramos", - "Burkhard Nickels", - "Chenyf", - "Cheok-Yin Fung", - "Christian Jaeger", - "Clifton Wood", - "Clive Holloway", - "Colin Crain", - "Craig", - "Creewick", - "Cristina Heredia", - "Csaba Simandi", - "Daniel Bowling", - "Daniel Mantovani", - "Daniel Mita", - "Daniel Pfeiffer", - "Dario Mazzeo", - "Darren Bottin", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "David Santiago" - ] - }, "series" : [ { + "name" : "Perl", "data" : [ 2, 0, @@ -82,8 +33,7 @@ 316, 4, 0 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -156,12 +106,62 @@ ] } ], - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "xAxis" : { + "categories" : [ + "Ben Bullock", + "Ben Davies", + "Bill Palmer", + "Bob Kleemann", + "Bob Lied", + "Branislav Zahradnik", + "Bruce Gray", + "Bruce Van Allen", + "Bruno Ramos", + "Burkhard Nickels", + "Chenyf", + "Cheok-Yin Fung", + "Christian Jaeger", + "Clifton Wood", + "Clive Holloway", + "Colin Crain", + "Craig", + "Creewick", + "Cristina Heredia", + "Csaba Simandi", + "Daniel Bowling", + "Daniel Mantovani", + "Daniel Mita", + "Daniel Pfeiffer", + "Dario Mazzeo", + "Darren Bottin", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "David Santiago" + ] + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-11-02 10:54:01 GMT" } } |
