aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-12-18 12:38:44 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-12-18 12:38:44 +0000
commit45367fed0168023de950dfd2c067839c6d53e347 (patch)
tree80dd545bb6aea862a1f11d0f82ee5d1917e1cb96 /stats/pwc-summary.json
parentdc7c26faca7c1c03717603ea06b4836d189fc8d2 (diff)
downloadperlweeklychallenge-club-45367fed0168023de950dfd2c067839c6d53e347.tar.gz
perlweeklychallenge-club-45367fed0168023de950dfd2c067839c6d53e347.tar.bz2
perlweeklychallenge-club-45367fed0168023de950dfd2c067839c6d53e347.zip
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 308d03e550..fd6e93989c 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,13 +1,12 @@
{
- "subtitle" : {
- "text" : "[Champions: 139] Last updated at 2019-12-17 23:46:22 GMT"
- },
"tooltip" : {
"shared" : 1,
"pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
- "chart" : {
- "type" : "column"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"xAxis" : {
"categories" : [
@@ -152,20 +151,6 @@
"Yozen Hernandez"
]
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
"series" : [
{
"data" : [
@@ -312,6 +297,7 @@
"name" : "Perl 5"
},
{
+ "name" : "Perl 6",
"data" : [
0,
0,
@@ -452,10 +438,10 @@
2,
21,
0
- ],
- "name" : "Perl 6"
+ ]
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -566,7 +552,7 @@
0,
0,
0,
- 20,
+ 21,
0,
0,
0,
@@ -596,8 +582,22 @@
1,
6,
14
- ],
- "name" : "Blog"
+ ]
}
- ]
+ ],
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 139] Last updated at 2019-12-18 12:37:50 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ }
}