diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-06 23:11:58 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-06 23:11:58 +0100 |
| commit | b1a68f99f0d6317697e64d99411b9de4cac4d139 (patch) | |
| tree | 13ea49de9dd4b156977ba511c6b1e7a15d92c4ca /stats/pwc-summary.json | |
| parent | b4a81e2641d24915080359db9b4ae6cc1c623e5b (diff) | |
| download | perlweeklychallenge-club-b1a68f99f0d6317697e64d99411b9de4cac4d139.tar.gz perlweeklychallenge-club-b1a68f99f0d6317697e64d99411b9de4cac4d139.tar.bz2 perlweeklychallenge-club-b1a68f99f0d6317697e64d99411b9de4cac4d139.zip | |
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d35066608f..226bc91f18 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,25 @@ { - "subtitle" : { - "text" : "[Champions: 223] Last updated at 2021-06-06 13:15:16 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "3ter", @@ -238,15 +247,6 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "data" : [ @@ -270,7 +270,7 @@ 0, 42, 3, - 93, + 94, 0, 10, 1, @@ -499,7 +499,7 @@ 1, 115, 0, - 77, + 78, 0, 1, 0, @@ -705,7 +705,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -930,10 +929,11 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 223] Last updated at 2021-06-06 22:11:38 GMT" } } |
