diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-22 12:29:27 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-22 12:29:27 +0100 |
| commit | f1edf6f0ae2c124e49db2d97cd9d7294cffab3a7 (patch) | |
| tree | e609941ab0b9fd61098c86d395a51f6478a463ad /stats/pwc-summary.json | |
| parent | 7efb3bd4c5ff589c63370f7b475c9818e833e5c2 (diff) | |
| download | perlweeklychallenge-club-f1edf6f0ae2c124e49db2d97cd9d7294cffab3a7.tar.gz perlweeklychallenge-club-f1edf6f0ae2c124e49db2d97cd9d7294cffab3a7.tar.bz2 perlweeklychallenge-club-f1edf6f0ae2c124e49db2d97cd9d7294cffab3a7.zip | |
- Added solutions by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 1548dc5f9e..3694a433d0 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -5,11 +5,6 @@ "text" : "" } }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "data" : [ @@ -105,7 +100,7 @@ 72, 8, 1, - 31, + 32, 0, 0, 1, @@ -570,15 +565,10 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 181] Last updated at 2020-08-22 10:19:08 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -765,6 +755,16 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 181] Last updated at 2020-08-22 11:28:59 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "chart" : { "type" : "column" } |
