aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-1-30.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-07 22:28:41 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-07 22:28:41 +0100
commitc511be5ac2dca2c3443e1259e70c1551cc37517f (patch)
tree4284ff81fc031fd73d9f1c44273890bdf2540dde /stats/pwc-summary-1-30.json
parent980d4786745978e38e9912dc0ceabc9c1778622e (diff)
downloadperlweeklychallenge-club-c511be5ac2dca2c3443e1259e70c1551cc37517f.tar.gz
perlweeklychallenge-club-c511be5ac2dca2c3443e1259e70c1551cc37517f.tar.bz2
perlweeklychallenge-club-c511be5ac2dca2c3443e1259e70c1551cc37517f.zip
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
-rw-r--r--stats/pwc-summary-1-30.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json
index cc36f12d74..27e961f40a 100644
--- a/stats/pwc-summary-1-30.json
+++ b/stats/pwc-summary-1-30.json
@@ -1,11 +1,22 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
"tooltip" : {
"pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
"shared" : 1
},
- "chart" : {
- "type" : "column"
- },
"series" : [
{
"name" : "Perl",
@@ -43,6 +54,7 @@
]
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -74,8 +86,7 @@
50,
0,
0
- ],
- "name" : "Raku"
+ ]
},
{
"data" : [
@@ -113,13 +124,8 @@
"name" : "Blog"
}
],
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 30] Last updated at 2020-07-07 21:16:08 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
},
"xAxis" : {
"categories" : [
@@ -155,13 +161,7 @@
"Creewick"
]
},
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
+ "subtitle" : {
+ "text" : "[Champions: 30] Last updated at 2020-07-07 21:28:19 GMT"
}
}