aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
author冯昶 <fengchang@novel-supertv.com>2019-08-05 14:40:57 +0800
committer冯昶 <fengchang@novel-supertv.com>2019-08-05 14:40:57 +0800
commitc68bc86d170275120bdd723bc0cceca0d2d64a7d (patch)
tree72d6b086f08db02d0baa0b9a933567304c0162c1 /stats/pwc-language-breakdown-summary.json
parent25316eddcc4cee036494fc7d4ef2e62b86289a55 (diff)
parent9cd51ef37c07ca4e36440943b6e72e92e51e667a (diff)
downloadperlweeklychallenge-club-c68bc86d170275120bdd723bc0cceca0d2d64a7d.tar.gz
perlweeklychallenge-club-c68bc86d170275120bdd723bc0cceca0d2d64a7d.tar.bz2
perlweeklychallenge-club-c68bc86d170275120bdd723bc0cceca0d2d64a7d.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 32345bcd0f..a9700b18d9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2019-08-05 00:22:10 GMT"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 110
+ 183
],
[
"Perl 5",
- 506
+ 802
],
[
"Perl 6",
- 298
+ 470
]
],
"dataLabels" : {
- "align" : "right",
"rotation" : -90,
- "y" : 10,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "align" : "right",
"color" : "#FFFFFF",
+ "y" : 10,
"format" : "{point.y:.0f}",
"enabled" : "true"
- }
+ },
+ "name" : "Contributions"
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-06-19 18:18:10 GMT"
+ "legend" : {
+ "enabled" : "false"
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
}
- },
- "type" : "category"
+ }
},
- "legend" : {
- "enabled" : "false"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
}
}