aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-01 17:48:24 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-01 17:48:24 +0000
commit5388317c317e1e2c9c19e4567b0c1428666cbfe5 (patch)
treebcafd7d8549e5651fe38ce6304f7887b6a0dcb0f /stats/pwc-summary.json
parent4f39df1023879fc6a37b7751e69d8f60395d4519 (diff)
downloadperlweeklychallenge-club-5388317c317e1e2c9c19e4567b0c1428666cbfe5.tar.gz
perlweeklychallenge-club-5388317c317e1e2c9c19e4567b0c1428666cbfe5.tar.bz2
perlweeklychallenge-club-5388317c317e1e2c9c19e4567b0c1428666cbfe5.zip
- Added Perl solutions to the week 189.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 0e8608a946..29ee30d5a3 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,15 +1,22 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2022]"
},
"tooltip" : {
"shared" : 1,
"pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
+ "subtitle" : {
+ "text" : "[Champions: 275] Last updated at 2022-11-01 17:46:37 GMT"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -181,7 +188,7 @@
0,
0,
1,
- 99,
+ 100,
0,
20,
7,
@@ -286,11 +293,9 @@
3,
44,
11
- ],
- "name" : "Perl"
+ ]
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -567,9 +572,11 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
+ "name" : "Blog",
"data" : [
0,
0,
@@ -846,10 +853,12 @@
1,
5,
10
- ],
- "name" : "Blog"
+ ]
}
],
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -1129,19 +1138,10 @@
"Yozen Hernandez"
]
},
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2022]"
- },
- "subtitle" : {
- "text" : "[Champions: 275] Last updated at 2022-11-01 16:59:08 GMT"
- },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : ""
- },
- "min" : 0
+ }
}
}