aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-16 00:02:23 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-16 00:02:23 +0100
commit3183de3f76a3b2b140a1d2e58cc1bc447ab014ba (patch)
tree784b8a2042f98322a3f56aafa1b632072915269d /stats/pwc-summary.json
parent2686058c3714ebeeafb1fb8b3e203a372e9aae91 (diff)
downloadperlweeklychallenge-club-3183de3f76a3b2b140a1d2e58cc1bc447ab014ba.tar.gz
perlweeklychallenge-club-3183de3f76a3b2b140a1d2e58cc1bc447ab014ba.tar.bz2
perlweeklychallenge-club-3183de3f76a3b2b140a1d2e58cc1bc447ab014ba.zip
- Added solutions by Feng Chang.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 5ae369ff61..7470b3bce4 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,7 +1,30 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "[Champions: 93] Last updated at 2019-06-15 22:51:57 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
- "name" : "Perl 5",
"data" : [
0,
2,
@@ -31,7 +54,7 @@
16,
16,
2,
- 2,
+ 4,
0,
0,
2,
@@ -96,10 +119,10 @@
1,
1,
10
- ]
+ ],
+ "name" : "Perl 5"
},
{
- "name" : "Perl 6",
"data" : [
4,
0,
@@ -129,7 +152,7 @@
0,
0,
0,
- 3,
+ 7,
4,
19,
0,
@@ -194,7 +217,8 @@
0,
1,
0
- ]
+ ],
+ "name" : "Perl 6"
},
{
"name" : "Blog",
@@ -295,27 +319,6 @@
]
}
],
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "subtitle" : {
- "text" : "[Champions: 93] Last updated at 2019-06-15 22:02:55 GMT"
- },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -412,8 +415,5 @@
"Yary H",
"Yozen Hernandez"
]
- },
- "chart" : {
- "type" : "column"
}
}