aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-02 11:10:41 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-02 11:10:41 +0100
commit14b2dabae68197e73c48121eb964de12e9ba9afc (patch)
treee89288d14d4560121f53039bc292f5d56709d30e /stats/pwc-summary.json
parenta9a9bf413fa86ba37cb11e2c74e84c468be66ff9 (diff)
downloadperlweeklychallenge-club-14b2dabae68197e73c48121eb964de12e9ba9afc.tar.gz
perlweeklychallenge-club-14b2dabae68197e73c48121eb964de12e9ba9afc.tar.bz2
perlweeklychallenge-club-14b2dabae68197e73c48121eb964de12e9ba9afc.zip
- Added solutions by Athanasius.
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 56454627e4..bb7ef45aae 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,20 +1,6 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "subtitle" : {
- "text" : "[Champions: 220] Last updated at 2021-05-02 08:20:08 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
@@ -39,7 +25,7 @@
0,
37,
3,
- 89,
+ 90,
0,
9,
1,
@@ -243,6 +229,7 @@
"name" : "Perl"
},
{
+ "name" : "Raku",
"data" : [
0,
0,
@@ -264,7 +251,7 @@
1,
109,
0,
- 74,
+ 75,
0,
1,
0,
@@ -464,11 +451,9 @@
3,
11,
0
- ],
- "name" : "Raku"
+ ]
},
{
- "name" : "Blog",
"data" : [
0,
0,
@@ -690,9 +675,16 @@
1,
5,
10
- ]
+ ],
+ "name" : "Blog"
}
],
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -921,7 +913,15 @@
"shared" : 1,
"pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
- "chart" : {
- "type" : "column"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 220] Last updated at 2021-05-02 10:09:39 GMT"
}
}