aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-29 21:45:50 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-29 21:45:50 +0100
commitfc3b4ec4c844684573640a3e7456e1b6c79a178d (patch)
tree6c3096c2d82e3c3d3bbdaf9010ff0914ea55448d /stats/pwc-language-breakdown-summary.json
parente02028960427a44ae5e2d2508dd98816cc650122 (diff)
downloadperlweeklychallenge-club-fc3b4ec4c844684573640a3e7456e1b6c79a178d.tar.gz
perlweeklychallenge-club-fc3b4ec4c844684573640a3e7456e1b6c79a178d.tar.bz2
perlweeklychallenge-club-fc3b4ec4c844684573640a3e7456e1b6c79a178d.zip
- Updated chart data.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json70
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 7b216dcf96..9437ceab42 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,10 +1,34 @@
{
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ }
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
+ "chart" : {
+ "type" : "column"
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "legend" : {
+ "enabled" : "false"
+ },
"series" : [
{
"data" : [
[
"Blog",
- 288
+ 289
],
[
"Perl 5",
@@ -12,52 +36,28 @@
],
[
"Perl 6",
- 662
+ 664
]
],
"dataLabels" : {
- "format" : "{point.y:.0f}",
- "y" : 10,
+ "rotation" : -90,
"color" : "#FFFFFF",
- "align" : "right",
+ "enabled" : "true",
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
},
- "enabled" : "true",
- "rotation" : -90
+ "format" : "{point.y:.0f}",
+ "y" : 10,
+ "align" : "right"
},
"name" : "Contributions"
}
],
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2019-09-29 20:37:40 GMT"
- },
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "chart" : {
- "type" : "column"
- },
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2019-09-29 20:45:45 GMT"
}
}