aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-09 02:23:16 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-09 02:23:16 +0000
commitf4a0064f131ddf6f2ecc67bbec856d4df9113cf9 (patch)
treec27e07d5af6ac48095ce9d6ffdf6fb07653df87a /stats/pwc-language-breakdown-summary.json
parent676bf5fe1754841125dd68eea61481fdfb2aef0f (diff)
downloadperlweeklychallenge-club-f4a0064f131ddf6f2ecc67bbec856d4df9113cf9.tar.gz
perlweeklychallenge-club-f4a0064f131ddf6f2ecc67bbec856d4df9113cf9.tar.bz2
perlweeklychallenge-club-f4a0064f131ddf6f2ecc67bbec856d4df9113cf9.zip
- Added solutions by Alexander Pankoff.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e3fbdfd6b2..4ac335c00b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,12 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-12-08 10:19:38 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
},
"series" : [
{
@@ -23,41 +17,47 @@
],
[
"Perl",
- 4031
+ 4033
],
[
"Raku",
2669
]
],
+ "name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
+ "color" : "#FFFFFF",
"rotation" : -90,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
"align" : "right",
- "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
"y" : 10,
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions"
- }
- ],
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "enabled" : "true",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
}
}
+ ],
+ "subtitle" : {
+ "text" : "Last updated at 2020-12-09 02:23:03 GMT"
},
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "legend" : {
+ "enabled" : "false"
}
}