aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-14 10:25:13 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-14 10:25:13 +0100
commit787e7a5535779fecf561fc10ea626bcd4e3b12f6 (patch)
treeb1c78b003ed064b73e186eb4d8c983ace2cb828b /stats/pwc-language-breakdown-summary.json
parent00a7db8204759539981f2d5da154b7d4c02d6d01 (diff)
downloadperlweeklychallenge-club-787e7a5535779fecf561fc10ea626bcd4e3b12f6.tar.gz
perlweeklychallenge-club-787e7a5535779fecf561fc10ea626bcd4e3b12f6.tar.bz2
perlweeklychallenge-club-787e7a5535779fecf561fc10ea626bcd4e3b12f6.zip
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2c4b7a8a4d..29b29e1ebd 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,16 +1,36 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-09-14 09:19:52 GMT"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-14 09:24:40 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -18,7 +38,7 @@
],
[
"Perl",
- 3258
+ 3260
],
[
"Raku",
@@ -27,37 +47,17 @@
],
"dataLabels" : {
"y" : 10,
+ "color" : "#FFFFFF",
+ "rotation" : -90,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "color" : "#FFFFFF",
"format" : "{point.y:.0f}",
- "rotation" : -90,
- "enabled" : "true",
- "align" : "right"
- }
- }
- ],
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
+ "align" : "right",
+ "enabled" : "true"
+ },
+ "name" : "Contributions"
}
- }
+ ]
}