aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-11-03 22:28:53 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-11-03 22:28:53 +0000
commitfc19ca2f80dd026eec66ad48378ceab7153b3298 (patch)
tree27e8a37ac1c79e4c112ee19e085b88b274c25f0f /stats/pwc-language-breakdown-summary.json
parent3eba09780b65560604a7f0b857217c5965f07f7d (diff)
downloadperlweeklychallenge-club-fc19ca2f80dd026eec66ad48378ceab7153b3298.tar.gz
perlweeklychallenge-club-fc19ca2f80dd026eec66ad48378ceab7153b3298.tar.bz2
perlweeklychallenge-club-fc19ca2f80dd026eec66ad48378ceab7153b3298.zip
- Added P6 review 031.
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 95708fd909..260f8ec0a4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,32 +1,38 @@
{
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "subtitle" : {
+ "text" : "Last updated at 2019-11-03 22:28:09 GMT"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
"y" : 10,
- "enabled" : "true",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
"align" : "right"
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 346
+ 347
],
[
"Perl 5",
@@ -39,25 +45,19 @@
]
}
],
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2019-11-03 22:03:17 GMT"
+ "chart" : {
+ "type" : "column"
}
}