diff options
| author | Adam Russell <ac.russell@live.com> | 2019-08-18 22:37:10 -0400 |
|---|---|---|
| committer | Adam Russell <ac.russell@live.com> | 2019-08-18 22:37:10 -0400 |
| commit | 181c9ec85fd17364fa26cd47f27a5736b6380fb1 (patch) | |
| tree | 8f3ab82a76f00656eaba1f43bd9a57f97d0701e7 /stats/pwc-summary.json | |
| parent | b52adfc078d889b71fe95e021f6394d8f80733c2 (diff) | |
| parent | 40525ca06a4eb0ac531d8ddb872e56c40c51da3d (diff) | |
| download | perlweeklychallenge-club-181c9ec85fd17364fa26cd47f27a5736b6380fb1.tar.gz perlweeklychallenge-club-181c9ec85fd17364fa26cd47f27a5736b6380fb1.tar.bz2 perlweeklychallenge-club-181c9ec85fd17364fa26cd47f27a5736b6380fb1.zip | |
Merge remote-tracking branch 'upstream/master'
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 f1cbea79f1..3b6113ab14 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -4,28 +4,18 @@ "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "subtitle" : { + "text" : "[Champions: 108] Last updated at 2019-08-18 23:31:02 GMT" }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { "data" : [ 0, 2, - 41, + 43, 3, 0, 0, @@ -62,7 +52,7 @@ 0, 0, 12, - 40, + 42, 12, 2, 2, @@ -70,7 +60,7 @@ 0, 6, 1, - 54, + 55, 7, 2, 0, @@ -135,10 +125,11 @@ "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 6, 0, - 2, + 3, 0, 4, 0, @@ -175,7 +166,7 @@ 0, 0, 0, - 39, + 40, 10, 0, 1, @@ -183,7 +174,7 @@ 1, 15, 0, - 54, + 55, 0, 0, 19, @@ -244,14 +235,14 @@ 0, 1, 0 - ], - "name" : "Perl 6" + ] }, { + "name" : "Blog", "data" : [ 0, 0, - 20, + 22, 0, 0, 0, @@ -357,8 +348,7 @@ 0, 0, 14 - ], - "name" : "Blog" + ] } ], "xAxis" : { @@ -473,7 +463,17 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 108] Last updated at 2019-08-18 22:00:32 GMT" + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
