aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-08-01 01:11:27 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-08-01 01:11:27 +0100
commit5662a2bfb5561d40ba2c99ede3a2d27a0dbf33a5 (patch)
treef12da6ee7b929182ebbe81fd1fdacbb72ed24bda /stats/pwc-language-breakdown-summary.json
parent974c9f27459404af914d914f8da13dc9bf94cc21 (diff)
downloadperlweeklychallenge-club-5662a2bfb5561d40ba2c99ede3a2d27a0dbf33a5.tar.gz
perlweeklychallenge-club-5662a2bfb5561d40ba2c99ede3a2d27a0dbf33a5.tar.bz2
perlweeklychallenge-club-5662a2bfb5561d40ba2c99ede3a2d27a0dbf33a5.zip
- Added solutions by Duncan C. White.
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 308d9c313c..52f81d1e6a 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,18 +1,28 @@
{
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ "subtitle" : {
+ "text" : "Last updated at 2022-08-01 00:05:59 GMT"
},
- "legend" : {
- "enabled" : "false"
+ "chart" : {
+ "type" : "column"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "enabled" : "true",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "align" : "right",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
"data" : [
[
"Blog",
@@ -20,30 +30,26 @@
],
[
"Perl",
- 8546
+ 8548
],
[
"Raku",
5088
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "enabled" : "true",
- "y" : 10,
- "align" : "right",
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "color" : "#FFFFFF"
- }
+ ]
}
],
- "subtitle" : {
- "text" : "Last updated at 2022-07-31 23:57:24 GMT"
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "legend" : {
+ "enabled" : "false"
},
"xAxis" : {
"labels" : {
@@ -53,11 +59,5 @@
}
},
"type" : "category"
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
}
}