aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-03 02:09:01 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-03 02:09:01 +0000
commitbb7069d57840e875fdfce3991aeb3675a6f60c2c (patch)
treeb15809a0d6d1070ddb674e82ee42c363101856c6 /stats/pwc-summary.json
parent36fa420d62b3ef0a172b2ab08c6ccd75290babf6 (diff)
downloadperlweeklychallenge-club-bb7069d57840e875fdfce3991aeb3675a6f60c2c.tar.gz
perlweeklychallenge-club-bb7069d57840e875fdfce3991aeb3675a6f60c2c.tar.bz2
perlweeklychallenge-club-bb7069d57840e875fdfce3991aeb3675a6f60c2c.zip
- Added solutions by Ian Goodnight.
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 d152399758..4042ce91ab 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,12 +1,4 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "subtitle" : {
- "text" : "[Champions: 245] Last updated at 2022-01-03 01:51:41 GMT"
- },
"xAxis" : {
"categories" : [
"3ter",
@@ -256,18 +248,11 @@
"Yozen Hernandez"
]
},
- "yAxis" : {
- "title" : {
- "text" : ""
- },
- "min" : 0
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2021]"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -344,7 +329,7 @@
0,
27,
0,
- 4,
+ 5,
3,
1,
2,
@@ -514,7 +499,8 @@
3,
44,
11
- ]
+ ],
+ "name" : "Perl"
},
{
"name" : "Raku",
@@ -1017,11 +1003,25 @@
"name" : "Blog"
}
],
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : ""
+ },
+ "min" : 0
+ },
"tooltip" : {
"shared" : 1,
"pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2021]"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 245] Last updated at 2022-01-03 02:06:52 GMT"
}
}