diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-10 13:33:08 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-10 13:33:08 +0100 |
| commit | 16e00a3701bcfc45420dbe0b93ff8093e28ff7ac (patch) | |
| tree | c87fbaab43d849f55559b475877396b3fb8f3d63 /stats/pwc-summary.json | |
| parent | a9d9c433cf50a1a771bc77f3451891bf71d121d7 (diff) | |
| download | perlweeklychallenge-club-16e00a3701bcfc45420dbe0b93ff8093e28ff7ac.tar.gz perlweeklychallenge-club-16e00a3701bcfc45420dbe0b93ff8093e28ff7ac.tar.bz2 perlweeklychallenge-club-16e00a3701bcfc45420dbe0b93ff8093e28ff7ac.zip | |
- Added solution by Ozzy.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index c6e23250bf..d55848f763 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -94,30 +94,6 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 91] Last updated at 2019-06-10 10:21:32 GMT" - }, "series" : [ { "data" : [ @@ -216,7 +192,6 @@ "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 2, 0, @@ -285,7 +260,7 @@ 8, 4, 0, - 9, + 10, 0, 0, 0, @@ -309,7 +284,32 @@ 0, 1, 0 - ] + ], + "name" : "Perl 6" } - ] + ], + "subtitle" : { + "text" : "[Champions: 91] Last updated at 2019-06-10 12:32:36 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + } } |
