aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-11 15:31:04 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-11 15:31:04 +0100
commit977282929d25a5ffd3633d445b044482157b289a (patch)
tree7e01c7c832721fb3c75316167689c04e5a244ac0 /stats/pwc-summary.json
parent76ba331a426a651b8cae098b8374eba0d04389c6 (diff)
downloadperlweeklychallenge-club-977282929d25a5ffd3633d445b044482157b289a.tar.gz
perlweeklychallenge-club-977282929d25a5ffd3633d445b044482157b289a.tar.bz2
perlweeklychallenge-club-977282929d25a5ffd3633d445b044482157b289a.zip
- Added solution by Steven Wilson.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index db390ff19f..880674d23a 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,7 +1,6 @@
{
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "chart" : {
+ "type" : "column"
},
"yAxis" : {
"min" : 0,
@@ -9,17 +8,6 @@
"text" : ""
}
},
- "subtitle" : {
- "text" : "[Champions: 120] Last updated at 2019-10-11 11:03:47 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -144,8 +132,10 @@
"Yozen Hernandez"
]
},
- "chart" : {
- "type" : "column"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"series" : [
{
@@ -257,7 +247,7 @@
4,
3,
0,
- 38,
+ 39,
1,
0,
2,
@@ -523,5 +513,15 @@
],
"name" : "Blog"
}
- ]
+ ],
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 120] Last updated at 2019-10-11 14:28:19 GMT"
+ }
}