aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-27 11:09:01 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-08-27 11:09:01 +0100
commita40e56ee8cc971591ea40b2b15e5ca42322fb09f (patch)
tree9967ccd924bf91d1d03934cc7e84be5be40b9e26 /stats/pwc-language-breakdown-summary.json
parent097ec2bd0c29bf05e55dbb5b4e1850275e966e2c (diff)
downloadperlweeklychallenge-club-a40e56ee8cc971591ea40b2b15e5ca42322fb09f.tar.gz
perlweeklychallenge-club-a40e56ee8cc971591ea40b2b15e5ca42322fb09f.tar.bz2
perlweeklychallenge-club-a40e56ee8cc971591ea40b2b15e5ca42322fb09f.zip
- Added blog by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json72
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index eb2fa0a4fe..fba908f69c 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,13 +1,40 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2020-08-27 10:08:47 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"series" : [
{
"data" : [
[
"Blog",
- 920
+ 921
],
[
"Perl",
@@ -18,46 +45,19 @@
2029
]
],
- "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
- "rotation" : -90,
- "format" : "{point.y:.0f}",
"align" : "right",
- "enabled" : "true",
"color" : "#FFFFFF",
+ "rotation" : -90,
+ "enabled" : "true",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- }
- }
- }
- ],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2020-08-27 02:53:06 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
+ },
+ "y" : 10,
+ "format" : "{point.y:.0f}"
+ },
+ "name" : "Contributions"
}
- },
- "legend" : {
- "enabled" : "false"
- }
+ ]
}