aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-07 21:45:32 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-12-07 21:45:32 +0000
commit2009bf53c9e1006b876bc0c6bdc23d285386e168 (patch)
tree6e7307b3521a865da68ea0adb0bde69e0cad5a10 /stats/pwc-language-breakdown-summary.json
parent616260c5397aaf9aaef8fc281cb545bbb6968f73 (diff)
downloadperlweeklychallenge-club-2009bf53c9e1006b876bc0c6bdc23d285386e168.tar.gz
perlweeklychallenge-club-2009bf53c9e1006b876bc0c6bdc23d285386e168.tar.bz2
perlweeklychallenge-club-2009bf53c9e1006b876bc0c6bdc23d285386e168.zip
- Added solutions by Philip Hood.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 060fa6063e..33eaa7d42a 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,4 +1,16 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
"chart" : {
"type" : "column"
},
@@ -8,30 +20,26 @@
"text" : null
}
},
- "subtitle" : {
- "text" : "Last updated at 2020-12-07 21:39:45 GMT"
- },
- "legend" : {
- "enabled" : "false"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "subtitle" : {
+ "text" : "Last updated at 2020-12-07 21:44:53 GMT"
},
"series" : [
{
"dataLabels" : {
"y" : 10,
- "color" : "#FFFFFF",
+ "format" : "{point.y:.0f}",
+ "enabled" : "true",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "enabled" : "true",
- "align" : "right",
- "format" : "{point.y:.0f}",
- "rotation" : -90
+ "color" : "#FFFFFF",
+ "rotation" : -90,
+ "align" : "right"
},
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -43,21 +51,13 @@
],
[
"Raku",
- 2655
+ 2657
]
- ]
+ ],
+ "name" : "Contributions"
}
],
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
}
}