aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-25 21:55:54 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-25 21:55:54 +0000
commit290f5865af83932f6528c4e00aa71ad23cc545ae (patch)
treea92438ec7886e4cffc648a7c3c9bbfedd640f4c0 /stats/pwc-language-breakdown-summary.json
parent74c85b94df558105a865f9a0895ed7ca4f272625 (diff)
downloadperlweeklychallenge-club-290f5865af83932f6528c4e00aa71ad23cc545ae.tar.gz
perlweeklychallenge-club-290f5865af83932f6528c4e00aa71ad23cc545ae.tar.bz2
perlweeklychallenge-club-290f5865af83932f6528c4e00aa71ad23cc545ae.zip
- Added solutions by Jorg Sommrey.
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 cdf9768df6..178980a620 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,27 +2,8 @@
"legend" : {
"enabled" : "false"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "enabled" : "true",
- "y" : 10,
- "align" : "right",
- "format" : "{point.y:.0f}",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "rotation" : -90,
- "color" : "#FFFFFF"
- },
"data" : [
[
"Blog",
@@ -30,34 +11,53 @@
],
[
"Perl",
- 3918
+ 3920
],
[
"Raku",
2542
]
- ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "rotation" : -90,
+ "enabled" : "true",
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF"
+ }
}
],
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
+ }
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"subtitle" : {
- "text" : "Last updated at 2020-11-25 21:49:10 GMT"
+ "text" : "Last updated at 2020-11-25 21:54:05 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}