aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-13 16:52:35 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-13 16:52:35 +0100
commit8bda1f62f02ff15422be286dd9a561719efe057e (patch)
treec6112633e4920a37d249087c18ec4b0b6e2ce1c9 /stats/pwc-summary.json
parent22281bbaade2781c667cf5e8611ab3d822d431fb (diff)
downloadperlweeklychallenge-club-8bda1f62f02ff15422be286dd9a561719efe057e.tar.gz
perlweeklychallenge-club-8bda1f62f02ff15422be286dd9a561719efe057e.tar.bz2
perlweeklychallenge-club-8bda1f62f02ff15422be286dd9a561719efe057e.zip
- Added blog by Kian-Meng Ang.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 02f22c1940..1a4112e1fa 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,16 +1,4 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
- },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -107,20 +95,25 @@
"Yozen Hernandez"
]
},
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
"tooltip" : {
"shared" : 1,
"pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
"subtitle" : {
- "text" : "[Champions: 92] Last updated at 2019-06-13 10:31:52 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "text" : "[Champions: 92] Last updated at 2019-06-13 15:52:03 GMT"
},
"series" : [
{
+ "name" : "Perl 5",
"data" : [
0,
2,
@@ -214,8 +207,7 @@
1,
1,
10
- ],
- "name" : "Perl 5"
+ ]
},
{
"data" : [
@@ -314,5 +306,13 @@
],
"name" : "Perl 6"
}
- ]
+ ],
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ }
}