aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-08 09:58:23 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-08 09:58:23 +0000
commit72f7df2968d5c31530cbb8dbd734d03dfb08c8bb (patch)
tree99503a403cd25d9b31773fd44379ef15e99eb5ed /stats/pwc-language-breakdown-summary.json
parent4102f46d3a074961bc961eca2c861d9056eca012 (diff)
downloadperlweeklychallenge-club-72f7df2968d5c31530cbb8dbd734d03dfb08c8bb.tar.gz
perlweeklychallenge-club-72f7df2968d5c31530cbb8dbd734d03dfb08c8bb.tar.bz2
perlweeklychallenge-club-72f7df2968d5c31530cbb8dbd734d03dfb08c8bb.zip
- Added solutions by Dave Jacoby.
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 49d3ebe34d..527b7f53c5 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,35 +1,30 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-12-08 09:54:43 GMT"
+ },
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 2079
+ 2080
],
[
"Perl",
- 6822
+ 6824
],
[
"Raku",
@@ -37,27 +32,32 @@
]
],
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "enabled" : "true",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "rotation" : -90,
- "y" : 10,
"align" : "right",
+ "y" : 10,
+ "rotation" : -90,
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
"color" : "#FFFFFF"
- },
- "name" : "Contributions"
+ }
}
],
- "subtitle" : {
- "text" : "Last updated at 2021-12-07 19:51:13 GMT"
+ "legend" : {
+ "enabled" : "false"
},
- "yAxis" : {
- "title" : {
- "text" : null
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
},
- "min" : 0
+ "type" : "category"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}