aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-04 17:40:42 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-04 17:40:42 +0100
commit836d38f7f0a03d3f130d77b60d9582ff72169176 (patch)
treeeae91808348bac5d69f6838769b88169536e3b68 /stats/pwc-language-breakdown-summary.json
parent6c241ec13ea597ec870777014524e5ab5952c8dd (diff)
downloadperlweeklychallenge-club-836d38f7f0a03d3f130d77b60d9582ff72169176.tar.gz
perlweeklychallenge-club-836d38f7f0a03d3f130d77b60d9582ff72169176.tar.bz2
perlweeklychallenge-club-836d38f7f0a03d3f130d77b60d9582ff72169176.zip
- Added solutions by Yet Ebreo.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json58
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 126371944a..ec783ccf0e 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -2,11 +2,17 @@
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2020-07-04 13:49:45 GMT"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"yAxis" : {
"title" : {
@@ -14,24 +20,11 @@
},
"min" : 0
},
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
- },
- "legend" : {
- "enabled" : "false"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "subtitle" : {
+ "text" : "Last updated at 2020-07-04 16:39:40 GMT"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -39,7 +32,7 @@
],
[
"Perl",
- 2777
+ 2779
],
[
"Raku",
@@ -47,17 +40,24 @@
]
],
"dataLabels" : {
- "rotation" : -90,
+ "align" : "right",
+ "y" : 10,
"format" : "{point.y:.0f}",
"color" : "#FFFFFF",
- "y" : 10,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
"enabled" : "true",
- "align" : "right"
- }
+ "rotation" : -90,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "name" : "Contributions"
}
- ]
+ ],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
+ }
}