aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-20 23:25:01 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-06-20 23:25:01 +0100
commitf2d0b83a960dc899f6aab501e69c7a532c290d79 (patch)
tree9773c14a5ab057cd9bdc2a216d6d8a000472d67e /stats/pwc-summary.json
parent0c2941b1f75db36fc7704d8f08aeab126baacca5 (diff)
downloadperlweeklychallenge-club-f2d0b83a960dc899f6aab501e69c7a532c290d79.tar.gz
perlweeklychallenge-club-f2d0b83a960dc899f6aab501e69c7a532c290d79.tar.bz2
perlweeklychallenge-club-f2d0b83a960dc899f6aab501e69c7a532c290d79.zip
- Added solution by Cristina Heredia.
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 7c35cfef1e..31e440c8c4 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,21 +1,16 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
}
},
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
"chart" : {
"type" : "column"
},
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -57,7 +52,7 @@
94,
2,
1,
- 39,
+ 40,
2,
0,
26,
@@ -242,8 +237,7 @@
3,
44,
11
- ],
- "name" : "Perl"
+ ]
},
{
"data" : [
@@ -706,13 +700,15 @@
"name" : "Blog"
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
"subtitle" : {
- "text" : "[Champions: 225] Last updated at 2021-06-20 19:45:00 GMT"
+ "text" : "[Champions: 225] Last updated at 2021-06-20 22:24:11 GMT"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
}
},
"xAxis" : {
@@ -943,5 +939,9 @@
"Yet Ebreo",
"Yozen Hernandez"
]
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
}
}