aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-13 18:04:29 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-13 18:04:29 +0100
commit4f5a6326cd97c1aa247d1c974e9730696922bfc0 (patch)
tree3685ab53d5ecb56b0670eb4f83db31e65c9ebee8 /stats/pwc-language-breakdown-summary.json
parent4964011494fecd2d723e59b2e5c32bda0c80c928 (diff)
downloadperlweeklychallenge-club-4f5a6326cd97c1aa247d1c974e9730696922bfc0.tar.gz
perlweeklychallenge-club-4f5a6326cd97c1aa247d1c974e9730696922bfc0.tar.bz2
perlweeklychallenge-club-4f5a6326cd97c1aa247d1c974e9730696922bfc0.zip
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 94bad0693f..24549d384a 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,7 +1,22 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2021-04-13 17:03:26 GMT"
+ },
"legend" : {
"enabled" : "false"
},
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"chart" : {
"type" : "column"
},
@@ -14,33 +29,13 @@
},
"type" : "category"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-04-13 16:59:25 GMT"
- },
"series" : [
{
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "y" : 10,
- "rotation" : -90,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "enabled" : "true"
- },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 1466
+ 1467
],
[
"Perl",
@@ -51,13 +46,18 @@
3229
]
],
- "name" : "Contributions"
- }
- ],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "enabled" : "true",
+ "align" : "right",
+ "y" : 10,
+ "color" : "#FFFFFF"
+ }
}
- }
+ ]
}