diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-13 21:31:23 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-13 21:31:23 +0100 |
| commit | 835eefd47ecd39ec0361faa7e320e2a9e8439b41 (patch) | |
| tree | a83a452cd5c4efe7366c5c1c60adc765b9c4421f /stats/pwc-summary.json | |
| parent | 06a4e0127ada4f08d9ca694d849bff9fc897fd1f (diff) | |
| download | perlweeklychallenge-club-835eefd47ecd39ec0361faa7e320e2a9e8439b41.tar.gz perlweeklychallenge-club-835eefd47ecd39ec0361faa7e320e2a9e8439b41.tar.bz2 perlweeklychallenge-club-835eefd47ecd39ec0361faa7e320e2a9e8439b41.zip | |
- Added solutions by Sangeet Kar.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 42ed4bfb86..f292ba0bca 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,28 +1,7 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 168] Last updated at 2020-06-13 12:45:17 GMT" - }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { "name" : "Perl", @@ -337,7 +316,7 @@ 57, 27, 0, - 4, + 5, 2, 0, 11, @@ -371,6 +350,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -540,10 +520,27 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 168] Last updated at 2020-06-13 20:31:08 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -715,5 +712,8 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
