diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-15 18:48:56 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-09-15 18:48:56 +0100 |
| commit | ee2c1be8af1ab964d362eae79c5d11cd5a4eed94 (patch) | |
| tree | 9b349d6778f106ff4ef8e0a23451b0783e18820d /stats/pwc-master-stats.json | |
| parent | 2a10d17c64aa9354d26742792bce6435babad883 (diff) | |
| download | perlweeklychallenge-club-ee2c1be8af1ab964d362eae79c5d11cd5a4eed94.tar.gz perlweeklychallenge-club-ee2c1be8af1ab964d362eae79c5d11cd5a4eed94.tar.bz2 perlweeklychallenge-club-ee2c1be8af1ab964d362eae79c5d11cd5a4eed94.zip | |
- Added Perl6 reviews by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-master-stats.json')
| -rw-r--r-- | stats/pwc-master-stats.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-master-stats.json b/stats/pwc-master-stats.json index fa0810593f..bc9b07b72d 100644 --- a/stats/pwc-master-stats.json +++ b/stats/pwc-master-stats.json @@ -1,16 +1,6 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 113] Last updated at 2019-09-15 17:47:55 GMT" }, "xAxis" : { "categories" : [ @@ -129,13 +119,9 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 2, @@ -250,8 +236,7 @@ 2, 12, 21 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -431,7 +416,7 @@ 0, 0, 0, - 48, + 52, 0, 0, 0, @@ -490,10 +475,25 @@ "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "subtitle" : { - "text" : "[Champions: 113] Last updated at 2019-09-13 18:02:04 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" } } |
