aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-14 10:25:13 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-14 10:25:13 +0100
commit787e7a5535779fecf561fc10ea626bcd4e3b12f6 (patch)
treeb1c78b003ed064b73e186eb4d8c983ace2cb828b /stats/pwc-summary.json
parent00a7db8204759539981f2d5da154b7d4c02d6d01 (diff)
downloadperlweeklychallenge-club-787e7a5535779fecf561fc10ea626bcd4e3b12f6.tar.gz
perlweeklychallenge-club-787e7a5535779fecf561fc10ea626bcd4e3b12f6.tar.bz2
perlweeklychallenge-club-787e7a5535779fecf561fc10ea626bcd4e3b12f6.zip
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 5b668bf3fa..684d618dd3 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,16 +1,6 @@
{
- "subtitle" : {
- "text" : "[Champions: 188] Last updated at 2020-09-14 09:19:52 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -132,7 +122,7 @@
7,
7,
4,
- 17,
+ 18,
1,
0,
4,
@@ -200,10 +190,10 @@
3,
41,
11
- ]
+ ],
+ "name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -393,7 +383,8 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
"name" : "Blog",
@@ -589,14 +580,24 @@
]
}
],
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "subtitle" : {
+ "text" : "[Champions: 188] Last updated at 2020-09-14 09:24:40 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
}
},
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"categories" : [
@@ -790,10 +791,9 @@
"Yozen Hernandez"
]
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
}
}
}