aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
author冯昶 <fengchang@novel-supertv.com>2019-06-20 12:12:57 +0800
committer冯昶 <fengchang@novel-supertv.com>2019-06-20 12:12:57 +0800
commit25316eddcc4cee036494fc7d4ef2e62b86289a55 (patch)
tree8da866a320c68d57a7086e6edda87054dad2cba9 /stats/pwc-language-breakdown-summary.json
parentb63817c7cd3f7262a3fe46a6bda302ca6a5e37d8 (diff)
parent8a854311b4d5810ff3c81e671bc7430d3a035f4b (diff)
downloadperlweeklychallenge-club-25316eddcc4cee036494fc7d4ef2e62b86289a55.tar.gz
perlweeklychallenge-club-25316eddcc4cee036494fc7d4ef2e62b86289a55.tar.bz2
perlweeklychallenge-club-25316eddcc4cee036494fc7d4ef2e62b86289a55.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json78
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 7b45109344..32345bcd0f 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-06-10 12:32:50 GMT"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 97
+ 110
],
[
"Perl 5",
- 447
+ 506
],
[
"Perl 6",
- 262
+ 298
]
],
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
+ "align" : "right",
"rotation" : -90,
"y" : 10,
- "align" : "right",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "color" : "#FFFFFF",
+ "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"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "legend" : {
+ "enabled" : "false"
+ }
}