aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-07 01:54:44 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-07 01:54:44 +0100
commitf7fff53b62acd0aa5f6c1ec5bf9ffb6a278212bf (patch)
tree7898b286aa034cc70c4fa5282b8ad8aaa264f3a4 /stats/pwc-language-breakdown-summary.json
parente925ca2bda72fe2b57e80f2490e2c6cfa81f18c5 (diff)
downloadperlweeklychallenge-club-f7fff53b62acd0aa5f6c1ec5bf9ffb6a278212bf.tar.gz
perlweeklychallenge-club-f7fff53b62acd0aa5f6c1ec5bf9ffb6a278212bf.tar.bz2
perlweeklychallenge-club-f7fff53b62acd0aa5f6c1ec5bf9ffb6a278212bf.zip
- Added Review 027 by Kian-Meng Ang.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index caffc4c085..04603dbe96 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,9 +1,18 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2019-10-07 00:54:36 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"xAxis" : {
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
},
"type" : "category"
@@ -11,27 +20,22 @@
"legend" : {
"enabled" : "false"
},
+ "chart" : {
+ "type" : "column"
+ },
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "subtitle" : {
- "text" : "Last updated at 2019-10-07 00:50:32 GMT"
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 302
+ 303
],
[
"Perl 5",
@@ -42,22 +46,18 @@
690
]
],
- "name" : "Contributions",
"dataLabels" : {
- "align" : "right",
- "y" : 10,
"format" : "{point.y:.0f}",
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "align" : "right",
"rotation" : -90,
"enabled" : "true",
- "color" : "#FFFFFF",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
}
}
- ],
- "chart" : {
- "type" : "column"
- }
+ ]
}