diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-17 23:48:01 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-12-17 23:48:01 +0000 |
| commit | f03c16ea156bdc4c17405574547ae806c18f334f (patch) | |
| tree | 9b8792f136e8f75f17c7febf8b4cf2996baeedd6 /stats/pwc-summary.json | |
| parent | c83bdb1095f5587e6c9c72b0c987f62aca9fc587 (diff) | |
| download | perlweeklychallenge-club-f03c16ea156bdc4c17405574547ae806c18f334f.tar.gz perlweeklychallenge-club-f03c16ea156bdc4c17405574547ae806c18f334f.tar.bz2 perlweeklychallenge-club-f03c16ea156bdc4c17405574547ae806c18f334f.zip | |
- Added past solutions by Ryan Thompson.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 0d3821166e..308d03e550 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,14 @@ { + "subtitle" : { + "text" : "[Champions: 139] Last updated at 2019-12-17 23:46:22 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Leoltron", @@ -142,18 +152,22 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 139] Last updated at 2019-12-17 12:33:04 GMT" - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 0, @@ -266,7 +280,7 @@ 2, 50, 77, - 10, + 20, 6, 0, 6, @@ -294,7 +308,8 @@ 2, 30, 21 - ] + ], + "name" : "Perl 5" }, { "data" : [ @@ -409,7 +424,7 @@ 6, 29, 77, - 5, + 15, 0, 3, 0, @@ -584,20 +599,5 @@ ], "name" : "Blog" } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "chart" : { - "type" : "column" - } + ] } |
