aboutsummaryrefslogtreecommitdiff
path: root/stats/pwc-language-breakdown-summary.json
diff options
context:
space:
mode:
authorMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-13 19:45:42 +0100
committerMohammad S Anwar <mohammad.anwar@yahoo.com>2019-06-13 19:45:42 +0100
commit478cd940f4ec3d503eb979ccf27fd3137118345f (patch)
treeae23f0ffb4b120157dec30d540d7cc2ba875be13 /stats/pwc-language-breakdown-summary.json
parent8bda1f62f02ff15422be286dd9a561719efe057e (diff)
downloadperlweeklychallenge-club-478cd940f4ec3d503eb979ccf27fd3137118345f.tar.gz
perlweeklychallenge-club-478cd940f4ec3d503eb979ccf27fd3137118345f.tar.bz2
perlweeklychallenge-club-478cd940f4ec3d503eb979ccf27fd3137118345f.zip
- Restructured chart and added blog.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
-rw-r--r--stats/pwc-language-breakdown-summary.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json
index 38c99e3f9f..e9cdbaee2e 100644
--- a/stats/pwc-language-breakdown-summary.json
+++ b/stats/pwc-language-breakdown-summary.json
@@ -5,26 +5,14 @@
"tooltip" : {
"pointFormat" : "<b>{point.y:.0f}</b>"
},
- "chart" : {
- "type" : "column"
- },
"xAxis" : {
- "type" : "category",
"labels" : {
"style" : {
- "fontFamily" : "Verdana, sans-serif",
- "fontSize" : "13px"
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
}
- }
- },
- "subtitle" : {
- "text" : "Last updated at 2019-06-13 15:52:16 GMT"
- },
- "yAxis" : {
- "min" : 0,
- "title" : {
- "text" : null
- }
+ },
+ "type" : "category"
},
"series" : [
{
@@ -44,20 +32,32 @@
],
"name" : "Contributions",
"dataLabels" : {
- "style" : {
- "fontSize" : "13px",
- "fontFamily" : "Verdana, sans-serif"
- },
+ "enabled" : "true",
"format" : "{point.y:.0f}",
+ "y" : 10,
"rotation" : -90,
- "enabled" : "true",
"color" : "#FFFFFF",
"align" : "right",
- "y" : 10
+ "style" : {
+ "fontSize" : "13px",
+ "fontFamily" : "Verdana, sans-serif"
+ }
}
}
],
+ "chart" : {
+ "type" : "column"
+ },
+ "yAxis" : {
+ "min" : 0,
+ "title" : {
+ "text" : null
+ }
+ },
"legend" : {
"enabled" : "false"
+ },
+ "subtitle" : {
+ "text" : "Last updated at 2019-06-13 18:42:14 GMT"
}
}