diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-17 18:22:45 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-17 18:22:45 +0100 |
| commit | b20d2cc01c2073e7686ad7e8b116a5b060816b5c (patch) | |
| tree | e7e34d7de7c5acd73667f2090af04c856f274ea8 /stats/pwc-summary.json | |
| parent | f6061bc4163030941e2222004301736283ba2084 (diff) | |
| download | perlweeklychallenge-club-b20d2cc01c2073e7686ad7e8b116a5b060816b5c.tar.gz perlweeklychallenge-club-b20d2cc01c2073e7686ad7e8b116a5b060816b5c.tar.bz2 perlweeklychallenge-club-b20d2cc01c2073e7686ad7e8b116a5b060816b5c.zip | |
- Updated stats.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f22230f066..14ff31e841 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,18 @@ { + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 121] Last updated at 2019-10-17 17:22:31 GMT" + }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -124,9 +135,11 @@ 2, 22, 21 - ] + ], + "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 6, 0, @@ -138,7 +151,7 @@ 0, 0, 2, - 56, + 58, 0, 30, 0, @@ -249,11 +262,9 @@ 2, 18, 0 - ], - "name" : "Perl 6" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -265,7 +276,7 @@ 0, 0, 0, - 28, + 29, 0, 3, 0, @@ -376,28 +387,13 @@ 1, 4, 14 - ] + ], + "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 121] Last updated at 2019-10-16 22:04:10 GMT" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -524,8 +520,12 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
