aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-23 16:39:24 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-23 16:39:24 +0100
commit9b5c4ac2e6bb03c6e5de08d294aface182863810 (patch)
tree3568f33dbce1ebcd230d08efc5c7b7d44212b7d5 /stats/pwc-language-breakdown-summary.json
parent0a814d196f273441bafcb2e9c1275b071b2f03f0 (diff)
downloadperlweeklychallenge-club-9b5c4ac2e6bb03c6e5de08d294aface182863810.tar.gz
perlweeklychallenge-club-9b5c4ac2e6bb03c6e5de08d294aface182863810.tar.bz2
perlweeklychallenge-club-9b5c4ac2e6bb03c6e5de08d294aface182863810.zip
- Added solutions by Arne Sommer.
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 4ce1bf1f2a..4853d020c8 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,8 +2,8 @@
"chart" : {
"type" : "column"
},
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"yAxis" : {
"title" : {
@@ -11,20 +11,36 @@
},
"min" : 0
},
+ "subtitle" : {
+ "text" : "Last updated at 2021-05-23 15:38:58 GMT"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
"series" : [
{
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 1575
+ 1576
],
[
"Perl",
- 5336
+ 5338
],
[
"Raku",
- 3386
+ 3388
]
],
"dataLabels" : {
@@ -33,31 +49,15 @@
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
+ "align" : "right",
"y" : 10,
- "format" : "{point.y:.0f}",
- "rotation" : -90,
"color" : "#FFFFFF",
- "align" : "right"
- },
- "name" : "Contributions"
+ "format" : "{point.y:.0f}",
+ "rotation" : -90
+ }
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "subtitle" : {
- "text" : "Last updated at 2021-05-23 15:30:45 GMT"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "legend" : {
+ "enabled" : "false"
}
}