aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-13 09:34:40 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-13 09:34:40 +0100
commitbf7ec3f38c6ffd95fa2de9d38cd2e841dbd5d57c (patch)
treedda2e4c42e5e692501e112a545bb88795da17b11 /stats/pwc-language-breakdown-summary.json
parent07c76e33610260ccabf5eab29bb135a8b84661ee (diff)
downloadperlweeklychallenge-club-bf7ec3f38c6ffd95fa2de9d38cd2e841dbd5d57c.tar.gz
perlweeklychallenge-club-bf7ec3f38c6ffd95fa2de9d38cd2e841dbd5d57c.tar.bz2
perlweeklychallenge-club-bf7ec3f38c6ffd95fa2de9d38cd2e841dbd5d57c.zip
- Added review 067 by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 8b12b1b066..521cd6cc00 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,22 +1,22 @@
{
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-07-13 08:34:23 GMT"
+ },
"series" : [
{
- "dataLabels" : {
- "enabled" : "true",
- "color" : "#FFFFFF",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
- "y" : 10,
- "format" : "{point.y:.0f}",
- "align" : "right"
- },
"data" : [
[
"Blog",
- 800
+ 801
],
[
"Perl",
@@ -27,37 +27,37 @@
1807
]
],
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90
+ },
"name" : "Contributions"
}
],
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-07-12 22:43:35 GMT"
+ }
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
}
}