aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-19 08:10:00 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-19 08:10:00 +0100
commitec8d64eb5f76b25b0e7280d5e37b3bea534c3772 (patch)
tree789b11ada0e6d0ec16049b24e8351a2d06751732 /stats/pwc-language-breakdown-summary.json
parent82d6c1ff3d595f3b588b43f1f8dbea42da553d9c (diff)
downloadperlweeklychallenge-club-ec8d64eb5f76b25b0e7280d5e37b3bea534c3772.tar.gz
perlweeklychallenge-club-ec8d64eb5f76b25b0e7280d5e37b3bea534c3772.tar.bz2
perlweeklychallenge-club-ec8d64eb5f76b25b0e7280d5e37b3bea534c3772.zip
- Added solutions by Arne Sommer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index a73954aaa9..10d32ebf3e 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"chart" : {
"type" : "column"
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
+ "subtitle" : {
+ "text" : "Last updated at 2020-07-19 07:09:46 GMT"
},
"legend" : {
"enabled" : "false"
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
- "subtitle" : {
- "text" : "Last updated at 2020-07-18 16:13:16 GMT"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
+ "dataLabels" : {
+ "y" : 10,
+ "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "rotation" : -90,
+ "align" : "right"
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 815
+ 816
],
[
"Perl",
- 2851
+ 2853
],
[
"Raku",
- 1824
+ 1826
]
- ],
- "dataLabels" : {
- "rotation" : -90,
- "y" : 10,
- "align" : "right",
- "color" : "#FFFFFF",
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "name" : "Contributions"
+ ]
}
],
- "yAxis" : {
- "title" : {
- "text" : null
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
},
- "min" : 0
+ "type" : "category"
}
}