aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-09-03 11:43:12 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-09-03 11:43:12 +0100
commit200f29fed15660abca17935980dae1d127f72d6f (patch)
tree2effa510c165d88fa8b9ea84dcdb28b2f3bce33c /stats/pwc-language-breakdown-summary.json
parentca7000cc3ac69a5bb30b00d5c6c8eab3c009a7c3 (diff)
downloadperlweeklychallenge-club-200f29fed15660abca17935980dae1d127f72d6f.tar.gz
perlweeklychallenge-club-200f29fed15660abca17935980dae1d127f72d6f.tar.bz2
perlweeklychallenge-club-200f29fed15660abca17935980dae1d127f72d6f.zip
- Added solutions by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 499e54048e..ba70f74d17 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,19 +1,9 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2022-09-03 10:41:34 GMT"
+ },
"series" : [
{
- "dataLabels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "enabled" : "true",
- "rotation" : -90,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "align" : "right",
- "y" : 10
- },
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -21,13 +11,26 @@
],
[
"Perl",
- 8745
+ 8747
],
[
"Raku",
- 5231
+ 5232
]
- ]
+ ],
+ "dataLabels" : {
+ "rotation" : -90,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "enabled" : "true"
+ },
+ "name" : "Contributions"
}
],
"yAxis" : {
@@ -36,21 +39,18 @@
},
"min" : 0
},
+ "legend" : {
+ "enabled" : "false"
+ },
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-09-02 16:29:36 GMT"
- },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2022]"
},