aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-13 22:34:12 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-13 22:34:12 +0100
commit0ddd9b996a3df0487be222ba4cfdcd077cc606bb (patch)
treeca40b97f8551cd0f66ba27e808441a558d827711 /stats/pwc-language-breakdown-summary.json
parent278d78532f23217734d6a2233ca18fded2a63c6e (diff)
downloadperlweeklychallenge-club-0ddd9b996a3df0487be222ba4cfdcd077cc606bb.tar.gz
perlweeklychallenge-club-0ddd9b996a3df0487be222ba4cfdcd077cc606bb.tar.bz2
perlweeklychallenge-club-0ddd9b996a3df0487be222ba4cfdcd077cc606bb.zip
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json40
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 7b21ae9f1c..44c930cba1 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -3,17 +3,14 @@
"type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
}
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "subtitle" : {
- "text" : "Last updated at 2020-09-13 21:16:19 GMT"
- },
"series" : [
{
"data" : [
@@ -23,41 +20,44 @@
],
[
"Perl",
- 3247
+ 3249
],
[
"Raku",
- 2116
+ 2118
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "y" : 10,
- "rotation" : -90,
- "color" : "#FFFFFF",
+ "align" : "right",
"format" : "{point.y:.0f}",
"enabled" : "true",
- "align" : "right",
+ "rotation" : -90,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- }
- },
- "name" : "Contributions"
+ },
+ "y" : 10,
+ "color" : "#FFFFFF"
+ }
}
],
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "chart" : {
- "type" : "column"
- },
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
},
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-13 21:33:50 GMT"
+ },
"legend" : {
"enabled" : "false"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}