aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-05 12:27:44 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-05 12:27:44 +0100
commitb67e1dcf8fd9d9aada1880d4cb94458cd446e674 (patch)
tree3ca11b682aabb8542728ef3844af24947b4dbcf7 /stats/pwc-summary.json
parentf6c5c71640c7f18d17e0557d5094add6ed8d9c94 (diff)
downloadperlweeklychallenge-club-b67e1dcf8fd9d9aada1880d4cb94458cd446e674.tar.gz
perlweeklychallenge-club-b67e1dcf8fd9d9aada1880d4cb94458cd446e674.tar.bz2
perlweeklychallenge-club-b67e1dcf8fd9d9aada1880d4cb94458cd446e674.zip
- Added blog by Roger Bell West.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 764745c0b6..a3cf24be14 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,7 +1,30 @@
{
+ "subtitle" : {
+ "text" : "[Champions: 105] Last updated at 2019-08-05 11:27:24 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge - 2019"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
"series" : [
{
- "name" : "Perl 5",
"data" : [
0,
2,
@@ -108,7 +131,8 @@
1,
1,
21
- ]
+ ],
+ "name" : "Perl 5"
},
{
"data" : [
@@ -306,7 +330,7 @@
0,
0,
0,
- 3,
+ 4,
0,
0,
0,
@@ -331,20 +355,6 @@
"name" : "Blog"
}
],
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "chart" : {
- "type" : "column"
- },
"xAxis" : {
"categories" : [
"Aaron Sherman",
@@ -453,15 +463,5 @@
"Yary H",
"Yozen Hernandez"
]
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge - 2019"
- },
- "subtitle" : {
- "text" : "[Champions: 105] Last updated at 2019-08-05 00:22:05 GMT"
}
}