aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-13 00:27:55 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-02-13 00:27:55 +0000
commit99f3d89b000fefe55161396647776cd08adf4087 (patch)
tree8beb9158e6bcf243ac4940c47501630e4b136b9f /stats/pwc-language-breakdown-summary.json
parentd069a7d374414fa41fa02a8b0ce296101cd2978f (diff)
downloadperlweeklychallenge-club-99f3d89b000fefe55161396647776cd08adf4087.tar.gz
perlweeklychallenge-club-99f3d89b000fefe55161396647776cd08adf4087.tar.bz2
perlweeklychallenge-club-99f3d89b000fefe55161396647776cd08adf4087.zip
- Added blog by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 8f2544ddb6..1afafe490d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,29 +1,50 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2021-02-13 00:23:56 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
- "rotation" : -90,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "align" : "right",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "rotation" : -90,
"y" : 10,
+ "color" : "#FFFFFF",
"enabled" : "true"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
- 1327
+ 1328
],
[
"Perl",
@@ -36,28 +57,7 @@
]
}
],
- "subtitle" : {
- "text" : "Last updated at 2021-02-13 00:17:14 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
}
}