aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-14 19:44:41 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-14 19:44:41 +0100
commitc8d82031b18949c9d869de36fe15ebff606d52c9 (patch)
tree9de53ebe6af4c89df6db4eb4931378d460d1e5fd /stats/pwc-summary.json
parentb63b3b3e0e059a6f33f35502cab6da8dab96d64e (diff)
downloadperlweeklychallenge-club-c8d82031b18949c9d869de36fe15ebff606d52c9.tar.gz
perlweeklychallenge-club-c8d82031b18949c9d869de36fe15ebff606d52c9.tar.bz2
perlweeklychallenge-club-c8d82031b18949c9d869de36fe15ebff606d52c9.zip
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index bb4d495c43..fec6e3262c 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,4 +1,10 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -184,18 +190,23 @@
"Yozen Hernandez"
]
},
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : ""
- },
- "min" : 0
+ }
},
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 181] Last updated at 2020-08-14 18:44:25 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"series" : [
{
@@ -369,7 +380,7 @@
1,
3,
0,
- 27,
+ 28,
12,
9,
0,
@@ -385,7 +396,6 @@
"name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -556,7 +566,7 @@
0,
0,
1,
- 33,
+ 34,
0,
2,
0,
@@ -568,7 +578,8 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
"data" : [
@@ -756,16 +767,5 @@
],
"name" : "Blog"
}
- ],
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 181] Last updated at 2020-08-14 12:58:58 GMT"
- }
+ ]
}