aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-01 14:15:41 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-05-01 14:15:41 +0100
commit6b477f7072fcd1a83de83d7ef93f8beac693c286 (patch)
treefd93650fc8ee7cd226c4cf9d7b2dac289e23e331 /stats/pwc-language-breakdown-summary.json
parent5184c7d6cc29e73d1796eb1588f7c4d4b9666d0f (diff)
downloadperlweeklychallenge-club-6b477f7072fcd1a83de83d7ef93f8beac693c286.tar.gz
perlweeklychallenge-club-6b477f7072fcd1a83de83d7ef93f8beac693c286.tar.bz2
perlweeklychallenge-club-6b477f7072fcd1a83de83d7ef93f8beac693c286.zip
- Added blog post by Cheok-Yin Fung.
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 029fae43e5..5a657b4f08 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,10 +1,31 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
"series" : [
{
"data" : [
[
"Blog",
- 2478
+ 2479
],
[
"Perl",
@@ -15,49 +36,28 @@
4685
]
],
- "name" : "Contributions",
"dataLabels" : {
+ "align" : "right",
"color" : "#FFFFFF",
- "enabled" : "true",
"y" : 10,
- "rotation" : -90,
- "align" : "right",
+ "enabled" : "true",
"format" : "{point.y:.0f}",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
- }
- }
+ },
+ "rotation" : -90
+ },
+ "name" : "Contributions"
}
],
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "subtitle" : {
+ "text" : "Last updated at 2022-05-01 13:13:29 GMT"
},
"legend" : {
"enabled" : "false"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2022-05-01 12:42:00 GMT"
}
}