aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-21 17:39:30 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-21 17:39:30 +0000
commit52b76b289e7244237cd28bb3e271cb783a3c6dad (patch)
tree3af814747d587116c0d99dca352a06d62d03b01d /stats/pwc-language-breakdown-summary.json
parent35d8e65a554ae986f5fc2167970309c635d9e050 (diff)
downloadperlweeklychallenge-club-52b76b289e7244237cd28bb3e271cb783a3c6dad.tar.gz
perlweeklychallenge-club-52b76b289e7244237cd28bb3e271cb783a3c6dad.tar.bz2
perlweeklychallenge-club-52b76b289e7244237cd28bb3e271cb783a3c6dad.zip
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index c884369ce1..b2d9930113 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,21 @@
{
- "subtitle" : {
- "text" : "Last updated at 2021-12-21 16:42:45 GMT"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
@@ -23,41 +26,38 @@
],
[
"Perl",
- 6909
+ 6911
],
[
"Raku",
- 4170
+ 4172
]
],
"dataLabels" : {
- "align" : "right",
- "rotation" : -90,
- "color" : "#FFFFFF",
- "enabled" : "true",
- "format" : "{point.y:.0f}",
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
- "y" : 10
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "y" : 10,
+ "enabled" : "true",
+ "align" : "right"
},
"name" : "Contributions"
}
],
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2021-12-21 17:05:32 GMT"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
}
}