diff options
| author | 冯昶 <fengchang@novel-supertv.com> | 2020-10-13 21:53:07 +0800 |
|---|---|---|
| committer | 冯昶 <fengchang@novel-supertv.com> | 2020-10-13 21:53:07 +0800 |
| commit | a3b7884792e5b7a8f147a294989fa49b65e9308f (patch) | |
| tree | 27bd5f483c68238e9708d20f5985e2c8a578a0f3 /stats/pwc-summary.json | |
| parent | fa2e628623cb8c8437ff27ffe231894c7593f777 (diff) | |
| parent | 73bd8af8d58941b8066141bc3fc64cf4165d80b5 (diff) | |
| download | perlweeklychallenge-club-a3b7884792e5b7a8f147a294989fa49b65e9308f.tar.gz perlweeklychallenge-club-a3b7884792e5b7a8f147a294989fa49b65e9308f.tar.bz2 perlweeklychallenge-club-a3b7884792e5b7a8f147a294989fa49b65e9308f.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f31c0ca80d..eeb11c802b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,25 +1,4 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 194] Last updated at 2020-10-12 05:53:09 GMT" - }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, @@ -221,8 +200,27 @@ "Yozen Hernandez" ] }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -235,7 +233,7 @@ 2, 7, 26, - 6, + 7, 1, 57, 7, @@ -271,7 +269,7 @@ 0, 35, 69, - 77, + 78, 1, 4, 11, @@ -347,7 +345,7 @@ 7, 7, 4, - 21, + 22, 1, 0, 8, @@ -376,7 +374,7 @@ 0, 1, 1, - 66, + 67, 57, 29, 27, @@ -387,7 +385,7 @@ 1, 0, 7, - 13, + 14, 5, 3, 2, @@ -396,7 +394,7 @@ 1, 2, 0, - 43, + 44, 1, 2, 1, @@ -418,8 +416,7 @@ 3, 41, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -435,7 +432,7 @@ 0, 7, 0, - 16, + 17, 0, 0, 1, @@ -510,7 +507,7 @@ 0, 0, 4, - 4, + 5, 43, 1, 0, @@ -527,9 +524,9 @@ 2, 1, 0, - 37, + 38, 16, - 42, + 43, 3, 1, 0, @@ -575,7 +572,7 @@ 3, 3, 0, - 54, + 55, 57, 27, 0, @@ -588,7 +585,7 @@ 0, 0, 0, - 77, + 78, 0, 0, 0, @@ -621,7 +618,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -634,7 +630,7 @@ 0, 0, 0, - 6, + 7, 13, 0, 0, @@ -786,7 +782,7 @@ 0, 0, 0, - 12, + 13, 0, 10, 0, @@ -817,7 +813,11 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } - ] + ], + "subtitle" : { + "text" : "[Champions: 194] Last updated at 2020-10-13 12:44:00 GMT" + } } |
