aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-07 21:54:15 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-07 21:54:15 +0100
commit303a4bdca2b98f5f35fa8ea454e3a56af8716d5a (patch)
tree9d344a3cbcf1d6498b5fc1e37510d0f84969e859 /stats/pwc-language-breakdown-summary.json
parentb2174d47bf84d062cfd14f6b348959c9ee23c977 (diff)
downloadperlweeklychallenge-club-303a4bdca2b98f5f35fa8ea454e3a56af8716d5a.tar.gz
perlweeklychallenge-club-303a4bdca2b98f5f35fa8ea454e3a56af8716d5a.tar.bz2
perlweeklychallenge-club-303a4bdca2b98f5f35fa8ea454e3a56af8716d5a.zip
- Added blog by Joelle Maslak.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b45395b20e..b21e99dba8 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,28 +1,35 @@
{
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "subtitle" : {
+ "text" : "Last updated at 2019-09-07 20:53:22 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
"dataLabels" : {
+ "enabled" : "true",
"rotation" : -90,
"format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
+ "align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "enabled" : "true",
- "align" : "right",
- "y" : 10
+ "y" : 10,
+ "color" : "#FFFFFF"
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 249
+ 250
],
[
"Perl 5",
@@ -32,10 +39,15 @@
"Perl 6",
595
]
- ],
- "name" : "Contributions"
+ ]
}
],
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"xAxis" : {
"labels" : {
"style" : {
@@ -47,17 +59,5 @@
},
"legend" : {
"enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-09-06 18:15:01 GMT"
}
}