diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-17 19:16:09 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-17 19:16:09 +0100 |
| commit | 79667b6d2609dfc6587526f8a2debe0b7125c8ca (patch) | |
| tree | b3ba7c1415538e9491d1cb268e67d0697db1e58f /stats/pwc-summary.json | |
| parent | 06ee94e33ca2291bb1f3dbaa7880b3ad891c937f (diff) | |
| download | perlweeklychallenge-club-79667b6d2609dfc6587526f8a2debe0b7125c8ca.tar.gz perlweeklychallenge-club-79667b6d2609dfc6587526f8a2debe0b7125c8ca.tar.bz2 perlweeklychallenge-club-79667b6d2609dfc6587526f8a2debe0b7125c8ca.zip | |
- Added solutions by Shahed Nooshmand.
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 d55ed7e07c..ef2ed92ecd 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,24 @@ { + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 163] Last updated at 2020-05-17 16:49:56 GMT" + "text" : "[Champions: 163] Last updated at 2020-05-17 18:15:54 GMT" }, "xAxis" : { "categories" : [ @@ -176,20 +187,6 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { "data" : [ @@ -497,7 +494,7 @@ 1, 2, 0, - 7, + 8, 0, 0, 57, @@ -528,7 +525,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -666,7 +662,7 @@ 0, 0, 0, - 7, + 8, 0, 0, 9, @@ -693,7 +689,11 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } - ] + ], + "chart" : { + "type" : "column" + } } |
