aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2024-05-18 15:31:11 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2024-05-18 15:31:11 +0100
commitfe38eef1273944e3c36f306931efe4c946c4e2c8 (patch)
treef171d107838d622054f56af4f87c261316e17612 /stats/pwc-language-breakdown-summary.json
parent074b156af50dc0106cd5376a6a7e442da77c0437 (diff)
downloadperlweeklychallenge-club-fe38eef1273944e3c36f306931efe4c946c4e2c8.tar.gz
perlweeklychallenge-club-fe38eef1273944e3c36f306931efe4c946c4e2c8.tar.bz2
perlweeklychallenge-club-fe38eef1273944e3c36f306931efe4c946c4e2c8.zip
- Added solutions by Jorg Sommrey.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 4be97ff6ee..a7925ea8cc 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,14 +1,38 @@
{
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2024]"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
"data" : [
[
"Blog",
- 4853
+ 4854
],
[
"Perl",
- 13949
+ 13951
],
[
"Raku",
@@ -17,47 +41,23 @@
],
"name" : "Contributions",
"dataLabels" : {
- "enabled" : "true",
- "y" : 10,
- "align" : "right",
- "color" : "#FFFFFF",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
"rotation" : -90,
- "format" : "{point.y:.0f}"
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "align" : "right"
}
}
],
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "subtitle" : {
- "text" : "Last updated at 2024-05-17 09:59:38 GMT"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2024]"
- },
- "chart" : {
- "type" : "column"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "subtitle" : {
+ "text" : "Last updated at 2024-05-18 14:25:06 GMT"
}
}