aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad Sajid Anwar <mohammad.anwar@yahoo.com>2025-04-25 09:00:00 +0100
committerMohammad Sajid Anwar <mohammad.anwar@yahoo.com>2025-04-25 09:00:00 +0100
commit24acf2e44e8a396e5b345b26398d8472cc4788fc (patch)
tree5aaafbe60674df216f2bd7c5858c9ff622c1e784 /stats/pwc-language-breakdown-summary.json
parent74a02191703ca480ccd60755665e25a541c03bd8 (diff)
downloadperlweeklychallenge-club-24acf2e44e8a396e5b345b26398d8472cc4788fc.tar.gz
perlweeklychallenge-club-24acf2e44e8a396e5b345b26398d8472cc4788fc.tar.bz2
perlweeklychallenge-club-24acf2e44e8a396e5b345b26398d8472cc4788fc.zip
- Added solutions by Packy Anderson.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 24fc481321..73a8cd72f7 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,6 +1,9 @@
{
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2025]"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
@@ -11,53 +14,50 @@
},
"min" : 0
},
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2025-04-25 07:59:53 GMT"
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
- "subtitle" : {
- "text" : "Last updated at 2025-04-24 22:37:35 GMT"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
+ "dataLabels" : {
+ "y" : 10,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}",
+ "rotation" : -90,
+ "enabled" : "true",
+ "align" : "right",
+ "color" : "#FFFFFF"
+ },
"data" : [
[
"Perl",
- 16478
+ 16480
],
[
"Raku",
- 9181
+ 9183
],
[
"Blog",
- 5818
+ 5819
]
],
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "color" : "#FFFFFF",
- "align" : "right",
- "y" : 10,
- "rotation" : -90
- },
"name" : "Contributions"
}
- ],
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2025]"
- }
+ ]
}