aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-10-13 09:29:33 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-10-13 09:29:33 +0100
commit2ca4ce5d0552f534e9085716d12294d4268de695 (patch)
tree84a8a4c2cd4e4cdc81f727282fc4057a41802dfb /stats/pwc-language-breakdown-summary.json
parent8dde4a0f9d936858e2a86de8b0ac30c83fe7729e (diff)
downloadperlweeklychallenge-club-2ca4ce5d0552f534e9085716d12294d4268de695.tar.gz
perlweeklychallenge-club-2ca4ce5d0552f534e9085716d12294d4268de695.tar.bz2
perlweeklychallenge-club-2ca4ce5d0552f534e9085716d12294d4268de695.zip
- Added solutions by Niels van Dijke.
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 5378cfcc9f..29d2c81944 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,41 +1,45 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
},
- "subtitle" : {
- "text" : "Last updated at 2020-10-13 05:32:25 GMT"
+ "chart" : {
+ "type" : "column"
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
"legend" : {
"enabled" : "false"
},
- "chart" : {
- "type" : "column"
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
},
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
"y" : 10,
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "color" : "#FFFFFF",
"enabled" : "true",
"align" : "right",
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
"rotation" : -90,
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
+ "format" : "{point.y:.0f}"
},
"data" : [
[
@@ -44,20 +48,16 @@
],
[
"Perl",
- 3531
+ 3533
],
[
"Raku",
2260
]
- ],
- "name" : "Contributions"
+ ]
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "subtitle" : {
+ "text" : "Last updated at 2020-10-13 08:29:00 GMT"
}
}