aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-20 00:55:43 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-04-20 00:55:43 +0100
commitbf0cf83ece0bd0a1bf48aa8839e75bc0300fe1b4 (patch)
tree41c879f0aaccef676784424421db1b8ff28737b2 /stats/pwc-language-breakdown-summary.json
parentdfca8dcd6421878c46dbfd93081f0b804c8d6f0e (diff)
downloadperlweeklychallenge-club-bf0cf83ece0bd0a1bf48aa8839e75bc0300fe1b4.tar.gz
perlweeklychallenge-club-bf0cf83ece0bd0a1bf48aa8839e75bc0300fe1b4.tar.bz2
perlweeklychallenge-club-bf0cf83ece0bd0a1bf48aa8839e75bc0300fe1b4.zip
- Added solutions by Adam Russell.
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 4bc95b12cf..748d854fba 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,57 +1,42 @@
{
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "subtitle" : {
- "text" : "Last updated at 2020-04-19 23:44:40 GMT"
- },
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
"series" : [
{
"name" : "Contributions",
"dataLabels" : {
+ "color" : "#FFFFFF",
+ "enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "align" : "right",
"format" : "{point.y:.0f}",
"y" : 10,
- "color" : "#FFFFFF",
- "align" : "right",
- "enabled" : "true",
"rotation" : -90
},
"data" : [
[
"Blog",
- 624
+ 625
],
[
"Perl",
- 2384
+ 2386
],
[
"Raku",
@@ -59,5 +44,20 @@
]
]
}
- ]
+ ],
+ "subtitle" : {
+ "text" : "Last updated at 2020-04-19 23:55:21 GMT"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ }
}