aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-17 18:40:33 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-17 18:40:33 +0100
commit2923da8298961357ba653b24d3e6f39e32bf25d7 (patch)
tree0a7c31bafedcdd145c9e882f47485f2784276220 /stats/pwc-language-breakdown-summary.json
parentb20d2cc01c2073e7686ad7e8b116a5b060816b5c (diff)
downloadperlweeklychallenge-club-2923da8298961357ba653b24d3e6f39e32bf25d7.tar.gz
perlweeklychallenge-club-2923da8298961357ba653b24d3e6f39e32bf25d7.tar.bz2
perlweeklychallenge-club-2923da8298961357ba653b24d3e6f39e32bf25d7.zip
- Added solutions by Darren Bottin.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 6c00e3f993..d4a940b34e 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,20 +1,25 @@
{
- "subtitle" : {
- "text" : "Last updated at 2019-10-17 17:22:40 GMT"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
+ "rotation" : -90,
"color" : "#FFFFFF",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "y" : 10,
- "align" : "right",
- "rotation" : -90,
"enabled" : "true",
+ "align" : "right",
+ "y" : 10,
"format" : "{point.y:.0f}"
},
"data" : [
@@ -24,40 +29,35 @@
],
[
"Perl 5",
- 1216
+ 1218
],
[
"Perl 6",
735
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "legend" : {
- "enabled" : "false"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
"chart" : {
"type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-10-17 17:38:53 GMT"
}
}