aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-27 12:30:39 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-27 12:30:39 +0100
commitc84b508435d04b3f7c993b44e7bb3f14091ebe21 (patch)
tree4abed902527824155d2472916f6f68430cc2c93f /stats/pwc-language-breakdown-summary.json
parentd02fd467423e9482f2ed0183102154a83e47adcc (diff)
downloadperlweeklychallenge-club-c84b508435d04b3f7c993b44e7bb3f14091ebe21.tar.gz
perlweeklychallenge-club-c84b508435d04b3f7c993b44e7bb3f14091ebe21.tar.bz2
perlweeklychallenge-club-c84b508435d04b3f7c993b44e7bb3f14091ebe21.zip
- Added solutions by Yet Ebreo.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json50
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index ebe40a5660..3c0364d16d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,41 +1,48 @@
{
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ "chart" : {
+ "type" : "column"
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
}
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "subtitle" : {
+ "text" : "Last updated at 2019-08-27 11:29:30 GMT"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"series" : [
{
+ "name" : "Contributions",
"dataLabels" : {
"format" : "{point.y:.0f}",
+ "color" : "#FFFFFF",
+ "align" : "right",
"y" : 10,
"enabled" : "true",
- "align" : "right",
"rotation" : -90,
"style" : {
"fontFamily" : "Verdana, sans-serif",
"fontSize" : "13px"
- },
- "color" : "#FFFFFF"
+ }
},
"data" : [
[
@@ -44,20 +51,13 @@
],
[
"Perl 5",
- 927
+ 929
],
[
"Perl 6",
- 558
+ 559
]
- ],
- "name" : "Contributions"
+ ]
}
- ],
- "subtitle" : {
- "text" : "Last updated at 2019-08-27 11:22:13 GMT"
- },
- "legend" : {
- "enabled" : "false"
- }
+ ]
}