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:13:42 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-30 19:13:42 +0100
commit0a3a46d3740c40406de84ea15a678a387a3cedb7 (patch)
tree78b2443246d9926995664dac7b67164ff6c3bc03 /stats/pwc-language-breakdown-summary.json
parent32c6a2ebdcd0d9c968ff697786383e397941b7b2 (diff)
downloadperlweeklychallenge-club-0a3a46d3740c40406de84ea15a678a387a3cedb7.tar.gz
perlweeklychallenge-club-0a3a46d3740c40406de84ea15a678a387a3cedb7.tar.bz2
perlweeklychallenge-club-0a3a46d3740c40406de84ea15a678a387a3cedb7.zip
- Added solutions by Arne Sommer.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json74
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 83fd63416f..694bab9a58 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,37 +1,53 @@
{
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- },
- "type" : "category"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
- "chart" : {
- "type" : "column"
+ "subtitle" : {
+ "text" : "Last updated at 2019-07-30 18:13:37 GMT"
},
"yAxis" : {
+ "min" : 0,
"title" : {
"text" : null
- },
- "min" : 0
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
+ }
},
- "legend" : {
- "enabled" : "false"
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
},
"series" : [
{
+ "dataLabels" : {
+ "enabled" : "true",
+ "align" : "right",
+ "y" : 10,
+ "format" : "{point.y:.0f}",
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "color" : "#FFFFFF",
+ "rotation" : -90
+ },
+ "name" : "Contributions",
"data" : [
[
"Blog",
- 173
+ 174
],
[
"Perl 5",
@@ -39,25 +55,9 @@
],
[
"Perl 6",
- 441
+ 443
]
- ],
- "dataLabels" : {
- "color" : "#FFFFFF",
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "align" : "right",
- "y" : 10,
- "enabled" : "true"
- },
- "name" : "Contributions"
+ ]
}
- ],
- "subtitle" : {
- "text" : "Last updated at 2019-07-30 18:06:18 GMT"
- }
+ ]
}