aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-07 00:59:11 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-07 00:59:11 +0100
commite265e4ec5d94ad10e22d8bbad4eb58ea2ac3551f (patch)
tree9b73e7acd8cc3ccd5329f103d21405cdcbaaa248 /stats/pwc-language-breakdown-summary.json
parentfc740086b17d06acda0ac7dce959409ae529d82d (diff)
downloadperlweeklychallenge-club-e265e4ec5d94ad10e22d8bbad4eb58ea2ac3551f.tar.gz
perlweeklychallenge-club-e265e4ec5d94ad10e22d8bbad4eb58ea2ac3551f.tar.bz2
perlweeklychallenge-club-e265e4ec5d94ad10e22d8bbad4eb58ea2ac3551f.zip
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 4d5b951cc4..80c19712e6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,43 +1,39 @@
{
- "subtitle" : {
- "text" : "Last updated at 2019-10-06 12:56:02 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
+ "subtitle" : {
+ "text" : "Last updated at 2019-10-06 23:59:06 GMT"
+ },
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ }
},
"series" : [
{
"dataLabels" : {
- "color" : "#FFFFFF",
+ "rotation" : -90,
+ "align" : "right",
+ "y" : 10,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
"enabled" : "true",
- "rotation" : -90,
- "align" : "right",
- "format" : "{point.y:.0f}",
- "y" : 10
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -45,19 +41,23 @@
],
[
"Perl 5",
- 1135
+ 1137
],
[
"Perl 6",
690
]
- ]
+ ],
+ "name" : "Contributions"
}
],
+ "chart" : {
+ "type" : "column"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
}
}