aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-10 11:56:51 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-10 11:56:51 +0100
commitb9c48b373725629a2f47fac495d08d63acc0882c (patch)
tree08eb2687b9b3149aa9aa1167ea02064412e5cc26 /stats/pwc-language-breakdown-summary.json
parenta5ef24e38a44fce84503a7ead9a41c9be86e678c (diff)
downloadperlweeklychallenge-club-b9c48b373725629a2f47fac495d08d63acc0882c.tar.gz
perlweeklychallenge-club-b9c48b373725629a2f47fac495d08d63acc0882c.tar.bz2
perlweeklychallenge-club-b9c48b373725629a2f47fac495d08d63acc0882c.zip
- Added solution by Yet Ebreo.
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 107417b461..d447b90b88 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,7 +1,4 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"xAxis" : {
"labels" : {
"style" : {
@@ -11,8 +8,24 @@
},
"type" : "category"
},
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
"series" : [
{
+ "dataLabels" : {
+ "align" : "right",
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "y" : 10,
+ "rotation" : -90,
+ "enabled" : "true",
+ "format" : "{point.y:.0f}"
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
@@ -20,44 +33,31 @@
],
[
"Perl 5",
- 1007
+ 1008
],
[
"Perl 6",
607
]
- ],
- "dataLabels" : {
- "enabled" : "true",
- "format" : "{point.y:.0f}",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "y" : 10,
- "align" : "right",
- "color" : "#FFFFFF",
- "rotation" : -90
- },
- "name" : "Contributions"
+ ]
}
],
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2019-09-09 14:31:04 GMT"
- },
"chart" : {
"type" : "column"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
"legend" : {
"enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-09-10 10:56:44 GMT"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
}
}