aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-06 21:24:20 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-08-06 21:24:20 +0100
commit7b396bf71e40e442ab4fe9f803e28e3d89c97dc3 (patch)
treefda8e13d513497e69d1f9502ad44500f035f6399 /stats/pwc-language-breakdown-summary.json
parentee2a2c974e39eeba1ac07bf3a1dc077216fc73aa (diff)
downloadperlweeklychallenge-club-7b396bf71e40e442ab4fe9f803e28e3d89c97dc3.tar.gz
perlweeklychallenge-club-7b396bf71e40e442ab4fe9f803e28e3d89c97dc3.tar.bz2
perlweeklychallenge-club-7b396bf71e40e442ab4fe9f803e28e3d89c97dc3.zip
- Added solution by Ozzy.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json64
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index e571516d9a..8335c5e70d 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,20 +1,38 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "legend" : {
+ "enabled" : "false"
+ },
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ },
+ "type" : "category"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "enabled" : "true",
+ "align" : "right",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "rotation" : -90,
"y" : 10,
+ "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
- "align" : "right"
+ "enabled" : "true",
+ "rotation" : -90
},
"data" : [
[
@@ -27,37 +45,19 @@
],
[
"Perl 6",
- 474
+ 475
]
],
"name" : "Contributions"
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "legend" : {
- "enabled" : "false"
- },
- "xAxis" : {
- "type" : "category",
- "labels" : {
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- }
- }
- },
- "chart" : {
- "type" : "column"
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
},
"subtitle" : {
- "text" : "Last updated at 2019-08-06 13:28:49 GMT"
+ "text" : "Last updated at 2019-08-06 20:24:14 GMT"
},
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
}
}