aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-12 19:21:59 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-12 19:21:59 +0100
commitc2582d647614fa6f2dfa697e3c3180502b3dd2ce (patch)
tree159a0a232d61985320e7705d3659250b415a13e5 /stats/pwc-language-breakdown-summary.json
parent521268a3f2a9f7fa5cbc861c64b59a2c1c1a8565 (diff)
downloadperlweeklychallenge-club-c2582d647614fa6f2dfa697e3c3180502b3dd2ce.tar.gz
perlweeklychallenge-club-c2582d647614fa6f2dfa697e3c3180502b3dd2ce.tar.bz2
perlweeklychallenge-club-c2582d647614fa6f2dfa697e3c3180502b3dd2ce.zip
- Added solution by Dave Jacoby.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index f4bc458e0d..a444e203a4 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,48 +1,18 @@
{
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2019-07-12 15:44:38 GMT"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
"legend" : {
"enabled" : "false"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
"series" : [
{
- "dataLabels" : {
- "rotation" : -90,
- "y" : 10,
- "format" : "{point.y:.0f}",
- "color" : "#FFFFFF",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "enabled" : "true",
- "align" : "right"
- },
"data" : [
[
"Blog",
@@ -57,7 +27,37 @@
369
]
],
+ "dataLabels" : {
+ "align" : "right",
+ "rotation" : -90,
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "color" : "#FFFFFF"
+ },
"name" : "Contributions"
}
- ]
+ ],
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-07-12 18:21:54 GMT"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ }
}