aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-21 22:34:30 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-21 22:34:30 +0100
commit7acd4cd2586c67c5d1023ef667bf21977cdbe69b (patch)
tree01a4b4111ce8168bc48353b07173a8366862a185 /stats/pwc-language-breakdown-summary.json
parent83d6bae247ba7a3e475bda546c6e92bfce5b5fd7 (diff)
downloadperlweeklychallenge-club-7acd4cd2586c67c5d1023ef667bf21977cdbe69b.tar.gz
perlweeklychallenge-club-7acd4cd2586c67c5d1023ef667bf21977cdbe69b.tar.bz2
perlweeklychallenge-club-7acd4cd2586c67c5d1023ef667bf21977cdbe69b.zip
- Added solutions by Abigail.
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b764442a56..3d98944a03 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,40 +1,34 @@
{
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "legend" : {
+ "enabled" : "false"
},
"subtitle" : {
- "text" : "Last updated at 2020-09-21 21:15:29 GMT"
- },
- "chart" : {
- "type" : "column"
+ "text" : "Last updated at 2020-09-21 21:33:18 GMT"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"series" : [
{
"dataLabels" : {
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "rotation" : -90,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "format" : "{point.y:.0f}",
- "rotation" : -90,
"y" : 10,
"align" : "right",
- "color" : "#FFFFFF",
"enabled" : "true"
},
"name" : "Contributions",
@@ -45,19 +39,25 @@
],
[
"Perl",
- 3322
+ 3326
],
[
"Raku",
- 2163
+ 2165
]
]
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
}
}
}