aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-02 00:43:42 +0000
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-11-02 00:43:42 +0000
commit273834ea342d76abc4391949b8a07e9adb2b25b7 (patch)
tree74e101f8f4ebe8dca4c43d0e478bae691aea7177 /stats/pwc-language-breakdown-summary.json
parentdbcadeb3666fa03c49d4d7c265121ca38159d1eb (diff)
downloadperlweeklychallenge-club-273834ea342d76abc4391949b8a07e9adb2b25b7.tar.gz
perlweeklychallenge-club-273834ea342d76abc4391949b8a07e9adb2b25b7.tar.bz2
perlweeklychallenge-club-273834ea342d76abc4391949b8a07e9adb2b25b7.zip
- Added solutions by Alexander Pankoff.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e18e211d4d..1b945a4d7e 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,4 +1,25 @@
{
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"series" : [
{
"name" : "Contributions",
@@ -9,7 +30,7 @@
],
[
"Perl",
- 3718
+ 3720
],
[
"Raku",
@@ -17,47 +38,26 @@
]
],
"dataLabels" : {
- "rotation" : -90,
- "y" : 10,
+ "enabled" : "true",
"align" : "right",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "enabled" : "true"
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "color" : "#FFFFFF"
}
}
],
"subtitle" : {
- "text" : "Last updated at 2020-11-02 00:40:22 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "text" : "Last updated at 2020-11-02 00:43:24 GMT"
},
"chart" : {
"type" : "column"
},
"legend" : {
"enabled" : "false"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
}
}