aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-05-11 17:36:13 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-05-11 17:36:13 +0100
commitda0909d8fff680f6b3fde4567be7757354bf022c (patch)
tree187dcdc3cd198e421a63e7f1601f881a2a2e1927 /stats/pwc-language-breakdown-summary.json
parentd59c3511780b3882e24d3a45d5184e01ab7f4890 (diff)
downloadperlweeklychallenge-club-da0909d8fff680f6b3fde4567be7757354bf022c.tar.gz
perlweeklychallenge-club-da0909d8fff680f6b3fde4567be7757354bf022c.tar.bz2
perlweeklychallenge-club-da0909d8fff680f6b3fde4567be7757354bf022c.zip
- Added solutions by Wanderdoc.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 7e1b052718..6a6e8c719f 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,21 +1,33 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-05-11 16:29:27 GMT"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-05-11 16:35:39 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"series" : [
{
@@ -26,38 +38,26 @@
],
[
"Perl",
- 2511
+ 2513
],
[
"Raku",
1578
]
],
- "name" : "Contributions",
"dataLabels" : {
- "format" : "{point.y:.0f}",
"rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "y" : 10,
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "enabled" : "true",
- "y" : 10,
- "align" : "right",
- "color" : "#FFFFFF"
- }
+ "enabled" : "true"
+ },
+ "name" : "Contributions"
}
- ],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- }
+ ]
}