diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-21 22:05:00 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-21 22:05:00 +0100 |
| commit | 1d14ced6b6ce2dd1bfc09326f43411c8d779b255 (patch) | |
| tree | 5825d33f9a81030dbd28256e96c90df1e5c289a1 /stats/pwc-summary.json | |
| parent | 1a19cb04a9d7823634cac7864387d8a8eaae5637 (diff) | |
| download | perlweeklychallenge-club-1d14ced6b6ce2dd1bfc09326f43411c8d779b255.tar.gz perlweeklychallenge-club-1d14ced6b6ce2dd1bfc09326f43411c8d779b255.tar.bz2 perlweeklychallenge-club-1d14ced6b6ce2dd1bfc09326f43411c8d779b255.zip | |
- Added solution by Vinod Kumar K.
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 640b1ce152..4fe6af3eea 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,25 +1,7 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 191] Last updated at 2020-09-21 20:58:35 GMT" - }, "chart" : { "type" : "column" }, @@ -208,7 +190,7 @@ 33, 12, 9, - 1, + 2, 0, 2, 22, @@ -221,6 +203,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -413,11 +396,9 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -610,9 +591,21 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "xAxis" : { "categories" : [ "3ter", @@ -807,5 +800,12 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "subtitle" : { + "text" : "[Champions: 191] Last updated at 2020-09-21 21:04:41 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 } } |
