aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-21 20:25:04 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-21 20:25:04 +0100
commit4bfde421c8d7cc3f2d9f4ea7ca06ed78546e2783 (patch)
tree6f6d8ee90456181117ba33056522a19873131994 /stats/pwc-summary.json
parentd4448f051831879f7149e6b9b1cd527b11c40ffd (diff)
downloadperlweeklychallenge-club-4bfde421c8d7cc3f2d9f4ea7ca06ed78546e2783.tar.gz
perlweeklychallenge-club-4bfde421c8d7cc3f2d9f4ea7ca06ed78546e2783.tar.bz2
perlweeklychallenge-club-4bfde421c8d7cc3f2d9f4ea7ca06ed78546e2783.zip
- Added solution by Joelle Maslak.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json30
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 304fae832e..8b877ba988 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,21 +1,24 @@
{
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
"yAxis" : {
"title" : {
"text" : ""
},
"min" : 0
},
+ "subtitle" : {
+ "text" : "[Champions: 104] Last updated at 2019-07-21 19:24:44 GMT"
+ },
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
"tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "subtitle" : {
- "text" : "[Champions: 104] Last updated at 2019-07-21 18:58:51 GMT"
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
},
"xAxis" : {
"categories" : [
@@ -125,9 +128,11 @@
"Yozen Hernandez"
]
},
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
- "name" : "Perl 5",
"data" : [
0,
2,
@@ -233,7 +238,8 @@
1,
1,
20
- ]
+ ],
+ "name" : "Perl 5"
},
{
"name" : "Perl 6",
@@ -284,7 +290,7 @@
1,
12,
0,
- 42,
+ 43,
0,
0,
14,
@@ -453,11 +459,5 @@
],
"name" : "Blog"
}
- ],
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "chart" : {
- "type" : "column"
- }
+ ]
}