aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-12 09:38:32 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-12 09:38:32 +0100
commitac0db43bdafd2bc5b0748155495a901b9ebaf94e (patch)
tree1966a1c21a4befd6e33d8ba50a67fa59eb674b88 /stats/pwc-summary.json
parentf9cc77c8dcd87a9b530814b96b41c9c187d8214b (diff)
downloadperlweeklychallenge-club-ac0db43bdafd2bc5b0748155495a901b9ebaf94e.tar.gz
perlweeklychallenge-club-ac0db43bdafd2bc5b0748155495a901b9ebaf94e.tar.bz2
perlweeklychallenge-club-ac0db43bdafd2bc5b0748155495a901b9ebaf94e.zip
- Added solutions by Abigail.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 6baf42b763..675fce5d2e 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,14 +1,10 @@
{
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
},
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"categories" : [
@@ -235,6 +231,20 @@
"Yozen Hernandez"
]
},
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
+ },
+ "subtitle" : {
+ "text" : "[Champions: 221] Last updated at 2021-05-12 08:36:57 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
"series" : [
{
"name" : "Perl",
@@ -243,7 +253,7 @@
0,
0,
0,
- 40,
+ 41,
83,
2,
0,
@@ -915,16 +925,6 @@
]
}
],
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "subtitle" : {
- "text" : "[Champions: 221] Last updated at 2021-05-12 08:29:56 GMT"
- },
- "chart" : {
- "type" : "column"
- },
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
}