aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-26 18:55:26 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-04-26 18:55:26 +0100
commitf0ac47ff7fc3d2443436a0ac0eea5605c3d2a820 (patch)
tree5335f345d8444ca98358dfcb526057a8a695c965 /stats/pwc-summary.json
parentf9bcf8ac338ab7959abf52d10acaa3ee63cd9551 (diff)
downloadperlweeklychallenge-club-f0ac47ff7fc3d2443436a0ac0eea5605c3d2a820.tar.gz
perlweeklychallenge-club-f0ac47ff7fc3d2443436a0ac0eea5605c3d2a820.tar.bz2
perlweeklychallenge-club-f0ac47ff7fc3d2443436a0ac0eea5605c3d2a820.zip
- Added solutions by Luca Ferrari.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index d33557050f..4813e15c6c 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,10 +1,16 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
"tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2022]"
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"categories" : [
@@ -266,10 +272,11 @@
]
},
"subtitle" : {
- "text" : "[Champions: 255] Last updated at 2022-04-26 17:38:11 GMT"
+ "text" : "[Champions: 255] Last updated at 2022-04-26 17:47:47 GMT"
},
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -526,8 +533,7 @@
3,
44,
11
- ],
- "name" : "Perl"
+ ]
},
{
"data" : [
@@ -664,7 +670,7 @@
0,
0,
0,
- 96,
+ 97,
7,
2,
1,
@@ -790,6 +796,7 @@
"name" : "Raku"
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -1046,22 +1053,15 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
],
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2022]"
}
}