aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-13 10:09:42 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-02-13 10:09:42 +0000
commit53e7bbedcba4903f23ff0c75ae1815ae22d2197a (patch)
tree7d2727bd524dc96abba0b034f42d39b222a3787f /stats/pwc-summary.json
parent670b384d26ab4fe7e38b4b264642a56efa9fe9f1 (diff)
downloadperlweeklychallenge-club-53e7bbedcba4903f23ff0c75ae1815ae22d2197a.tar.gz
perlweeklychallenge-club-53e7bbedcba4903f23ff0c75ae1815ae22d2197a.tar.bz2
perlweeklychallenge-club-53e7bbedcba4903f23ff0c75ae1815ae22d2197a.zip
- Added solutions by Simon Green.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 6215bc1fc4..1def71c8c5 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,9 +1,7 @@
{
- "subtitle" : {
- "text" : "[Champions: 249] Last updated at 2022-02-12 16:35:34 GMT"
- },
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -219,7 +217,7 @@
1,
0,
11,
- 76,
+ 77,
5,
3,
2,
@@ -254,11 +252,9 @@
3,
44,
11
- ],
- "name" : "Perl"
+ ]
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -509,9 +505,11 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -727,7 +725,7 @@
0,
0,
0,
- 71,
+ 72,
0,
10,
0,
@@ -762,10 +760,13 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
],
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
"plotOptions" : {
"column" : {
"stacking" : "percent"
@@ -774,6 +775,15 @@
"chart" : {
"type" : "column"
},
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "[Champions: 249] Last updated at 2022-02-13 10:06:18 GMT"
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -1029,15 +1039,5 @@
},
"title" : {
"text" : "The Weekly Challenge [2019 - 2022]"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
}
}