aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-04 06:44:54 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2021-05-04 06:44:54 +0100
commit8e38e4e1cf7c9b8a79b660e85b2e77023fee3fb4 (patch)
tree22b1db00fdfec433fa69112352854ef10244ccd1 /stats/pwc-language-breakdown-summary.json
parent292f274a6c4c0951ce21d31752091486413d31a3 (diff)
downloadperlweeklychallenge-club-8e38e4e1cf7c9b8a79b660e85b2e77023fee3fb4.tar.gz
perlweeklychallenge-club-8e38e4e1cf7c9b8a79b660e85b2e77023fee3fb4.tar.bz2
perlweeklychallenge-club-8e38e4e1cf7c9b8a79b660e85b2e77023fee3fb4.zip
- Added solutions by Mark Anderson.
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 41999a5079..601b843d40 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,25 +1,21 @@
{
+ "legend" : {
+ "enabled" : "false"
+ },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"subtitle" : {
- "text" : "Last updated at 2021-05-03 16:32:28 GMT"
+ "text" : "Last updated at 2021-05-04 05:44:33 GMT"
},
"series" : [
{
- "name" : "Contributions",
- "dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "enabled" : "true",
- "rotation" : -90,
- "y" : 10,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF"
- },
"data" : [
[
"Blog",
@@ -31,20 +27,24 @@
],
[
"Raku",
- 3310
+ 3312
]
- ]
+ ],
+ "name" : "Contributions",
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "enabled" : "true",
+ "align" : "right",
+ "rotation" : -90,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "format" : "{point.y:.0f}"
+ }
}
],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "legend" : {
- "enabled" : "false"
- },
"xAxis" : {
"type" : "category",
"labels" : {
@@ -54,10 +54,10 @@
}
}
},
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions [2019 - 2020]"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}