aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-01 15:04:21 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-01 15:04:21 +0100
commit8a6365fa79d7ddf641fbc2c7b679ebbeb92e0d61 (patch)
tree3ec00db69022b94b0ddfe6e90170e0ac0242630b /stats/pwc-language-breakdown-summary.json
parentf87c85cc854ffeb02eff8404f999837c7db0b751 (diff)
downloadperlweeklychallenge-club-8a6365fa79d7ddf641fbc2c7b679ebbeb92e0d61.tar.gz
perlweeklychallenge-club-8a6365fa79d7ddf641fbc2c7b679ebbeb92e0d61.tar.bz2
perlweeklychallenge-club-8a6365fa79d7ddf641fbc2c7b679ebbeb92e0d61.zip
- Added solutions by Dave Cross.
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 dd58102156..989d760997 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,48 @@
{
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2019-10-01 14:01:44 GMT"
- },
"chart" : {
"type" : "column"
},
+ "subtitle" : {
+ "text" : "Last updated at 2019-10-01 14:04:18 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"series" : [
{
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "align" : "right",
+ "enabled" : "true",
+ "format" : "{point.y:.0f}"
+ },
"name" : "Contributions",
"data" : [
[
@@ -18,46 +51,13 @@
],
[
"Perl 5",
- 1102
+ 1104
],
[
"Perl 6",
676
]
- ],
- "dataLabels" : {
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "y" : 10,
- "align" : "right",
- "color" : "#FFFFFF"
- }
- }
- ],
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
+ ]
}
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- }
+ ]
}