aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-08 15:29:56 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-08 15:29:56 +0100
commit01bca1f3aac64b8bc216ec91b27d6b7b03fca23a (patch)
treea43b40ae999e079fb1d9b742d5ae36c080b56de2 /stats/pwc-language-breakdown-summary.json
parent724e98602a759c761adeea3321d7c34fa5cffaed (diff)
downloadperlweeklychallenge-club-01bca1f3aac64b8bc216ec91b27d6b7b03fca23a.tar.gz
perlweeklychallenge-club-01bca1f3aac64b8bc216ec91b27d6b7b03fca23a.tar.bz2
perlweeklychallenge-club-01bca1f3aac64b8bc216ec91b27d6b7b03fca23a.zip
- Added blog post by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2bd71047df..d024adbbe5 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,29 +1,22 @@
{
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
}
},
- "subtitle" : {
- "text" : "Last updated at 2022-07-08 09:23:17 GMT"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 2680
+ 2681
],
[
"Perl",
@@ -34,30 +27,37 @@
4977
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
"align" : "right",
- "format" : "{point.y:.0f}",
- "enabled" : "true",
"rotation" : -90,
"color" : "#FFFFFF",
+ "enabled" : "true",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "format" : "{point.y:.0f}"
}
}
],
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-08 14:26:40 GMT"
}
}