aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-03-15 05:50:38 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-03-15 05:50:38 +0000
commit4443d6b7b2d43a7e7fa835bd3156cc5dd2f99929 (patch)
treeb12898256fb7e635697ff7c2b4776c37308450e9 /stats/pwc-language-breakdown-summary.json
parentc6a66605efa5e00041eff30511e62a0b58aea777 (diff)
downloadperlweeklychallenge-club-4443d6b7b2d43a7e7fa835bd3156cc5dd2f99929.tar.gz
perlweeklychallenge-club-4443d6b7b2d43a7e7fa835bd3156cc5dd2f99929.tar.bz2
perlweeklychallenge-club-4443d6b7b2d43a7e7fa835bd3156cc5dd2f99929.zip
- Added solutions by Pete Houston.
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 34efdc2d3e..01a9eff764 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,39 +1,6 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
"series" : [
{
- "dataLabels" : {
- "color" : "#FFFFFF",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "align" : "right",
- "enabled" : "true"
- },
"data" : [
[
"Blog",
@@ -41,23 +8,56 @@
],
[
"Perl",
- 4868
+ 4870
],
[
"Raku",
3114
]
],
- "name" : "Contributions"
+ "name" : "Contributions",
+ "dataLabels" : {
+ "enabled" : "true",
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
}
],
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2021-03-15 05:24:55 GMT"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
"legend" : {
"enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-03-15 05:50:21 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
}
}