aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-08 17:30:16 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-08 17:30:16 +0000
commitd7b448400532fdf43db9c26aeb4e7cc36d2de4a6 (patch)
treec10a1d6a74a2d924ebd61d70ed834e6b5c272267 /stats/pwc-language-breakdown-summary.json
parentb3c763d7f06f070ca4899de6aab4fad135a4402c (diff)
downloadperlweeklychallenge-club-d7b448400532fdf43db9c26aeb4e7cc36d2de4a6.tar.gz
perlweeklychallenge-club-d7b448400532fdf43db9c26aeb4e7cc36d2de4a6.tar.bz2
perlweeklychallenge-club-d7b448400532fdf43db9c26aeb4e7cc36d2de4a6.zip
- Added blog by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json78
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index c966e9b250..cf6e6df18d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,22 +1,38 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "chart" : {
+ "type" : "column"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "subtitle" : {
+ "text" : "Last updated at 2020-11-08 17:29:52 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"series" : [
{
+ "dataLabels" : {
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true"
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 1088
+ 1089
],
[
"Perl",
@@ -26,38 +42,22 @@
"Raku",
2422
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "y" : 10,
- "align" : "right",
- "color" : "#FFFFFF",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "rotation" : -90
- }
+ ]
}
],
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "legend" : {
+ "enabled" : "false"
},
- "yAxis" : {
- "title" : {
- "text" : null
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
},
- "min" : 0
- },
- "subtitle" : {
- "text" : "Last updated at 2020-11-08 17:15:28 GMT"
+ "type" : "category"
},
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}