aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-08 23:06:28 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-08-08 23:06:28 +0100
commit158202500808bb3ed86f82bc37e035f01e63b341 (patch)
treef635a0bab9c1a36b0a935223fa9d92305fd5bfd0 /stats/pwc-language-breakdown-summary.json
parent663df7de09b0ac58dd6f8cac0c1dc7b889d19552 (diff)
downloadperlweeklychallenge-club-158202500808bb3ed86f82bc37e035f01e63b341.tar.gz
perlweeklychallenge-club-158202500808bb3ed86f82bc37e035f01e63b341.tar.bz2
perlweeklychallenge-club-158202500808bb3ed86f82bc37e035f01e63b341.zip
- Added solutions by Arne Sommer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 00907f0e48..d537075406 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,17 +1,23 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
"series" : [
{
"name" : "Contributions",
+ "dataLabels" : {
+ "y" : 10,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "align" : "right",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "enabled" : "true"
+ },
"data" : [
[
"Blog",
- 1788
+ 1789
],
[
"Perl",
@@ -19,29 +25,20 @@
],
[
"Raku",
- 3704
+ 3706
]
- ],
- "dataLabels" : {
- "enabled" : "true",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "y" : 10,
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "align" : "right",
- "rotation" : -90
- }
+ ]
}
],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"legend" : {
"enabled" : "false"
},
- "subtitle" : {
- "text" : "Last updated at 2021-08-08 21:38:50 GMT"
- },
"xAxis" : {
"labels" : {
"style" : {
@@ -55,9 +52,12 @@
"text" : "The Weekly Challenge Contributions [2019 - 2021]"
},
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2021-08-08 22:00:33 GMT"
}
}