aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-30 19:02:24 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-30 19:02:24 +0100
commit735ae0344f801f952d5e72d86d64a79959b6e2e5 (patch)
tree6b75496c4cf4c66946b9c9fe32ec4fdc7a9ff13e /stats/pwc-summary.json
parent0e6069c11aed545c885707e07bfb0abe8ef4965e (diff)
downloadperlweeklychallenge-club-735ae0344f801f952d5e72d86d64a79959b6e2e5.tar.gz
perlweeklychallenge-club-735ae0344f801f952d5e72d86d64a79959b6e2e5.tar.bz2
perlweeklychallenge-club-735ae0344f801f952d5e72d86d64a79959b6e2e5.zip
- Added solutions by Steven Wilson.
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 d282212c11..1f67c2e691 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,4 +1,13 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -108,14 +117,9 @@
"Yozen Hernandez"
]
},
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "subtitle" : {
- "text" : "[Champions: 105] Last updated at 2019-07-30 18:00:27 GMT"
- },
"series" : [
{
+ "name" : "Perl 5",
"data" : [
0,
2,
@@ -212,7 +216,7 @@
4,
3,
0,
- 25,
+ 27,
1,
0,
2,
@@ -222,11 +226,9 @@
1,
1,
21
- ],
- "name" : "Perl 5"
+ ]
},
{
- "name" : "Perl 6",
"data" : [
6,
0,
@@ -333,7 +335,8 @@
0,
1,
0
- ]
+ ],
+ "name" : "Perl 6"
},
{
"name" : "Blog",
@@ -446,22 +449,19 @@
]
}
],
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
"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
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 105] Last updated at 2019-07-30 18:02:14 GMT"
}
}