aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-22 14:57:28 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-07-22 14:57:28 +0100
commitab4e4b62795b7dd40e9d0e9ff8e350aa70b6c69d (patch)
tree5ae2e5b9afe695b4d8760f48cae7ace18d54cb8e /stats/pwc-language-breakdown-summary.json
parent7cebf6bb4c272f70846baf54a6ae5e8b50bf63d6 (diff)
downloadperlweeklychallenge-club-ab4e4b62795b7dd40e9d0e9ff8e350aa70b6c69d.tar.gz
perlweeklychallenge-club-ab4e4b62795b7dd40e9d0e9ff8e350aa70b6c69d.tar.bz2
perlweeklychallenge-club-ab4e4b62795b7dd40e9d0e9ff8e350aa70b6c69d.zip
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 1fc21f2464..0ed26dab93 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,13 +1,12 @@
{
- "legend" : {
- "enabled" : "false"
+ "subtitle" : {
+ "text" : "Last updated at 2019-07-22 13:57:23 GMT"
},
- "title" : {
- "text" : "Perl Weekly Challenge Contributions - 2019"
+ "chart" : {
+ "type" : "column"
},
"series" : [
{
- "name" : "Contributions",
"data" : [
[
"Blog",
@@ -19,45 +18,46 @@
],
[
"Perl 6",
- 411
+ 413
]
],
+ "name" : "Contributions",
"dataLabels" : {
+ "rotation" : -90,
+ "color" : "#FFFFFF",
+ "align" : "right",
+ "y" : 10,
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "color" : "#FFFFFF",
"enabled" : "true",
- "y" : 10,
- "format" : "{point.y:.0f}",
- "rotation" : -90,
- "align" : "right"
+ "format" : "{point.y:.0f}"
}
}
],
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
- "chart" : {
- "type" : "column"
- },
- "subtitle" : {
- "text" : "Last updated at 2019-07-22 13:52:17 GMT"
- },
"yAxis" : {
- "min" : 0,
"title" : {
"text" : null
- }
+ },
+ "min" : 0
+ },
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "legend" : {
+ "enabled" : "false"
},
"xAxis" : {
"type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
}
+ },
+ "title" : {
+ "text" : "Perl Weekly Challenge Contributions - 2019"
}
}