aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-28 00:00:45 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-28 00:00:45 +0100
commit32f85772c30b845665d20508cdb2cfde8d358060 (patch)
tree7cda22404c442a17813814a37a5c0c5112a7e943 /stats/pwc-summary.json
parent2780a5d49bb1da99a4a2971e2a6cf219ce0a5c4c (diff)
downloadperlweeklychallenge-club-32f85772c30b845665d20508cdb2cfde8d358060.tar.gz
perlweeklychallenge-club-32f85772c30b845665d20508cdb2cfde8d358060.tar.bz2
perlweeklychallenge-club-32f85772c30b845665d20508cdb2cfde8d358060.zip
- Added solution by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index b043f65089..4a7fbe1a0b 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -2,19 +2,11 @@
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -45,7 +37,7 @@
0,
15,
0,
- 35,
+ 36,
1,
56,
2,
@@ -209,7 +201,8 @@
3,
41,
11
- ]
+ ],
+ "name" : "Perl"
},
{
"name" : "Raku",
@@ -410,12 +403,13 @@
]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
0,
0,
- 55,
+ 56,
0,
0,
0,
@@ -604,20 +598,17 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
],
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
},
"subtitle" : {
- "text" : "[Champions: 193] Last updated at 2020-09-27 20:51:28 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "text" : "[Champions: 193] Last updated at 2020-09-27 23:00:28 GMT"
},
"xAxis" : {
"categories" : [
@@ -815,5 +806,14 @@
"Yet Ebreo",
"Yozen Hernandez"
]
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
}
}