aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-30 19:04:26 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-30 19:04:26 +0100
commitfa6d2c6f00f7a9067c5366cbeabfba77bb727b61 (patch)
treeb6d195ad2ec9c83c3dbe94196a0b10e22f3a9a92 /stats/pwc-language-breakdown-summary.json
parent5ddee5bfd31812f2f3708c1b8e71e6336fd176ee (diff)
downloadperlweeklychallenge-club-fa6d2c6f00f7a9067c5366cbeabfba77bb727b61.tar.gz
perlweeklychallenge-club-fa6d2c6f00f7a9067c5366cbeabfba77bb727b61.tar.bz2
perlweeklychallenge-club-fa6d2c6f00f7a9067c5366cbeabfba77bb727b61.zip
- Added solutions by Gustavo Chaves.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json52
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 66b2727abd..89d7c0d569 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,27 +1,33 @@
{
- "subtitle" : {
- "text" : "Last updated at 2019-07-30 18:02:19 GMT"
- },
- "chart" : {
- "type" : "column"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
"yAxis" : {
"title" : {
"text" : null
},
"min" : 0
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- }
+ },
+ "type" : "category"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-07-30 18:04:21 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"series" : [
{
@@ -33,7 +39,7 @@
],
[
"Perl 5",
- 765
+ 767
],
[
"Perl 6",
@@ -41,23 +47,17 @@
]
],
"dataLabels" : {
- "align" : "right",
"format" : "{point.y:.0f}",
+ "enabled" : "true",
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "align" : "right",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "rotation" : -90,
- "color" : "#FFFFFF",
- "y" : 10,
- "enabled" : "true"
+ "rotation" : -90
}
}
- ],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- }
+ ]
}