aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-09 20:10:16 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-11-09 20:10:16 +0000
commit142bc3da93a0bc254e064d2c994147c760524b8e (patch)
tree67dad80a1f29ef223e55998893ef48539faa414a /stats/pwc-language-breakdown-summary.json
parentf57d942dc09a7ccc3cad8ccf4c0507aaae5aecd2 (diff)
downloadperlweeklychallenge-club-142bc3da93a0bc254e064d2c994147c760524b8e.tar.gz
perlweeklychallenge-club-142bc3da93a0bc254e064d2c994147c760524b8e.tar.bz2
perlweeklychallenge-club-142bc3da93a0bc254e064d2c994147c760524b8e.zip
- Added solutions by Humberto Massa.
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 1c22a73d4f..3fe1fc5093 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,12 @@
{
- "subtitle" : {
- "text" : "Last updated at 2022-11-09 20:01:02 GMT"
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"yAxis" : {
"min" : 0,
@@ -8,8 +14,17 @@
"text" : null
}
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2022-11-09 20:08:23 GMT"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
"series" : [
{
@@ -24,39 +39,24 @@
],
[
"Raku",
- 5564
+ 5566
]
],
"name" : "Contributions",
"dataLabels" : {
- "align" : "right",
+ "rotation" : -90,
"enabled" : "true",
- "y" : 10,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
+ "format" : "{point.y:.0f}",
+ "y" : 10,
"color" : "#FFFFFF",
- "rotation" : -90,
- "format" : "{point.y:.0f}"
+ "align" : "right"
}
}
],
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "legend" : {
- "enabled" : "false"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
}