aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-11-10 19:59:06 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-11-10 19:59:06 +0000
commit21eda290ff22efbacfac727c79e57e7a776427fb (patch)
tree277824301e5a99efcbb079a16a160a9dd02cde9c /stats/pwc-language-breakdown-summary.json
parent76e8cc4e372983c1b17bc592ca22a7e0defe4859 (diff)
downloadperlweeklychallenge-club-21eda290ff22efbacfac727c79e57e7a776427fb.tar.gz
perlweeklychallenge-club-21eda290ff22efbacfac727c79e57e7a776427fb.tar.bz2
perlweeklychallenge-club-21eda290ff22efbacfac727c79e57e7a776427fb.zip
- Added blog by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index fb397807b8..fea92cf57e 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,13 +1,29 @@
{
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-11-10 19:58:09 GMT"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 358
+ 360
],
[
"Perl 5",
@@ -18,46 +34,30 @@
836
]
],
- "name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "align" : "right",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
+ "format" : "{point.y:.0f}",
"y" : 10,
- "color" : "#FFFFFF"
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "enabled" : "true",
+ "rotation" : -90
}
}
],
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "chart" : {
+ "type" : "column"
+ },
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2019-11-10 18:21:05 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
}
}