aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-24 09:37:46 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-24 09:37:46 +0000
commit15554468ac4e10cddb2cdcc488d8b93a4c70da33 (patch)
tree4db4c532f076a67d3c622c88953d275998cd99a3 /stats/pwc-language-breakdown-summary.json
parent787e8c65621bf72125337f30b4a72cb62c5324c1 (diff)
downloadperlweeklychallenge-club-15554468ac4e10cddb2cdcc488d8b93a4c70da33.tar.gz
perlweeklychallenge-club-15554468ac4e10cddb2cdcc488d8b93a4c70da33.tar.bz2
perlweeklychallenge-club-15554468ac4e10cddb2cdcc488d8b93a4c70da33.zip
- Added solutions by Philip Hood.
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 d93a451953..acf4a72fd1 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,26 +1,26 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-11-24 09:32:30 GMT"
- },
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "subtitle" : {
+ "text" : "Last updated at 2020-11-24 09:37:30 GMT"
},
"series" : [
{
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "rotation" : -90,
"enabled" : "true",
+ "format" : "{point.y:.0f}",
"align" : "right",
- "color" : "#FFFFFF",
+ "y" : 10,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "y" : 10
+ "color" : "#FFFFFF",
+ "rotation" : -90
},
"data" : [
[
@@ -33,31 +33,31 @@
],
[
"Raku",
- 2536
+ 2538
]
],
"name" : "Contributions"
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}