aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-10 15:54:54 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2022-07-10 15:57:31 +0100
commitb3458cb9bb2fbd3dd6aa1652eab5e52c1385275e (patch)
treef563809b1656b86c8c6f4205227b277e409f0a73 /stats/pwc-language-breakdown-summary.json
parentda4894813f82e6d673da6e3034bae13228634fdc (diff)
downloadperlweeklychallenge-club-b3458cb9bb2fbd3dd6aa1652eab5e52c1385275e.tar.gz
perlweeklychallenge-club-b3458cb9bb2fbd3dd6aa1652eab5e52c1385275e.tar.bz2
perlweeklychallenge-club-b3458cb9bb2fbd3dd6aa1652eab5e52c1385275e.zip
- Added solution by Jan Krnavek.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b62d106be3..3787c735d6 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,21 +2,6 @@
"legend" : {
"enabled" : "false"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2022-07-10 10:53:27 GMT"
- },
- "title" : {
- "text" : "The Weekly Challenge Contributions [2019 - 2022]"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -26,6 +11,12 @@
}
}
},
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "The Weekly Challenge Contributions [2019 - 2022]"
+ },
"series" : [
{
"name" : "Contributions",
@@ -40,24 +31,33 @@
],
[
"Raku",
- 4981
+ 4982
]
],
"dataLabels" : {
"rotation" : -90,
- "y" : 10,
- "align" : "right",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "enabled" : "true"
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "align" : "right"
}
}
],
- "chart" : {
- "type" : "column"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2022-07-10 14:50:23 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}