aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-09 18:15:29 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-03-09 18:15:29 +0000
commitbdd2aaff5b2c85201d9d35ff17879214a05912f1 (patch)
tree79e11df4484f04647e05ea8f45e3bdaefc8942d2 /stats/pwc-language-breakdown-summary.json
parent042962e9a72e5f16867eed5e4bc1ab30a4dbae40 (diff)
downloadperlweeklychallenge-club-bdd2aaff5b2c85201d9d35ff17879214a05912f1.tar.gz
perlweeklychallenge-club-bdd2aaff5b2c85201d9d35ff17879214a05912f1.tar.bz2
perlweeklychallenge-club-bdd2aaff5b2c85201d9d35ff17879214a05912f1.zip
- Added solutions by Markus Holzer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e9828273f7..0009c847ba 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,24 +1,18 @@
{
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2020-03-09 18:15:09 GMT"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
}
},
- "subtitle" : {
- "text" : "Last updated at 2020-03-09 18:11:30 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
@@ -34,30 +28,36 @@
],
[
"Raku",
- 1296
+ 1298
]
],
"dataLabels" : {
- "y" : 10,
- "align" : "right",
- "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "format" : "{point.y:.0f}",
+ "y" : 10,
+ "enabled" : "true",
"rotation" : -90,
- "enabled" : "true"
+ "align" : "right",
+ "color" : "#FFFFFF"
}
}
],
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
}
+ },
+ "chart" : {
+ "type" : "column"
}
}