aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authordrclaw1394 <drclaw@mac.com>2019-09-11 20:47:21 +1000
committerGitHub <noreply@github.com>2019-09-11 20:47:21 +1000
commit827b069f70bd9bab954fc8c01b697c3e6503cf2f (patch)
tree65bc47c24b628826825646fe6c87f4f626ce6591 /stats/pwc-language-breakdown-summary.json
parent1e534120e5bcd7cae116d2090dd8e8d0c3080c6c (diff)
parente8b7dc6335e9a5cfb89d3a32090f8ba167124ea4 (diff)
downloadperlweeklychallenge-club-827b069f70bd9bab954fc8c01b697c3e6503cf2f.tar.gz
perlweeklychallenge-club-827b069f70bd9bab954fc8c01b697c3e6503cf2f.tar.bz2
perlweeklychallenge-club-827b069f70bd9bab954fc8c01b697c3e6503cf2f.zip
Merge pull request #24 from manwar/master
Update to w25
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 3353ad6010..1499944cf0 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
+ "legend" : {
+ "enabled" : "false"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-09-04 20:21:06 GMT"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 249
+ 265
],
[
"Perl 5",
- 984
+ 1010
],
[
"Perl 6",
- 591
+ 611
]
],
"dataLabels" : {
- "enabled" : "true",
- "align" : "right",
- "y" : 10,
+ "format" : "{point.y:.0f}",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "rotation" : -90,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF"
- },
- "name" : "Contributions"
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
+ "align" : "right",
+ "rotation" : -90
+ }
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-09-11 09:26:53 GMT"
}
}