diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-29 05:40:05 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-29 05:40:05 +0100 |
| commit | 3358c7f0aeb3f42e8a5615e4823e33e85433e5b5 (patch) | |
| tree | 703c32bc30794a40dde70dbc149492a4e24a02eb /stats/pwc-summary.json | |
| parent | d68c0f2752e0ea96062dea19e5e8fb72aab4aeb9 (diff) | |
| download | perlweeklychallenge-club-3358c7f0aeb3f42e8a5615e4823e33e85433e5b5.tar.gz perlweeklychallenge-club-3358c7f0aeb3f42e8a5615e4823e33e85433e5b5.tar.bz2 perlweeklychallenge-club-3358c7f0aeb3f42e8a5615e4823e33e85433e5b5.zip | |
- Added blog by Myoungjin Jeon.
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 f6adfcfabd..292867fbff 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,17 @@ { - "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" : "" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { @@ -521,7 +531,7 @@ 0, 0, 32, - 1, + 2, 0, 4, 0, @@ -599,17 +609,6 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "chart" : { "type" : "column" }, @@ -810,10 +809,11 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 193] Last updated at 2020-09-29 04:32:19 GMT" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "subtitle" : { + "text" : "[Champions: 193] Last updated at 2020-09-29 04:38:26 GMT" } } |
