aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-06 23:10:37 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-06 23:10:37 +0100
commit5f80b2e09c43bde0e72b12127e366f228285385b (patch)
treee4bbe0065b3138974824f721f072ae3d4489456e /stats/pwc-summary.json
parentf86a1d9a0561844fac885a0ab052f765a9df8032 (diff)
downloadperlweeklychallenge-club-5f80b2e09c43bde0e72b12127e366f228285385b.tar.gz
perlweeklychallenge-club-5f80b2e09c43bde0e72b12127e366f228285385b.tar.bz2
perlweeklychallenge-club-5f80b2e09c43bde0e72b12127e366f228285385b.zip
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index 8255d90dff..3439dfb3e5 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,6 +1,8 @@
{
- "chart" : {
- "type" : "column"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"series" : [
{
@@ -49,7 +51,7 @@
8,
35,
60,
- 63,
+ 64,
1,
4,
10,
@@ -529,6 +531,25 @@
"name" : "Blog"
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge [2019 - 2020]"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
+ "shared" : 1
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "[Champions: 170] Last updated at 2020-07-06 22:10:14 GMT"
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -702,26 +723,5 @@
"Yet Ebreo",
"Yozen Hernandez"
]
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "subtitle" : {
- "text" : "[Champions: 170] Last updated at 2020-07-06 20:28:24 GMT"
- },
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
- }
}
}