diff --git a/js/tbl_chart.js b/js/tbl_chart.js index 7bacc1e4dc..d0440cae8b 100644 --- a/js/tbl_chart.js +++ b/js/tbl_chart.js @@ -73,6 +73,7 @@ $(document).ready(function() { if (title.length == 0) { title = ' '; } + currentSettings.title.text = title; currentChart.setTitle({ text: title }); });