aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-06 23:33:29 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-06 23:33:29 +0100
commitf8140f2bd07c36da92cb644dc16c1aaee781c731 (patch)
tree9e6240e9f5eb43265dcb39b92327d50b80f89d07 /stats/pwc-summary.json
parentc623de0584b5d5bf8438f9980585ff1ca48cfbb3 (diff)
downloadperlweeklychallenge-club-f8140f2bd07c36da92cb644dc16c1aaee781c731.tar.gz
perlweeklychallenge-club-f8140f2bd07c36da92cb644dc16c1aaee781c731.tar.bz2
perlweeklychallenge-club-f8140f2bd07c36da92cb644dc16c1aaee781c731.zip
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 6815ba15f2..8d7a20148f 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,24 +1,6 @@
{
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2022]"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 255] Last updated at 2022-05-06 22:26:14 GMT"
- },
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
@@ -45,7 +27,7 @@
0,
71,
3,
- 137,
+ 138,
0,
10,
2,
@@ -282,6 +264,7 @@
]
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -304,7 +287,7 @@
1,
162,
0,
- 121,
+ 122,
0,
1,
0,
@@ -538,11 +521,9 @@
3,
11,
0
- ],
- "name" : "Raku"
+ ]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -799,11 +780,18 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "[Champions: 255] Last updated at 2022-05-06 22:31:26 GMT"
},
"xAxis" : {
"categories" : [
@@ -1063,5 +1051,17 @@
"Yet Ebreo",
"Yozen Hernandez"
]
+ },
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2022]"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
}
}