aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-07 17:19:27 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-09-07 17:19:27 +0100
commit22d9002ac9cb7bccc913e08a33f09f0d2e5f55b8 (patch)
tree55ec4c2e7102d54ae2f8f792a62f2982d6ac1928 /stats/pwc-language-breakdown-summary.json
parent48744102c16b803ee25076175efc446a0bddf49b (diff)
downloadperlweeklychallenge-club-22d9002ac9cb7bccc913e08a33f09f0d2e5f55b8.tar.gz
perlweeklychallenge-club-22d9002ac9cb7bccc913e08a33f09f0d2e5f55b8.tar.bz2
perlweeklychallenge-club-22d9002ac9cb7bccc913e08a33f09f0d2e5f55b8.zip
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index f36a3fde9f..63296723f9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,26 +2,41 @@
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "subtitle" : {
- "text" : "Last updated at 2020-09-07 15:51:55 GMT"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
}
},
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2020-09-07 16:18:41 GMT"
},
"series" : [
{
+ "dataLabels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "enabled" : "true",
+ "align" : "right",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "y" : 10
+ },
"data" : [
[
"Blog",
@@ -33,22 +48,10 @@
],
[
"Raku",
- 2084
+ 2086
]
],
- "name" : "Contributions",
- "dataLabels" : {
- "y" : 10,
- "color" : "#FFFFFF",
- "align" : "right",
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "enabled" : "true"
- }
+ "name" : "Contributions"
}
],
"yAxis" : {
@@ -56,8 +59,5 @@
"text" : null
},
"min" : 0
- },
- "chart" : {
- "type" : "column"
}
}