diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-05 00:35:53 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-05 00:35:53 +0000 |
| commit | f1d37539653b3064d7e4bd0ca6af432cfdc79ea6 (patch) | |
| tree | 42ad012d1e6b5299e17a76587f70abdd1626a45f /stats/pwc-summary.json | |
| parent | defb588267dad3740d20426ae04cea1c01664d5f (diff) | |
| download | perlweeklychallenge-club-f1d37539653b3064d7e4bd0ca6af432cfdc79ea6.tar.gz perlweeklychallenge-club-f1d37539653b3064d7e4bd0ca6af432cfdc79ea6.tar.bz2 perlweeklychallenge-club-f1d37539653b3064d7e4bd0ca6af432cfdc79ea6.zip | |
- Added solutions by Saif Ahmad.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index bcd3731f4b..3e0520c189 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,4 @@ { - "subtitle" : { - "text" : "[Champions: 139] Last updated at 2019-12-04 17:09:36 GMT" - }, "series" : [ { "name" : "Perl 5", @@ -118,7 +115,7 @@ 46, 69, 8, - 2, + 4, 0, 6, 2, @@ -292,7 +289,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -433,11 +429,16 @@ 1, 6, 14 - ] + ], + "name" : "Blog" } ], - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 139] Last updated at 2019-12-05 00:35:32 GMT" }, "xAxis" : { "categories" : [ @@ -585,19 +586,18 @@ "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
