aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
author冯昶 <fengchang@novel-supertv.com>2020-10-13 21:53:07 +0800
committer冯昶 <fengchang@novel-supertv.com>2020-10-13 21:53:07 +0800
commita3b7884792e5b7a8f147a294989fa49b65e9308f (patch)
tree27bd5f483c68238e9708d20f5985e2c8a578a0f3 /stats/pwc-language-breakdown-summary.json
parentfa2e628623cb8c8437ff27ffe231894c7593f777 (diff)
parent73bd8af8d58941b8066141bc3fc64cf4165d80b5 (diff)
downloadperlweeklychallenge-club-a3b7884792e5b7a8f147a294989fa49b65e9308f.tar.gz
perlweeklychallenge-club-a3b7884792e5b7a8f147a294989fa49b65e9308f.tar.bz2
perlweeklychallenge-club-a3b7884792e5b7a8f147a294989fa49b65e9308f.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json76
1 files changed, 38 insertions, 38 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 9c7eaf5ec4..a36456e6d6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2020-10-12 05:53:09 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"chart" : {
"type" : "column"
},
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "rotation" : -90,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
"data" : [
[
"Blog",
- 1032
+ 1034
],
[
"Perl",
- 3523
+ 3533
],
[
"Raku",
- 2252
+ 2264
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "color" : "#FFFFFF",
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "align" : "right",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10
- }
+ ]
}
],
+ "subtitle" : {
+ "text" : "Last updated at 2020-10-13 12:44:00 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
+ },
+ "type" : "category"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
}
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}