aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-13 17:55:11 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-12-13 17:55:11 +0000
commitffebe35bdbcc79bf7092cd82f9da9c4d426f4beb (patch)
tree33a6833a6908c0aecc7c5330baa73bdc8cf8697b /stats/pwc-language-breakdown-summary.json
parent03a64ac276a7674a178d5f985840f8d76aea8896 (diff)
downloadperlweeklychallenge-club-ffebe35bdbcc79bf7092cd82f9da9c4d426f4beb.tar.gz
perlweeklychallenge-club-ffebe35bdbcc79bf7092cd82f9da9c4d426f4beb.tar.bz2
perlweeklychallenge-club-ffebe35bdbcc79bf7092cd82f9da9c4d426f4beb.zip
- Added solutions by Paulo Custodio.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 79632a2bd0..e4759f73e0 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,46 +1,16 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-12-13 17:47:01 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2021]"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "legend" : {
- "enabled" : "false"
- },
"series" : [
{
"dataLabels" : {
- "color" : "#FFFFFF",
- "enabled" : "true",
"format" : "{point.y:.0f}",
- "rotation" : -90,
"y" : 10,
+ "color" : "#FFFFFF",
+ "enabled" : "true",
"align" : "right",
+ "rotation" : -90,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
},
"name" : "Contributions",
@@ -51,7 +21,7 @@
],
[
"Perl",
- 6856
+ 6858
],
[
"Raku",
@@ -59,5 +29,35 @@
]
]
}
- ]
+ ],
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2021]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-12-13 17:52:59 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ }
}