aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-02 11:44:42 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-02 11:44:42 +0100
commit44b0834328f2aacdbbb75e52a9b6f899f110edcb (patch)
tree14f57c6a38bdfc0973d60910689c287c81425abb /stats/pwc-language-breakdown-summary.json
parent5cc1758323aeb82060065a7fe214bf4c6184f1e4 (diff)
downloadperlweeklychallenge-club-44b0834328f2aacdbbb75e52a9b6f899f110edcb.tar.gz
perlweeklychallenge-club-44b0834328f2aacdbbb75e52a9b6f899f110edcb.tar.bz2
perlweeklychallenge-club-44b0834328f2aacdbbb75e52a9b6f899f110edcb.zip
- Added solution by Lars Thegler.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 9b73b2d83e..b0dc7a23cb 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,4 +1,7 @@
{
+ "subtitle" : {
+ "text" : "Last updated at 2019-10-02 10:44:34 GMT"
+ },
"series" : [
{
"data" : [
@@ -8,7 +11,7 @@
],
[
"Perl 5",
- 1110
+ 1112
],
[
"Perl 6",
@@ -16,48 +19,45 @@
]
],
"dataLabels" : {
+ "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
- "enabled" : "true",
- "align" : "right",
"rotation" : -90,
- "format" : "{point.y:.0f}",
+ "enabled" : "true",
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
},
+ "align" : "right",
"y" : 10
},
"name" : "Contributions"
}
],
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- },
- "type" : "category"
+ }
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
},
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "legend" : {
+ "enabled" : "false"
},
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2019-10-02 10:40:37 GMT"
- },
- "legend" : {
- "enabled" : "false"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}