aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-07 01:50:39 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-07 01:50:39 +0100
commite925ca2bda72fe2b57e80f2490e2c6cfa81f18c5 (patch)
tree5e8c4c69d1636a675fcae69e01b1c1bc69cd1d1d /stats/pwc-language-breakdown-summary.json
parente265e4ec5d94ad10e22d8bbad4eb58ea2ac3551f (diff)
downloadperlweeklychallenge-club-e925ca2bda72fe2b57e80f2490e2c6cfa81f18c5.tar.gz
perlweeklychallenge-club-e925ca2bda72fe2b57e80f2490e2c6cfa81f18c5.tar.bz2
perlweeklychallenge-club-e925ca2bda72fe2b57e80f2490e2c6cfa81f18c5.zip
- Added past reviews by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 80c19712e6..caffc4c085 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,43 +1,37 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- }
+ },
+ "type" : "category"
},
- "subtitle" : {
- "text" : "Last updated at 2019-10-06 23:59:06 GMT"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-10-07 00:50:32 GMT"
},
"series" : [
{
- "dataLabels" : {
- "rotation" : -90,
- "align" : "right",
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "enabled" : "true",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}"
- },
"data" : [
[
"Blog",
- 299
+ 302
],
[
"Perl 5",
@@ -48,16 +42,22 @@
690
]
],
- "name" : "Contributions"
+ "name" : "Contributions",
+ "dataLabels" : {
+ "align" : "right",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
}
],
"chart" : {
"type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
}
}