aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-25 01:57:46 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2020-07-25 01:57:46 +0100
commit87106c1e85af6f8badcfa08c41442f01fa9f5b8e (patch)
tree14c9a162dcafd47a1c64ff6ecdca0410f442a7a7 /stats/pwc-language-breakdown-summary.json
parent62f1563a6c3108747a9b950e784f1419aebdf253 (diff)
downloadperlweeklychallenge-club-87106c1e85af6f8badcfa08c41442f01fa9f5b8e.tar.gz
perlweeklychallenge-club-87106c1e85af6f8badcfa08c41442f01fa9f5b8e.tar.bz2
perlweeklychallenge-club-87106c1e85af6f8badcfa08c41442f01fa9f5b8e.zip
- Added solutions by Arne Sommer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json66
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 2b7b18f741..b255474bb4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,63 +1,63 @@
{
+ "chart" : {
+ "type" : "column"
+ },
"series" : [
{
+ "dataLabels" : {
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "rotation" : -90,
+ "enabled" : "true"
+ },
"name" : "Contributions",
"data" : [
[
"Blog",
- 828
+ 829
],
[
"Perl",
- 2884
+ 2886
],
[
"Raku",
- 1852
+ 1854
]
- ],
- "dataLabels" : {
- "color" : "#FFFFFF",
- "rotation" : -90,
- "enabled" : "true",
- "align" : "right",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "format" : "{point.y:.0f}"
- }
+ ]
}
],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
- },
- "legend" : {
- "enabled" : "false"
+ }
},
"subtitle" : {
- "text" : "Last updated at 2020-07-24 22:40:14 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "text" : "Last updated at 2020-07-25 00:57:11 GMT"
},
"yAxis" : {
"min" : 0,
"title" : {
"text" : null
}
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "legend" : {
+ "enabled" : "false"
}
}