diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-16 00:09:30 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-16 00:09:30 +0100 |
| commit | de0ee1f17bb8a4caace1c72aa326141d885dfbf7 (patch) | |
| tree | b1dde87c954f74e9cda16f8bdf87f2d9221b7c95 /stats/pwc-summary.json | |
| parent | c1d944c6bc5f633f87e1f6acb593ca7cb86ecb04 (diff) | |
| download | perlweeklychallenge-club-de0ee1f17bb8a4caace1c72aa326141d885dfbf7.tar.gz perlweeklychallenge-club-de0ee1f17bb8a4caace1c72aa326141d885dfbf7.tar.bz2 perlweeklychallenge-club-de0ee1f17bb8a4caace1c72aa326141d885dfbf7.zip | |
- Added solution by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 23e52ed288..9c68b9b6a1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,9 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 113] Last updated at 2019-09-15 23:09:12 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "xAxis" : { "categories" : [ @@ -122,12 +122,6 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "chart" : { - "type" : "column" - }, "series" : [ { "data" : [ @@ -172,7 +166,7 @@ 0, 0, 12, - 48, + 49, 12, 2, 2, @@ -484,16 +478,22 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 113] Last updated at 2019-09-15 22:52:58 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" } } |
