aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-02-13 14:06:48 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-02-13 14:06:48 +0000
commit5e0a1807a04e0f144da845c5c9fefed244cbc074 (patch)
treecf85a9b484f112a2454728793ce9d101dc141a7f /stats/pwc-summary.json
parent363ee1867952f6656835c871505360774e5d860e (diff)
downloadperlweeklychallenge-club-5e0a1807a04e0f144da845c5c9fefed244cbc074.tar.gz
perlweeklychallenge-club-5e0a1807a04e0f144da845c5c9fefed244cbc074.tar.bz2
perlweeklychallenge-club-5e0a1807a04e0f144da845c5c9fefed244cbc074.zip
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index be85c7b782..6b875344f8 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,4 +1,15 @@
{
+ "subtitle" : {
+ "text" : "[Champions: 146] Last updated at 2020-02-13 14:06:08 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
"xAxis" : {
"categories" : [
"Leoltron",
@@ -149,15 +160,18 @@
"Yozen Hernandez"
]
},
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ "chart" : {
+ "type" : "column"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : ""
- }
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
"series" : [
{
@@ -312,7 +326,6 @@
"name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -460,7 +473,8 @@
2,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
"data" : [
@@ -578,7 +592,7 @@
0,
0,
0,
- 26,
+ 27,
0,
8,
1,
@@ -613,19 +627,5 @@
],
"name" : "Blog"
}
- ],
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "[Champions: 146] Last updated at 2020-02-13 14:01:29 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- }
+ ]
}