aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-13 23:03:03 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-13 23:03:03 +0100
commit45711be146c35adfc4d0656be7e5ff0403db386d (patch)
treebfd3eff7bace1188d56cb9fbb8421015834b0279 /stats/pwc-language-breakdown-summary.json
parent8d0080dca8407288f2df200927f468aff955836d (diff)
downloadperlweeklychallenge-club-45711be146c35adfc4d0656be7e5ff0403db386d.tar.gz
perlweeklychallenge-club-45711be146c35adfc4d0656be7e5ff0403db386d.tar.bz2
perlweeklychallenge-club-45711be146c35adfc4d0656be7e5ff0403db386d.zip
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 44c930cba1..52476cfc60 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,30 @@
{
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-13 22:02:45 GMT"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "type" : "category"
},
"series" : [
{
@@ -20,7 +35,7 @@
],
[
"Perl",
- 3249
+ 3251
],
[
"Raku",
@@ -29,34 +44,19 @@
],
"name" : "Contributions",
"dataLabels" : {
- "align" : "right",
- "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
"enabled" : "true",
- "rotation" : -90,
+ "align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
+ "rotation" : -90,
"y" : 10,
- "color" : "#FFFFFF"
+ "format" : "{point.y:.0f}"
}
}
],
- "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]"
}