aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary-271-300.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-02 10:56:26 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-02 10:56:26 +0000
commitabe50443fc73cffd819a05ab7733c4c192797d36 (patch)
tree19a9aa7094207894ea13d7cd1ff34dabe4dba4f7 /stats/pwc-summary-271-300.json
parentadf72db47b4815535ea06c6923ed0db79fac8e15 (diff)
downloadperlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.tar.gz
perlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.tar.bz2
perlweeklychallenge-club-abe50443fc73cffd819a05ab7733c4c192797d36.zip
- Added solutions by Feng Chang.
Diffstat (limited to 'stats/pwc-summary-271-300.json')
-rw-r--r--stats/pwc-summary-271-300.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-271-300.json b/stats/pwc-summary-271-300.json
index bf2921591b..972ec77198 100644
--- a/stats/pwc-summary-271-300.json
+++ b/stats/pwc-summary-271-300.json
@@ -1,24 +1,9 @@
{
"yAxis" : {
- "min" : 0,
"title" : {
"text" : ""
- }
- },
- "subtitle" : {
- "text" : "[Champions: 5] Last updated at 2022-11-01 23:36:12 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
- },
- "title" : {
- "text" : "The Weekly Challenge [2019 - 2022]"
+ },
+ "min" : 0
},
"xAxis" : {
"categories" : [
@@ -29,26 +14,35 @@
"Yozen Hernandez"
]
},
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
"series" : [
{
- "name" : "Perl",
"data" : [
1,
3,
3,
86,
21
- ]
+ ],
+ "name" : "Perl"
},
{
+ "name" : "Raku",
"data" : [
0,
0,
3,
21,
0
- ],
- "name" : "Raku"
+ ]
},
{
"data" : [
@@ -61,6 +55,12 @@
"name" : "Blog"
}
],
+ "title" : {
+ "text" : "The Weekly Challenge [2019 - 2022]"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 5] Last updated at 2022-11-02 10:54:01 GMT"
+ },
"chart" : {
"type" : "column"
}