aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-09 20:42:36 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-09 20:42:36 +0000
commitc6cfde39b1a98f79adca24c07adfc650d72e36c1 (patch)
tree0547bda42fd33692ab47d8e944aa177de5f4f3f1 /stats/pwc-summary.json
parent47ac8cef47d851c69e836cb4e3fe80a4e45725d1 (diff)
downloadperlweeklychallenge-club-c6cfde39b1a98f79adca24c07adfc650d72e36c1.tar.gz
perlweeklychallenge-club-c6cfde39b1a98f79adca24c07adfc650d72e36c1.tar.bz2
perlweeklychallenge-club-c6cfde39b1a98f79adca24c07adfc650d72e36c1.zip
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json28
1 files changed, 14 insertions, 14 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 3f43e59b3b..e208f5d08e 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -245,7 +245,7 @@
2,
1,
0,
- 7,
+ 8,
16,
19,
3,
@@ -475,10 +475,6 @@
]
}
],
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
"xAxis" : {
"categories" : [
"Aaron Rowe",
@@ -636,24 +632,28 @@
"Yozen Hernandez"
]
},
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
},
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
"chart" : {
"type" : "column"
},
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
"subtitle" : {
- "text" : "[Champions: 153] Last updated at 2020-03-09 19:25:18 GMT"
+ "text" : "[Champions: 153] Last updated at 2020-03-09 20:41:03 GMT"
}
}