diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-11-28 21:58:17 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-11-28 21:58:17 +0000 |
| commit | f615df5a10b0437ea6069fd7efe28cd326375876 (patch) | |
| tree | a6cca26efc32be6ae1b7f47da31dfe6351ff1598 /stats/pwc-summary-211-240.json | |
| parent | 285434168ac7cd95b30940aee74449abfae2ebd4 (diff) | |
| download | perlweeklychallenge-club-f615df5a10b0437ea6069fd7efe28cd326375876.tar.gz perlweeklychallenge-club-f615df5a10b0437ea6069fd7efe28cd326375876.tar.bz2 perlweeklychallenge-club-f615df5a10b0437ea6069fd7efe28cd326375876.zip | |
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-summary-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index c444284d36..120666d7c6 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,13 +1,4 @@ { - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "series" : [ { "name" : "Perl", @@ -80,7 +71,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 12, @@ -112,20 +102,30 @@ 16, 0, 0 - ] + ], + "name" : "Blog" } ], + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-11-28 21:49:09 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-11-28 21:21:40 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "xAxis" : { "categories" : [ |
