aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-05 18:00:45 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-05 18:00:45 +0100
commit54a4a3df5f8126c6c4ce08eebf7efa61b7ec5658 (patch)
tree893fd6c12864ed981858b84460b1468542a7b26c /stats/pwc-language-breakdown-summary.json
parent46f9568cddcc95d5671a17d529ca07c3053eeec0 (diff)
downloadperlweeklychallenge-club-54a4a3df5f8126c6c4ce08eebf7efa61b7ec5658.tar.gz
perlweeklychallenge-club-54a4a3df5f8126c6c4ce08eebf7efa61b7ec5658.tar.bz2
perlweeklychallenge-club-54a4a3df5f8126c6c4ce08eebf7efa61b7ec5658.zip
- Added solutions by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 274bbf1c1f..4f1ae568fa 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,62 +2,62 @@
"series" : [
{
"dataLabels" : {
+ "y" : 10,
"rotation" : -90,
- "enabled" : "true",
+ "align" : "right",
+ "color" : "#FFFFFF",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "y" : 10,
- "align" : "right",
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF"
+ "enabled" : "true",
+ "format" : "{point.y:.0f}"
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 945
+ 946
],
[
"Perl",
- 3179
+ 3181
],
[
"Raku",
2066
]
- ],
- "name" : "Contributions"
+ ]
}
],
- "subtitle" : {
- "text" : "Last updated at 2020-09-05 09:59:18 GMT"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"legend" : {
"enabled" : "false"
},
"chart" : {
"type" : "column"
},
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-05 17:00:30 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"xAxis" : {
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
},
"type" : "category"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}