aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-05-08 10:44:53 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-05-08 10:44:53 +0100
commit3c50fe703dd17a6f2d945fe2e51ac40ef9d2c507 (patch)
tree9e674b2bcf06fb68d653a81c77f6175eb6488857 /stats/pwc-language-breakdown-summary.json
parent8f5c63c8e1a5b8b283385453fe754cb279a18e43 (diff)
downloadperlweeklychallenge-club-3c50fe703dd17a6f2d945fe2e51ac40ef9d2c507.tar.gz
perlweeklychallenge-club-3c50fe703dd17a6f2d945fe2e51ac40ef9d2c507.tar.bz2
perlweeklychallenge-club-3c50fe703dd17a6f2d945fe2e51ac40ef9d2c507.zip
- Added BLOG 058 by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index ecb2db5da5..180db08e15 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,10 +1,19 @@
{
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-05-08 09:44:43 GMT"
+ },
"series" : [
{
"data" : [
[
"Blog",
- 665
+ 666
],
[
"Perl",
@@ -15,49 +24,40 @@
1554
]
],
+ "name" : "Contributions",
"dataLabels" : {
+ "y" : 10,
"format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
+ "enabled" : "true",
"align" : "right",
"rotation" : -90,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "y" : 10,
- "enabled" : "true"
- },
- "name" : "Contributions"
+ "color" : "#FFFFFF"
+ }
}
],
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
- "chart" : {
- "type" : "column"
- },
- "legend" : {
- "enabled" : "false"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-05-07 22:51:10 GMT"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}