diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-15 16:49:26 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-15 16:49:26 +0100 |
| commit | 2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d (patch) | |
| tree | 23fcd91cd6fa956e440cf20c7044bba9d2b01ed5 /stats/pwc-summary-1-30.json | |
| parent | d96fb9898ed1c9d8ccfbbe5d05faf700ded47524 (diff) | |
| download | perlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.tar.gz perlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.tar.bz2 perlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 38df97ca41..e2f5460649 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,43 +1,16 @@ { - "xAxis" : { - "categories" : [ - "3ter", - "Aaron Rowe", - "Aaron Sherman", - "Abigail", - "Adam Russell", - "Ailbhe Tweedie", - "Alex Daniel", - "Alex Mauney", - "Alexander Karelas", - "Alexander Pankoff", - "Alicia Bielsa", - "Andinus", - "Andrew Shitov", - "Andrezgz", - "Anton Fedotov", - "Antonio Gamiz", - "Arne Sommer", - "Arpad Toth", - "Athanasius", - "Aubrey Quarcoo", - "Bartosz Jarzyna", - "Ben Davies", - "Bill Palmer", - "Bob Kleemann", - "Bob Lied", - "Bruce Van Allen", - "Bruno Ramos", - "Burkhard Nickels", - "Chenyf", - "Cheok-Yin Fung" - ] + "chart" : { + "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-09-15 15:48:02 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { @@ -111,7 +84,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -143,25 +115,53 @@ 15, 0, 20 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-09-15 15:02:22 GMT" + "xAxis" : { + "categories" : [ + "3ter", + "Aaron Rowe", + "Aaron Sherman", + "Abigail", + "Adam Russell", + "Ailbhe Tweedie", + "Alex Daniel", + "Alex Mauney", + "Alexander Karelas", + "Alexander Pankoff", + "Alicia Bielsa", + "Andinus", + "Andrew Shitov", + "Andrezgz", + "Anton Fedotov", + "Antonio Gamiz", + "Arne Sommer", + "Arpad Toth", + "Athanasius", + "Aubrey Quarcoo", + "Bartosz Jarzyna", + "Ben Davies", + "Bill Palmer", + "Bob Kleemann", + "Bob Lied", + "Bruce Van Allen", + "Bruno Ramos", + "Burkhard Nickels", + "Chenyf", + "Cheok-Yin Fung" + ] }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
