aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-09 20:42:36 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-09 20:42:36 +0000
commitc6cfde39b1a98f79adca24c07adfc650d72e36c1 (patch)
tree0547bda42fd33692ab47d8e944aa177de5f4f3f1 /stats/pwc-language-breakdown-summary.json
parent47ac8cef47d851c69e836cb4e3fe80a4e45725d1 (diff)
downloadperlweeklychallenge-club-c6cfde39b1a98f79adca24c07adfc650d72e36c1.tar.gz
perlweeklychallenge-club-c6cfde39b1a98f79adca24c07adfc650d72e36c1.tar.bz2
perlweeklychallenge-club-c6cfde39b1a98f79adca24c07adfc650d72e36c1.zip
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json42
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 0cceea25ae..46a0a2d887 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,36 +1,42 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-03-09 20:41:03 GMT"
+ },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"xAxis" : {
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
},
"type" : "category"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
+ "align" : "right",
+ "enabled" : "true",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "y" : 10,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
"rotation" : -90,
- "enabled" : "true",
- "align" : "right",
- "color" : "#FFFFFF"
+ "y" : 10
},
"data" : [
[
@@ -43,7 +49,7 @@
],
[
"Raku",
- 1298
+ 1300
]
]
}
@@ -51,13 +57,7 @@
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-03-09 19:25:18 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}