aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-11-18 11:49:10 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-11-18 11:49:10 +0000
commit7d17a909ca6fbc9be9157ba9aefbd2cf83992505 (patch)
tree42ef943c9f3f78b283695ff8feaa07b141430d9c /stats/pwc-summary.json
parentf4e288167212b2311c3c7873183b66c261551402 (diff)
downloadperlweeklychallenge-club-7d17a909ca6fbc9be9157ba9aefbd2cf83992505.tar.gz
perlweeklychallenge-club-7d17a909ca6fbc9be9157ba9aefbd2cf83992505.tar.bz2
perlweeklychallenge-club-7d17a909ca6fbc9be9157ba9aefbd2cf83992505.zip
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 086263a3fd..71b249dc9c 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,15 +1,24 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
"chart" : {
"type" : "column"
},
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : ""
- },
- "min" : 0
+ }
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
},
"xAxis" : {
"categories" : [
@@ -154,20 +163,10 @@
]
},
"subtitle" : {
- "text" : "[Champions: 138] Last updated at 2019-11-18 10:43:48 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "text" : "[Champions: 138] Last updated at 2019-11-18 11:48:51 GMT"
},
"series" : [
{
- "name" : "Perl 5",
"data" : [
2,
0,
@@ -278,7 +277,7 @@
0,
3,
2,
- 40,
+ 42,
65,
4,
0,
@@ -307,7 +306,8 @@
2,
30,
21
- ]
+ ],
+ "name" : "Perl 5"
},
{
"name" : "Perl 6",
@@ -421,7 +421,7 @@
2,
0,
6,
- 19,
+ 21,
65,
3,
3,
@@ -453,7 +453,6 @@
]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -593,7 +592,8 @@
1,
6,
14
- ]
+ ],
+ "name" : "Blog"
}
]
}