diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-25 20:10:43 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-25 20:10:43 +0000 |
| commit | 3d3900a2f0f69c54a34683e4e1b5da007b4af9d9 (patch) | |
| tree | a5ad00f261ad307a2a70f92a83583ad9d9c196b4 /stats/pwc-summary.json | |
| parent | ba5b489d11e8e9922b783fc9f6172b3b4b7ee023 (diff) | |
| download | perlweeklychallenge-club-3d3900a2f0f69c54a34683e4e1b5da007b4af9d9.tar.gz perlweeklychallenge-club-3d3900a2f0f69c54a34683e4e1b5da007b4af9d9.tar.bz2 perlweeklychallenge-club-3d3900a2f0f69c54a34683e4e1b5da007b4af9d9.zip | |
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index c4774b3702..081b801b38 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,8 +1,4 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "yAxis" : { "min" : 0, "title" : { @@ -234,13 +230,9 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -411,7 +403,7 @@ 0, 1, 1, - 81, + 82, 57, 29, 27, @@ -457,11 +449,9 @@ 3, 41, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -632,7 +622,7 @@ 3, 3, 0, - 69, + 70, 57, 27, 0, @@ -678,7 +668,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -902,6 +893,15 @@ } ], "subtitle" : { - "text" : "[Champions: 215] Last updated at 2021-01-25 19:55:46 GMT" + "text" : "[Champions: 215] Last updated at 2021-01-25 20:03:39 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
