diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-16 07:44:47 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-16 07:44:47 +0100 |
| commit | 0cb2127f1e47cee16e3bd7f92d96a2980cd752e1 (patch) | |
| tree | afe2a1574dad7481ef846c072bf5c44f6b894ffa /stats/pwc-summary.json | |
| parent | 1cc703718a1bd751176c78aafc5316e6c39434fd (diff) | |
| download | perlweeklychallenge-club-0cb2127f1e47cee16e3bd7f92d96a2980cd752e1.tar.gz perlweeklychallenge-club-0cb2127f1e47cee16e3bd7f92d96a2980cd752e1.tar.bz2 perlweeklychallenge-club-0cb2127f1e47cee16e3bd7f92d96a2980cd752e1.zip | |
- Added solutions by Aaron Smith.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d2b7a588b0..e4be54cee6 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,16 @@ { - "subtitle" : { - "text" : "[Champions: 222] Last updated at 2021-05-16 06:40:35 GMT" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { @@ -246,7 +246,7 @@ 0, 0, 3, - 24, + 25, 0, 5, 0, @@ -473,7 +473,7 @@ 0, 0, 0, - 23, + 24, 23, 83, 0, @@ -695,11 +695,13 @@ ] } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -927,9 +929,7 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 222] Last updated at 2021-05-16 06:43:31 GMT" } } |
