aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-18 10:27:46 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-03-18 10:27:46 +0000
commit2b8a6edcd7919f358e43e27a5b878860b66e1ea7 (patch)
tree66c445ce6673df3298596e1df44be6d5a7acfd1e /stats/pwc-language-breakdown-summary.json
parent1126cd9625e63f7b3c3da8524c727e7d0999f960 (diff)
downloadperlweeklychallenge-club-2b8a6edcd7919f358e43e27a5b878860b66e1ea7.tar.gz
perlweeklychallenge-club-2b8a6edcd7919f358e43e27a5b878860b66e1ea7.tar.bz2
perlweeklychallenge-club-2b8a6edcd7919f358e43e27a5b878860b66e1ea7.zip
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json46
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index cf6e0f372b..f6d3bb316f 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,29 +2,22 @@
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},
- "subtitle" : {
- "text" : "Last updated at 2022-03-18 09:51:29 GMT"
- },
"series" : [
{
- "name" : "Contributions",
"dataLabels" : {
- "color" : "#FFFFFF",
- "rotation" : -90,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
"align" : "right",
- "y" : 10,
"enabled" : "true",
- "format" : "{point.y:.0f}"
+ "rotation" : -90,
+ "y" : 10
},
"data" : [
[
@@ -33,31 +26,38 @@
],
[
"Perl",
- 7493
+ 7495
],
[
"Raku",
- 4506
+ 4508
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "subtitle" : {
+ "text" : "Last updated at 2022-03-18 10:22:54 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}