aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-02 09:20:40 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-02 09:20:40 +0100
commit574c79d2ebe60c8adab39ab36dfebd2fb940a503 (patch)
tree11df6cd603eabc5d9f3179da5e811918ddcd41c6 /stats/pwc-summary.json
parent1e387fae1cd65bbb26cda9b918684adafd507452 (diff)
downloadperlweeklychallenge-club-574c79d2ebe60c8adab39ab36dfebd2fb940a503.tar.gz
perlweeklychallenge-club-574c79d2ebe60c8adab39ab36dfebd2fb940a503.tar.bz2
perlweeklychallenge-club-574c79d2ebe60c8adab39ab36dfebd2fb940a503.zip
- Added blog by Colin Crain.
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 980abba594..56454627e4 100644
--- a/stats/pwc-summary.json
+++ b/stats/pwc-summary.json
@@ -1,21 +1,23 @@
{
- "plotOptions" : {
- "column" : {
- "stacking" : "percent"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : ""
}
},
"subtitle" : {
- "text" : "[Champions: 220] Last updated at 2021-05-02 08:10:42 GMT"
+ "text" : "[Champions: 220] Last updated at 2021-05-02 08:20:08 GMT"
},
"title" : {
"text" : "Perl Weekly Challenge [2019 - 2020]"
},
- "chart" : {
- "type" : "column"
+ "plotOptions" : {
+ "column" : {
+ "stacking" : "percent"
+ }
},
"series" : [
{
- "name" : "Perl",
"data" : [
1,
0,
@@ -237,10 +239,10 @@
3,
44,
11
- ]
+ ],
+ "name" : "Perl"
},
{
- "name" : "Raku",
"data" : [
0,
0,
@@ -462,7 +464,8 @@
3,
11,
0
- ]
+ ],
+ "name" : "Raku"
},
{
"name" : "Blog",
@@ -502,7 +505,7 @@
25,
0,
0,
- 50,
+ 51,
0,
0,
0,
@@ -690,16 +693,6 @@
]
}
],
- "tooltip" : {
- "shared" : 1,
- "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : ""
- }
- },
"xAxis" : {
"categories" : [
"3ter",
@@ -923,5 +916,12 @@
"Yet Ebreo",
"Yozen Hernandez"
]
+ },
+ "tooltip" : {
+ "shared" : 1,
+ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>"
+ },
+ "chart" : {
+ "type" : "column"
}
}