aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-01 10:10:58 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-01 10:10:58 +0100
commit943bb1b7fe42e61bca8e23abac81df96e7493e3c (patch)
tree83ec8120ab7d0543baca3b5c3664d07973dea36d /stats/pwc-summary.json
parentc704416f45af3bcd0bc98e542bf7dea343afab62 (diff)
downloadperlweeklychallenge-club-943bb1b7fe42e61bca8e23abac81df96e7493e3c.tar.gz
perlweeklychallenge-club-943bb1b7fe42e61bca8e23abac81df96e7493e3c.tar.bz2
perlweeklychallenge-club-943bb1b7fe42e61bca8e23abac81df96e7493e3c.zip
- Added solution by Scimon Proctor.
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 b9547df5f1..b70aaa5567 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,16 +1,6 @@
{
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "subtitle" : {
- "text" : "[Champions: 185] Last updated at 2020-09-01 05:37:14 GMT"
- },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -197,10 +187,10 @@
3,
40,
11
- ]
+ ],
+ "name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -360,7 +350,7 @@
0,
0,
0,
- 71,
+ 72,
0,
0,
0,
@@ -387,7 +377,8 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
"name" : "Blog",
@@ -580,6 +571,16 @@
]
}
],
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -769,19 +770,18 @@
"Yozen Hernandez"
]
},
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 185] Last updated at 2020-09-01 09:10:40 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
}
}