diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-19 10:53:54 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-19 10:53:54 +0100 |
| commit | cb258d81ba2e1186e102a573872cf6220535b98b (patch) | |
| tree | 83a79251123c4bcdf970ad710e0c5475ac171fdb /stats/pwc-summary.json | |
| parent | 6e2faccb5c81755a8846c5c3eb9451ac16fcba48 (diff) | |
| download | perlweeklychallenge-club-cb258d81ba2e1186e102a573872cf6220535b98b.tar.gz perlweeklychallenge-club-cb258d81ba2e1186e102a573872cf6220535b98b.tar.bz2 perlweeklychallenge-club-cb258d81ba2e1186e102a573872cf6220535b98b.zip | |
- Added solutions by Alicia Bielsa.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 16def04277..9c7fe9eda1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -2,11 +2,9 @@ "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { @@ -18,7 +16,7 @@ 2, 0, 2, - 21, + 22, 56, 4, 0, @@ -336,6 +334,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -495,12 +494,22 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "subtitle" : { - "text" : "[Champions: 158] Last updated at 2020-04-19 08:03:09 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -664,16 +673,7 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 158] Last updated at 2020-04-19 09:53:38 GMT" } } |
