aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-26 17:36:17 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-01-26 17:36:17 +0000
commitc34bb5d7bd7fce08e8311a0f527ce7fbd69e4dae (patch)
treec2b39c685cca7cc2ed3b4ab4e91e75f5b9a71fdd /stats/pwc-language-breakdown-summary.json
parent68b6fdf9ab7e8e972816db52ebecc220b7c2c8df (diff)
downloadperlweeklychallenge-club-c34bb5d7bd7fce08e8311a0f527ce7fbd69e4dae.tar.gz
perlweeklychallenge-club-c34bb5d7bd7fce08e8311a0f527ce7fbd69e4dae.tar.bz2
perlweeklychallenge-club-c34bb5d7bd7fce08e8311a0f527ce7fbd69e4dae.zip
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a59a0d2752..a5a16d04ae 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,4 +1,13 @@
{
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
"series" : [
{
"data" : [
@@ -8,39 +17,33 @@
],
[
"Perl",
- 4484
+ 4486
],
[
"Raku",
- 2918
+ 2920
]
],
"name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
- "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
- "rotation" : -90,
+ "y" : 10,
+ "format" : "{point.y:.0f}",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
+ "rotation" : -90,
"align" : "right",
- "y" : 10
+ "enabled" : "true"
}
}
],
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
},
"yAxis" : {
"min" : 0,
@@ -48,16 +51,13 @@
"text" : null
}
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-01-26 16:17:30 GMT"
+ "chart" : {
+ "type" : "column"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-01-26 17:35:54 GMT"
}
}