aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-17 18:22:45 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-10-17 18:22:45 +0100
commitb20d2cc01c2073e7686ad7e8b116a5b060816b5c (patch)
treee7e34d7de7c5acd73667f2090af04c856f274ea8 /stats/pwc-language-breakdown-summary.json
parentf6061bc4163030941e2222004301736283ba2084 (diff)
downloadperlweeklychallenge-club-b20d2cc01c2073e7686ad7e8b116a5b060816b5c.tar.gz
perlweeklychallenge-club-b20d2cc01c2073e7686ad7e8b116a5b060816b5c.tar.bz2
perlweeklychallenge-club-b20d2cc01c2073e7686ad7e8b116a5b060816b5c.zip
- Updated stats.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json78
1 files changed, 39 insertions, 39 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 4b912e168b..6c00e3f993 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,35 +1,26 @@
{
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- },
"subtitle" : {
- "text" : "Last updated at 2019-10-16 22:04:17 GMT"
+ "text" : "Last updated at 2019-10-17 17:22:40 GMT"
},
"series" : [
{
"name" : "Contributions",
+ "dataLabels" : {
+ "color" : "#FFFFFF",
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ },
+ "y" : 10,
+ "align" : "right",
+ "rotation" : -90,
+ "enabled" : "true",
+ "format" : "{point.y:.0f}"
+ },
"data" : [
[
"Blog",
- 322
+ 323
],
[
"Perl 5",
@@ -37,27 +28,36 @@
],
[
"Perl 6",
- 733
+ 735
]
- ],
- "dataLabels" : {
- "color" : "#FFFFFF",
- "format" : "{point.y:.0f}",
- "y" : 10,
- "rotation" : -90,
- "style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
- },
- "align" : "right",
- "enabled" : "true"
- }
+ ]
}
],
- "chart" : {
- "type" : "column"
+ "xAxis" : {
+ "labels" : {
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
+ },
+ "type" : "category"
},
"legend" : {
"enabled" : "false"
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "yAxis" : {
+ "title" : {
+ "text" : null
+ },
+ "min" : 0
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
+ },
+ "chart" : {
+ "type" : "column"
}
}