diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-09 01:33:36 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-09 01:33:36 +0100 |
| commit | ee6c4e74f509b478924ee7ad474094ae9ae04e99 (patch) | |
| tree | 4638dd36f24f8ca54d137b58cff65ca69546dee1 /stats/pwc-summary.json | |
| parent | a25a89151ed50ef67e9583b92a04f20920c5527a (diff) | |
| download | perlweeklychallenge-club-ee6c4e74f509b478924ee7ad474094ae9ae04e99.tar.gz perlweeklychallenge-club-ee6c4e74f509b478924ee7ad474094ae9ae04e99.tar.bz2 perlweeklychallenge-club-ee6c4e74f509b478924ee7ad474094ae9ae04e99.zip | |
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index bb39043105..8b53c8aeb7 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,4 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 113] Last updated at 2019-09-09 00:30:52 GMT" - }, "series" : [ { "name" : "Perl 5", @@ -52,7 +44,7 @@ 0, 0, 12, - 46, + 48, 12, 2, 2, @@ -169,7 +161,7 @@ 0, 0, 0, - 45, + 47, 10, 0, 1, @@ -287,7 +279,7 @@ 0, 0, 0, - 10, + 11, 0, 0, 0, @@ -363,21 +355,13 @@ "name" : "Blog" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -495,5 +479,21 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 113] Last updated at 2019-09-09 00:33:17 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" } } |
