aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-05 15:38:08 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-05 15:38:08 +0100
commit835f5cc382e0391a01fb916f3167d993a3c46fac (patch)
treef8b0af4ce06b93f402c229e8047dd3ae6866746b /stats/pwc-language-breakdown-summary.json
parent9c29c4dc8862585c29b44d48807e58d58d58aaa1 (diff)
downloadperlweeklychallenge-club-835f5cc382e0391a01fb916f3167d993a3c46fac.tar.gz
perlweeklychallenge-club-835f5cc382e0391a01fb916f3167d993a3c46fac.tar.bz2
perlweeklychallenge-club-835f5cc382e0391a01fb916f3167d993a3c46fac.zip
- Added solution by Pete Houston.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json56
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 9594271b15..5d532ff954 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,21 +1,18 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- }
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
},
"legend" : {
"enabled" : "false"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"series" : [
{
@@ -26,7 +23,7 @@
],
[
"Perl 5",
- 804
+ 805
],
[
"Perl 6",
@@ -34,30 +31,33 @@
]
],
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "align" : "right",
- "y" : 10,
+ "rotation" : -90,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
},
+ "y" : 10,
"color" : "#FFFFFF",
- "enabled" : "true",
- "rotation" : -90
+ "align" : "right",
+ "format" : "{point.y:.0f}",
+ "enabled" : "true"
},
"name" : "Contributions"
}
],
- "subtitle" : {
- "text" : "Last updated at 2019-08-05 11:34:18 GMT"
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "subtitle" : {
+ "text" : "Last updated at 2019-08-05 14:37:59 GMT"
}
}