aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-28 11:06:59 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-28 11:06:59 +0100
commite97e572e436628c141ab2fbc7361e2f96b41825c (patch)
tree81bd6cc3be4a1ce22763c7c2c897b9f08863a55c /stats/pwc-summary.json
parentb8ca25755d427a90d5052ca5855b664be2fa8a44 (diff)
downloadperlweeklychallenge-club-e97e572e436628c141ab2fbc7361e2f96b41825c.tar.gz
perlweeklychallenge-club-e97e572e436628c141ab2fbc7361e2f96b41825c.tar.bz2
perlweeklychallenge-club-e97e572e436628c141ab2fbc7361e2f96b41825c.zip
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary.json')
-rw-r--r--stats/pwc-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json
index c43109dd62..9dd5026707 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,11 +1,20 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
}
},
"series" : [
{
+ "name" : "Perl",
"data" : [
1,
0,
@@ -227,8 +236,7 @@
3,
44,
11
- ],
- "name" : "Perl"
+ ]
},
{
"data" : [
@@ -632,7 +640,7 @@
0,
0,
0,
- 90,
+ 91,
0,
17,
1,
@@ -681,6 +689,9 @@
]
}
],
+ "subtitle" : {
+ "text" : "[Champions: 220] Last updated at 2021-04-28 10:06:43 GMT"
+ },
"xAxis" : {
"categories" : [
"3ter",
@@ -905,23 +916,12 @@
"Yozen Hernandez"
]
},
- "tooltip" : {
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>",
- "shared" : 1
- },
- "subtitle" : {
- "text" : "[Champions: 220] Last updated at 2021-04-28 01:18:58 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
- "chart" : {
- "type" : "column"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
}
}