diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-06 10:54:41 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-06 10:54:41 +0000 |
| commit | 9e092ba89d6c4fefa1d914c8d43dbfbde8a6512d (patch) | |
| tree | 0dbe77065154471c1a6aa8b1668b0eab207f2104 /stats/pwc-summary-61-90.json | |
| parent | cd03f8f1fbed3e5769295291513eabf08312bd29 (diff) | |
| download | perlweeklychallenge-club-9e092ba89d6c4fefa1d914c8d43dbfbde8a6512d.tar.gz perlweeklychallenge-club-9e092ba89d6c4fefa1d914c8d43dbfbde8a6512d.tar.bz2 perlweeklychallenge-club-9e092ba89d6c4fefa1d914c8d43dbfbde8a6512d.zip | |
- Added solutions by Nuno Vieira.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index e30dcf65ba..b29190af0e 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,4 +1,8 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "Giuseppe Di Terlizzi", @@ -33,8 +37,16 @@ "Juan Caballero" ] }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-12-06 10:40:03 GMT" + "text" : "[Champions: 30] Last updated at 2020-12-06 10:54:18 GMT" }, "series" : [ { @@ -108,7 +120,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -140,28 +151,17 @@ 1, 0, 0 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "chart" : { "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
