aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-09 23:22:29 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-01-09 23:22:29 +0000
commitdb22bd1b66030cda40112c0452619f2ed7f9b708 (patch)
tree4d8a9b866f7b48bb43bc9c00bf27419793699650 /stats/pwc-language-breakdown-summary.json
parentdd278e41e5749fe5f5f0d22de0b6350de5e4ffd3 (diff)
downloadperlweeklychallenge-club-db22bd1b66030cda40112c0452619f2ed7f9b708.tar.gz
perlweeklychallenge-club-db22bd1b66030cda40112c0452619f2ed7f9b708.tar.bz2
perlweeklychallenge-club-db22bd1b66030cda40112c0452619f2ed7f9b708.zip
- Added solutions by Bruce Gray.
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 6137e20653..d02c77a2f5 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,62 +1,62 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"chart" : {
"type" : "column"
},
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 2168
+ 2169
],
[
"Perl",
- 7051
+ 7053
],
[
"Raku",
- 4245
+ 4247
]
],
"dataLabels" : {
"enabled" : "true",
- "y" : 10,
"rotation" : -90,
"color" : "#FFFFFF",
+ "align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "align" : "right",
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions"
+ "format" : "{point.y:.0f}",
+ "y" : 10
+ }
}
],
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
"subtitle" : {
- "text" : "Last updated at 2022-01-09 23:14:26 GMT"
+ "text" : "Last updated at 2022-01-09 23:20:48 GMT"
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
}
}