aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-01 18:35:18 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-09-01 18:35:18 +0100
commit92ba8012838b895e53c87f8fb3350e7aba380438 (patch)
treea6f08fd358fc9675b048948f2de25a146e91b713 /stats/pwc-language-breakdown-summary.json
parentf928ecbc422098766e862051ebd64ab45d45307e (diff)
downloadperlweeklychallenge-club-92ba8012838b895e53c87f8fb3350e7aba380438.tar.gz
perlweeklychallenge-club-92ba8012838b895e53c87f8fb3350e7aba380438.tar.bz2
perlweeklychallenge-club-92ba8012838b895e53c87f8fb3350e7aba380438.zip
- Added review blogs by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json54
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index cb5830610f..ebfd532fd9 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -1,26 +1,41 @@
{
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"chart" : {
"type" : "column"
},
- "subtitle" : {
- "text" : "Last updated at 2019-09-01 17:19:00 GMT"
- },
- "tooltip" : {
- "pointFormat" : "<b>{point.y:.0f}</b>"
- },
"legend" : {
"enabled" : "false"
},
"title" : {
"text" : "Perl Weekly Challenge Contributions - 2019"
},
+ "tooltip" : {
+ "pointFormat" : "<b>{point.y:.0f}</b>"
+ },
+ "xAxis" : {
+ "type" : "category",
+ "labels" : {
+ "style" : {
+ "fontFamily" : "Verdana, sans-serif",
+ "fontSize" : "13px"
+ }
+ }
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-09-01 17:35:10 GMT"
+ },
"series" : [
{
"name" : "Contributions",
"data" : [
[
"Blog",
- 236
+ 242
],
[
"Perl 5",
@@ -32,32 +47,17 @@
]
],
"dataLabels" : {
- "format" : "{point.y:.0f}",
+ "enabled" : "true",
"style" : {
"fontSize" : "13px",
"fontFamily" : "Verdana, sans-serif"
},
- "y" : 10,
- "rotation" : -90,
"align" : "right",
+ "rotation" : -90,
+ "format" : "{point.y:.0f}",
"color" : "#FFFFFF",
- "enabled" : "true"
+ "y" : 10
}
}
- ],
- "yAxis" : {
- "title" : {
- "text" : null
- },
- "min" : 0
- },
- "xAxis" : {
- "labels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- }
- },
- "type" : "category"
- }
+ ]
}