aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-12 04:02:25 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-04-12 04:02:25 +0100
commitc6dbbbd0610616fbecd40dbd03a4829b939ce086 (patch)
tree53b6904b544a08ea0dfcbdb6854e215e007b3cc0 /stats/pwc-language-breakdown-summary.json
parent31bd2a9940939a27a9b2a0a05aae46b4f3b0d95a (diff)
downloadperlweeklychallenge-club-c6dbbbd0610616fbecd40dbd03a4829b939ce086.tar.gz
perlweeklychallenge-club-c6dbbbd0610616fbecd40dbd03a4829b939ce086.tar.bz2
perlweeklychallenge-club-c6dbbbd0610616fbecd40dbd03a4829b939ce086.zip
- Added blogs by Colin Crain.
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 fce5e99439..11464a23ea 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,13 +1,4 @@
{
- "legend" : {
- "enabled" : "false"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -17,12 +8,21 @@
}
}
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-04-12 01:53:09 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
"data" : [
[
"Blog",
- 1457
+ 1462
],
[
"Perl",
@@ -34,30 +34,30 @@
]
],
"dataLabels" : {
+ "enabled" : "true",
"color" : "#FFFFFF",
- "align" : "right",
"format" : "{point.y:.0f}",
- "y" : 10,
- "enabled" : "true",
- "rotation" : -90,
+ "align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "rotation" : -90,
+ "y" : 10
},
"name" : "Contributions"
}
],
+ "chart" : {
+ "type" : "column"
+ },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "subtitle" : {
- "text" : "Last updated at 2021-04-12 01:14:39 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}