aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-18 17:13:51 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-18 17:13:51 +0100
commit76b2c869958734ec567dc8a5ffe48751ac57108e (patch)
tree65e9f5fea2702770a1be4abd9ec7e97ac09b021b /stats/pwc-language-breakdown-summary.json
parent272c6f35304d35a5fe21a3c35e9547971bb056f0 (diff)
downloadperlweeklychallenge-club-76b2c869958734ec567dc8a5ffe48751ac57108e.tar.gz
perlweeklychallenge-club-76b2c869958734ec567dc8a5ffe48751ac57108e.tar.bz2
perlweeklychallenge-club-76b2c869958734ec567dc8a5ffe48751ac57108e.zip
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index b83c737e09..a73954aaa9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
"legend" : {
"enabled" : "false"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2020-07-18 16:13:16 GMT"
+ },
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
- 814
+ 815
],
[
"Perl",
- 2849
+ 2851
],
[
"Raku",
- 1822
+ 1824
]
],
"dataLabels" : {
"rotation" : -90,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "format" : "{point.y:.0f}",
"y" : 10,
+ "align" : "right",
"color" : "#FFFFFF",
- "enabled" : "true"
- }
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "name" : "Contributions"
}
],
- "subtitle" : {
- "text" : "Last updated at 2020-07-18 16:01:02 GMT"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "chart" : {
- "type" : "column"
- },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
}
}