aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authordrclaw1394 <drclaw@mac.com>2020-01-07 16:30:27 +1000
committerGitHub <noreply@github.com>2020-01-07 16:30:27 +1000
commit896b7ced42b40eb3ee62c38d237d4d07df51f169 (patch)
tree73af7aec5c7a251f6f5030fa9a7e39ae412af123 /stats/pwc-language-breakdown-summary.json
parent7649e23d2b150b36cdd134bcf17125f3b9696ada (diff)
parente015238170e27c690e4f46646b6687f600fd0c59 (diff)
downloadperlweeklychallenge-club-896b7ced42b40eb3ee62c38d237d4d07df51f169.tar.gz
perlweeklychallenge-club-896b7ced42b40eb3ee62c38d237d4d07df51f169.tar.bz2
perlweeklychallenge-club-896b7ced42b40eb3ee62c38d237d4d07df51f169.zip
Merge pull request #41 from manwar/master
Update to w42
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 0be27c79f0..f56351c00a 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-01-06 17:20:54 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
"series" : [
{
"dataLabels" : {
- "enabled" : "true",
"color" : "#FFFFFF",
- "align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "format" : "{point.y:.0f}",
"y" : 10,
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "align" : "right",
"rotation" : -90
},
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 439
+ 445
],
[
- "Perl 5",
- 1677
+ "Perl",
+ 1692
],
[
- "Perl 6",
- 1006
+ "Raku",
+ 1028
]
- ],
- "name" : "Contributions"
+ ]
}
],
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2020-01-02 16:05:20 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}