diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 66b2727abd..89d7c0d569 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,33 @@ { - "subtitle" : { - "text" : "Last updated at 2019-07-30 18:02:19 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2019-07-30 18:04:21 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { @@ -33,7 +39,7 @@ ], [ "Perl 5", - 765 + 767 ], [ "Perl 6", @@ -41,23 +47,17 @@ ] ], "dataLabels" : { - "align" : "right", "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF", + "y" : 10, + "align" : "right", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "rotation" : -90, - "color" : "#FFFFFF", - "y" : 10, - "enabled" : "true" + "rotation" : -90 } } - ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" - } + ] } |
