diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-16 16:59:55 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-16 16:59:55 +0100 |
| commit | 381db693b7ace879b835d5baf1695ff63fcc897c (patch) | |
| tree | c9c3594e2d29f1d74473e615bc3c91837ada0e8b /stats/pwc-summary.json | |
| parent | 8688baf4de5a8b9fcd1b23796e96442755849fc5 (diff) | |
| download | perlweeklychallenge-club-381db693b7ace879b835d5baf1695ff63fcc897c.tar.gz perlweeklychallenge-club-381db693b7ace879b835d5baf1695ff63fcc897c.tar.bz2 perlweeklychallenge-club-381db693b7ace879b835d5baf1695ff63fcc897c.zip | |
- Added solutions by Myoungjin Jeon.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 3f51ddeed8..48b04a2769 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,7 @@ { + "subtitle" : { + "text" : "[Champions: 189] Last updated at 2020-09-16 15:59:34 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -192,13 +195,8 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 189] Last updated at 2020-09-16 15:41:01 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "yAxis" : { "title" : { @@ -206,15 +204,20 @@ }, "min" : 0 }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -333,7 +336,7 @@ 0, 0, 33, - 9, + 10, 7, 7, 4, @@ -405,9 +408,11 @@ 3, 41, 11 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -526,7 +531,7 @@ 0, 0, 33, - 9, + 10, 0, 0, 4, @@ -598,8 +603,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -795,9 +799,5 @@ 10 ] } - ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - } + ] } |
