aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-13 01:27:40 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-13 01:27:40 +0100
commit8c2b53a3e2c90ce742db15c101fc3f732c7ec2c2 (patch)
treea1465227e9ae5b057d71fe62d13ca3f41b730862 /stats/pwc-summary.json
parent53679ddc1ad4fac275d68d8dd133d74b7e5ebc7e (diff)
downloadperlweeklychallenge-club-8c2b53a3e2c90ce742db15c101fc3f732c7ec2c2.tar.gz
perlweeklychallenge-club-8c2b53a3e2c90ce742db15c101fc3f732c7ec2c2.tar.bz2
perlweeklychallenge-club-8c2b53a3e2c90ce742db15c101fc3f732c7ec2c2.zip
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 7a0269ec29..6693bf8680 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,7 +1,12 @@
{
"tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"yAxis" : {
"title" : {
@@ -12,15 +17,8 @@
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "[Champions: 181] Last updated at 2020-08-12 19:21:45 GMT"
- },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -111,7 +109,7 @@
1,
8,
6,
- 71,
+ 72,
8,
1,
30,
@@ -203,10 +201,10 @@
3,
38,
11
- ]
+ ],
+ "name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -297,7 +295,7 @@
0,
2,
0,
- 72,
+ 73,
0,
0,
0,
@@ -389,10 +387,10 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -483,7 +481,7 @@
1,
0,
0,
- 72,
+ 73,
0,
0,
0,
@@ -575,14 +573,10 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"xAxis" : {
"categories" : [
"3ter",
@@ -767,5 +761,11 @@
"Yet Ebreo",
"Yozen Hernandez"
]
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 181] Last updated at 2020-08-13 00:27:18 GMT"
}
}