aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMyoungjin JEON <jeongoon@gmail.com>2020-08-28 22:54:33 +1000
committerMyoungjin JEON <jeongoon@gmail.com>2020-08-28 22:54:33 +1000
commit113c25e7c3e065fb32fbcae91cb1c7444db89c1f (patch)
tree4926baeb6d4e95e9ceceb13734246154dd570965 /stats/pwc-language-breakdown-summary.json
parentf270b932857463ce2a02308887394ac34a032578 (diff)
parent15ac63c0f3554fc95fbeb05fa7504a205ab76142 (diff)
downloadperlweeklychallenge-club-113c25e7c3e065fb32fbcae91cb1c7444db89c1f.tar.gz
perlweeklychallenge-club-113c25e7c3e065fb32fbcae91cb1c7444db89c1f.tar.bz2
perlweeklychallenge-club-113c25e7c3e065fb32fbcae91cb1c7444db89c1f.zip
Merge remote-tracking branch 'upstream/master' into ch-075
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json82
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index fba908f69c..0c7eb66d7f 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "subtitle" : {
- "text" : "Last updated at 2020-08-27 10:08:47 GMT"
- },
"legend" : {
"enabled" : "false"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
+ "series" : [
+ {
+ "dataLabels" : {
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "rotation" : -90,
+ "align" : "right",
+ "color" : "#FFFFFF"
+ },
+ "data" : [
+ [
+ "Blog",
+ 922
+ ],
+ [
+ "Perl",
+ 3127
+ ],
+ [
+ "Raku",
+ 2033
+ ]
+ ],
+ "name" : "Contributions"
+ }
+ ],
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"chart" : {
"type" : "column"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "series" : [
- {
- "data" : [
- [
- "Blog",
- 921
- ],
- [
- "Perl",
- 3112
- ],
- [
- "Raku",
- 2029
- ]
- ],
- "dataLabels" : {
- "align" : "right",
- "color" : "#FFFFFF",
- "rotation" : -90,
- "enabled" : "true",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "format" : "{point.y:.0f}"
- },
- "name" : "Contributions"
}
- ]
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-08-28 11:25:02 GMT"
+ }
}