aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-271-300.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-09 20:22:05 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-09 20:22:05 +0000
commit2b107c0a1007dc904822ac1a2c19d76d697fc559 (patch)
treed2b5d1fb9f5053732d55451a2285bcf08e7fe2fb /stats/pwc-summary-271-300.json
parent142bc3da93a0bc254e064d2c994147c760524b8e (diff)
downloadperlweeklychallenge-club-2b107c0a1007dc904822ac1a2c19d76d697fc559.tar.gz
perlweeklychallenge-club-2b107c0a1007dc904822ac1a2c19d76d697fc559.tar.bz2
perlweeklychallenge-club-2b107c0a1007dc904822ac1a2c19d76d697fc559.zip
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-summary-271-300.json')
-rw-r--r--stats/pwc-summary-271-300.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-271-300.json b/stats/pwc-summary-271-300.json
index ed4c325232..ddae94ab74 100644
--- a/stats/pwc-summary-271-300.json
+++ b/stats/pwc-summary-271-300.json
@@ -1,15 +1,9 @@
{
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2022]"
+ "chart" : {
+ "type" : "column"
},
- "xAxis" : {
- "categories" : [
- "William Gilmore",
- "William West",
- "Yary Hluchan",
- "Yet Ebreo",
- "Yozen Hernandez"
- ]
+ "subtitle" : {
+ "text" : "[Champions: 5] Last updated at 2022-11-09 20:19:43 GMT"
},
"series" : [
{
@@ -33,35 +27,41 @@
"name" : "Raku"
},
{
- "name" : "Blog",
"data" : [
0,
0,
1,
6,
14
- ]
+ ],
+ "name" : "Blog"
}
],
- "subtitle" : {
- "text" : "[Champions: 5] Last updated at 2022-11-09 20:08:23 GMT"
+ "xAxis" : {
+ "categories" : [
+ "William Gilmore",
+ "William West",
+ "Yary Hluchan",
+ "Yet Ebreo",
+ "Yozen Hernandez"
+ ]
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : ""
- }
+ },
+ "min" : 0
},
"plotOptions" : {
"column" : {
"stacking" : "percent"
}
},
- "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 - 2022]"
}
}