diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-01 18:35:18 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-01 18:35:18 +0100 |
| commit | 92ba8012838b895e53c87f8fb3350e7aba380438 (patch) | |
| tree | a6f08fd358fc9675b048948f2de25a146e91b713 /stats/pwc-summary.json | |
| parent | f928ecbc422098766e862051ebd64ab45d45307e (diff) | |
| download | perlweeklychallenge-club-92ba8012838b895e53c87f8fb3350e7aba380438.tar.gz perlweeklychallenge-club-92ba8012838b895e53c87f8fb3350e7aba380438.tar.bz2 perlweeklychallenge-club-92ba8012838b895e53c87f8fb3350e7aba380438.zip | |
- Added review blogs by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index e9db35a983..7e5328be17 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,10 @@ { - "subtitle" : { - "text" : "[Champions: 112] Last updated at 2019-09-01 17:18:50 GMT" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -118,10 +118,10 @@ 2, 9, 21 - ] + ], + "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 6, 0, @@ -235,10 +235,10 @@ 2, 7, 0 - ] + ], + "name" : "Perl 6" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -298,7 +298,7 @@ 0, 0, 0, - 36, + 42, 0, 0, 0, @@ -352,9 +352,24 @@ 1, 2, 14 - ] + ], + "name" : "Blog" } ], + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -471,23 +486,8 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 112] Last updated at 2019-09-01 17:35:02 GMT" }, "title" : { "text" : "Perl Weekly Challenge - 2019" |
