aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorDavid Schwartz <dms061@bucknell.edu>2021-05-30 23:35:14 -0400
committerDavid Schwartz <dms061@bucknell.edu>2021-05-30 23:35:14 -0400
commitf7817d4f601fb7f039b610162ce4cdf7a3c2297a (patch)
tree7811179d2b5e47797813a5387589b5b35489e735 /stats/pwc-language-breakdown-summary.json
parentdc32df28d7c1a41694b16b97325407751bdb8a8b (diff)
parentaa519f5a1be2a316fe104086fc1eb52e3a819dcc (diff)
downloadperlweeklychallenge-club-f7817d4f601fb7f039b610162ce4cdf7a3c2297a.tar.gz
perlweeklychallenge-club-f7817d4f601fb7f039b610162ce4cdf7a3c2297a.tar.bz2
perlweeklychallenge-club-f7817d4f601fb7f039b610162ce4cdf7a3c2297a.zip
Merge remote-tracking branch 'upstream/master' into challenge114
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json62
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 715f79aad0..b96a0a6f7b 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,62 +2,62 @@
"legend" : {
"enabled" : "false"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-05-25 21:04:41 GMT"
- },
- "chart" : {
- "type" : "column"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "rotation" : -90,
- "color" : "#FFFFFF",
- "align" : "right",
- "y" : 10,
- "format" : "{point.y:.0f}",
- "enabled" : "true"
- },
"data" : [
[
"Blog",
- 1589
+ 1602
],
[
"Perl",
- 5376
+ 5403
],
[
"Raku",
- 3417
+ 3433
]
],
- "name" : "Contributions"
+ "name" : "Contributions",
+ "dataLabels" : {
+ "align" : "right",
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "rotation" : -90,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}"
+ }
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-30 21:54:35 GMT"
}
}