aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-15 16:26:01 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-15 16:26:01 +0100
commit7b6f3ea1e95dbba79a492ed384efe6c81468edde (patch)
tree037f4888a61e6cff7e430015e79ba5aa7fde20af /stats/pwc-language-breakdown-summary.json
parentfd8c25be2fbd843be6a4a2ca253773c56008cfd1 (diff)
downloadperlweeklychallenge-club-7b6f3ea1e95dbba79a492ed384efe6c81468edde.tar.gz
perlweeklychallenge-club-7b6f3ea1e95dbba79a492ed384efe6c81468edde.tar.bz2
perlweeklychallenge-club-7b6f3ea1e95dbba79a492ed384efe6c81468edde.zip
- Added solution by Jan Krnavek.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e5cdfe6ff9..ab64f382ac 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,10 +1,33 @@
{
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
"legend" : {
"enabled" : "false"
},
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-08-15 15:25:31 GMT"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -16,47 +39,24 @@
],
[
"Raku",
- 3721
+ 3722
]
],
"dataLabels" : {
- "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
"format" : "{point.y:.0f}",
+ "align" : "right",
"color" : "#FFFFFF",
- "rotation" : -90,
+ "y" : 10,
"enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10
- }
+ "rotation" : -90
+ },
+ "name" : "Contributions"
}
],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-08-15 15:21:11 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
}