aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMyoungjin JEON <jeongoon@gmail.com>2020-10-20 23:24:11 +1100
committerMyoungjin JEON <jeongoon@gmail.com>2020-10-20 23:24:11 +1100
commit3739e2e9688cd223dae50692e46254adc19de9a0 (patch)
treef05040214a822431131c6a2a6f5ab3271cda8cbf /stats/pwc-summary.json
parentf243dd3d3349bfdc6292faca8b2e08899552c6b1 (diff)
parentd244e1d3a5e39ce0fad850b17c0b406ff462ebc1 (diff)
downloadperlweeklychallenge-club-3739e2e9688cd223dae50692e46254adc19de9a0.tar.gz
perlweeklychallenge-club-3739e2e9688cd223dae50692e46254adc19de9a0.tar.bz2
perlweeklychallenge-club-3739e2e9688cd223dae50692e46254adc19de9a0.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 45c730efad..7827e2721c 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,12 +1,23 @@
{
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
"subtitle" : {
- "text" : "[Champions: 196] Last updated at 2020-10-19 00:19:00 GMT"
+ "text" : "[Champions: 196] Last updated at 2020-10-20 02:34:02 GMT"
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -16,7 +27,7 @@
2,
0,
1,
- 2,
+ 3,
8,
26,
7,
@@ -47,7 +58,7 @@
26,
2,
3,
- 23,
+ 24,
61,
2,
0,
@@ -75,7 +86,7 @@
0,
6,
72,
- 13,
+ 14,
0,
0,
8,
@@ -162,7 +173,7 @@
0,
1,
1,
- 67,
+ 68,
57,
29,
27,
@@ -173,7 +184,7 @@
1,
0,
7,
- 14,
+ 15,
5,
3,
2,
@@ -204,8 +215,7 @@
3,
41,
11
- ],
- "name" : "Perl"
+ ]
},
{
"data" : [
@@ -221,7 +231,7 @@
0,
7,
0,
- 17,
+ 18,
0,
0,
1,
@@ -314,9 +324,9 @@
2,
1,
0,
- 38,
+ 39,
16,
- 43,
+ 44,
3,
1,
0,
@@ -363,7 +373,7 @@
3,
3,
0,
- 55,
+ 56,
57,
27,
0,
@@ -376,7 +386,7 @@
0,
0,
0,
- 78,
+ 79,
0,
0,
0,
@@ -409,7 +419,6 @@
"name" : "Raku"
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -576,7 +585,7 @@
0,
0,
0,
- 13,
+ 14,
0,
10,
0,
@@ -607,9 +616,15 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -810,21 +825,6 @@
"Yozen Hernandez"
]
},
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
}