From 478cd940f4ec3d503eb979ccf27fd3137118345f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 13 Jun 2019 19:45:42 +0100 Subject: - Restructured chart and added blog. --- stats/pwc-language-breakdown-summary.json | 44 +++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'stats/pwc-language-breakdown-summary.json') 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" : "{point.y:.0f}" }, - "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" } } -- cgit