aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-16 12:35:38 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-16 12:35:38 +0100
commit51b2e3d945bde176baf659ca6f7f5ef2626232ce (patch)
tree18a3ee3ab974b09bcfec8aaa8f04bc0cf79b56c5 /stats/pwc-language-breakdown-summary.json
parent90d4931a228b4ada1f330702ed4c8b96faeb0371 (diff)
downloadperlweeklychallenge-club-51b2e3d945bde176baf659ca6f7f5ef2626232ce.tar.gz
perlweeklychallenge-club-51b2e3d945bde176baf659ca6f7f5ef2626232ce.tar.bz2
perlweeklychallenge-club-51b2e3d945bde176baf659ca6f7f5ef2626232ce.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.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2bf1cefa6e..61644d9dd8 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,30 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-16 11:31:21 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2022-07-16 11:13:44 GMT"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
"xAxis" : {
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
},
"type" : "category"
@@ -17,22 +32,22 @@
"series" : [
{
"dataLabels" : {
- "format" : "{point.y:.0f}",
+ "rotation" : -90,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"align" : "right",
- "y" : 10,
"enabled" : "true",
- "rotation" : -90,
- "color" : "#FFFFFF"
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "y" : 10
},
"name" : "Contributions",
"data" : [
[
"Blog",
- 2702
+ 2703
],
[
"Perl",
@@ -44,20 +59,5 @@
]
]
}
- ],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- }
+ ]
}