diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-04 19:28:06 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-04 19:28:06 +0100 |
| commit | 8aeb4e2c74c70428cc82c52bb94c08a2f48dcd4e (patch) | |
| tree | e27433331adfa268e0445a0dd0a14a7f9e8b3459 /stats/pwc-summary.json | |
| parent | 6101e96984512a69dc9d7da7f5264f4d62c09695 (diff) | |
| download | perlweeklychallenge-club-8aeb4e2c74c70428cc82c52bb94c08a2f48dcd4e.tar.gz perlweeklychallenge-club-8aeb4e2c74c70428cc82c52bb94c08a2f48dcd4e.tar.bz2 perlweeklychallenge-club-8aeb4e2c74c70428cc82c52bb94c08a2f48dcd4e.zip | |
- Added solutions by Wanderdoc.
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 5b756584f0..a3bf7428dd 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,23 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 177] Last updated at 2020-08-04 17:11:38 GMT" - }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 177] Last updated at 2020-08-04 18:27:19 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "xAxis" : { "categories" : [ "3ter", @@ -192,12 +199,13 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -371,12 +379,13 @@ 0, 2, 15, - 32, + 33, 1, 3, 38, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -561,6 +570,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -739,17 +749,7 @@ 1, 5, 10 - ], - "name" : "Blog" - } - ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + ] } - } + ] } |
