aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-31 17:29:03 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-31 17:29:03 +0100
commitcae15e6787e65802c581bc948990b09e83df29d1 (patch)
tree05d9297cc6f95f30889ae6862ae1f0e6ac4a1ac9 /stats/pwc-language-breakdown-summary.json
parent3753f54f4fc4628cf6292c5f79f76654b64e46c8 (diff)
downloadperlweeklychallenge-club-cae15e6787e65802c581bc948990b09e83df29d1.tar.gz
perlweeklychallenge-club-cae15e6787e65802c581bc948990b09e83df29d1.tar.bz2
perlweeklychallenge-club-cae15e6787e65802c581bc948990b09e83df29d1.zip
- Added solutions by Noud.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json68
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e0c76da357..739e339442 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,15 +1,25 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-08-31 16:24:57 GMT"
- },
- "legend" : {
- "enabled" : "false"
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
},
"series" : [
{
+ "name" : "Contributions",
+ "dataLabels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ },
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "y" : 10,
+ "enabled" : "true",
+ "format" : "{point.y:.0f}",
+ "align" : "right"
+ },
"data" : [
[
"Blog",
@@ -21,43 +31,33 @@
],
[
"Perl 6",
- 571
+ 573
]
- ],
- "name" : "Contributions",
- "dataLabels" : {
- "format" : "{point.y:.0f}",
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
- "align" : "right",
- "y" : 10,
- "enabled" : "true",
- "rotation" : -90,
- "color" : "#FFFFFF"
- }
+ ]
}
],
+ "subtitle" : {
+ "text" : "Last updated at 2019-08-31 16:28:53 GMT"
+ },
+ "chart" : {
+ "type" : "column"
+ },
"xAxis" : {
+ "type" : "category",
"labels" : {
"style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
}
- },
- "type" : "category"
+ }
},
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
},
- "chart" : {
- "type" : "column"
+ "legend" : {
+ "enabled" : "false"
}
}