aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-06 17:08:48 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-01-06 17:08:48 +0000
commit8ffaf11008fb0e05c32c03f76146deaa6a22acec (patch)
tree26859f405dd074b6411a9d7655d0ea29ac6cde4c /stats/pwc-language-breakdown-summary.json
parent815b14e1b3209990c79cfdc1f199d7de4c607642 (diff)
downloadperlweeklychallenge-club-8ffaf11008fb0e05c32c03f76146deaa6a22acec.tar.gz
perlweeklychallenge-club-8ffaf11008fb0e05c32c03f76146deaa6a22acec.tar.bz2
perlweeklychallenge-club-8ffaf11008fb0e05c32c03f76146deaa6a22acec.zip
- Added solutions by Daniel Mita.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 575b82ba4d..16aaa32cd4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,12 +1,16 @@
{
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -18,46 +22,42 @@
],
[
"Raku",
- 1024
+ 1026
]
],
"dataLabels" : {
+ "enabled" : "true",
+ "align" : "right",
"format" : "{point.y:.0f}",
- "y" : 10,
"color" : "#FFFFFF",
+ "rotation" : -90,
+ "y" : 10,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "enabled" : "true",
- "align" : "right",
- "rotation" : -90
- },
- "name" : "Contributions"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-01-06 17:08:27 GMT"
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2020-01-06 17:03:55 GMT"
+ "legend" : {
+ "enabled" : "false"
}
}