aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad Sajid Anwar <mohammad.anwar@yahoo.com>2025-05-07 15:36:53 +0100
committerMohammad Sajid Anwar <mohammad.anwar@yahoo.com>2025-05-07 15:36:53 +0100
commit4260922ac702246fa5e6743be89f77846ce8d96f (patch)
tree615585849671227cbf1f902d99f68c1883b30267 /stats/pwc-language-breakdown-summary.json
parent906d3e0a6d9bd1cd63b2171caee1cf83dc55ec72 (diff)
downloadperlweeklychallenge-club-4260922ac702246fa5e6743be89f77846ce8d96f.tar.gz
perlweeklychallenge-club-4260922ac702246fa5e6743be89f77846ce8d96f.tar.bz2
perlweeklychallenge-club-4260922ac702246fa5e6743be89f77846ce8d96f.zip
- Added solutions by Jaldhar H. Vyas.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e247860b2b..3e9e7097dd 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
+ "chart" : {
+ "type" : "column"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
"data" : [
[
"Perl",
- 16560
+ 16562
],
[
"Raku",
- 9222
+ 9224
],
[
"Blog",
- 5846
+ 5847
]
],
- "name" : "Contributions",
"dataLabels" : {
+ "align" : "right",
+ "color" : "#FFFFFF",
"enabled" : "true",
- "y" : 10,
"format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
+ "rotation" : -90,
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
- "align" : "right",
- "rotation" : -90
- }
+ "y" : 10
+ },
+ "name" : "Contributions"
}
],
+ "subtitle" : {
+ "text" : "Last updated at 2025-05-07 14:35:32 GMT"
+ },
"title" : {
"text" : "The Weekly Challenge Contributions [2019 - 2025]"
},
- "chart" : {
- "type" : "column"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "legend" : {
- "enabled" : "false"
- },
- "subtitle" : {
- "text" : "Last updated at 2025-05-06 20:46:09 GMT"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
+ }
}
}