aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-29 17:02:54 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-29 17:02:54 +0100
commitd96f997d26d3a24a66895dae84d65ba72dd6396d (patch)
tree57534d9c056b5976ba754a9e3658a97d0f9ab6df /stats/pwc-summary.json
parent08421c36c2426780d60411e8d8322e92dde14da6 (diff)
downloadperlweeklychallenge-club-d96f997d26d3a24a66895dae84d65ba72dd6396d.tar.gz
perlweeklychallenge-club-d96f997d26d3a24a66895dae84d65ba72dd6396d.tar.bz2
perlweeklychallenge-club-d96f997d26d3a24a66895dae84d65ba72dd6396d.zip
- Added solutions 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 fa700f80ce..fb5a045d6d 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,16 +1,13 @@
{
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
},
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
+ "name" : "Perl",
"data" : [
0,
0,
@@ -34,7 +31,7 @@
0,
15,
0,
- 9,
+ 10,
1,
30,
1,
@@ -165,10 +162,10 @@
2,
23,
11
- ],
- "name" : "Perl"
+ ]
},
{
+ "name" : "Raku",
"data" : [
0,
3,
@@ -323,11 +320,9 @@
2,
11,
0
- ],
- "name" : "Raku"
+ ]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -482,15 +477,10 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "[Champions: 153] Last updated at 2020-03-28 22:19:22 GMT"
- },
"xAxis" : {
"categories" : [
"Aaron Rowe",
@@ -648,12 +638,22 @@
"Yozen Hernandez"
]
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "[Champions: 153] Last updated at 2020-03-29 16:02:32 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
},
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
}
}