Merge pull request #21 from mratajsky/master
Fix chart name getting lost
This commit is contained in:
commit
3aab0b4274
@ -73,6 +73,7 @@ $(document).ready(function() {
|
||||
if (title.length == 0) {
|
||||
title = ' ';
|
||||
}
|
||||
currentSettings.title.text = title;
|
||||
currentChart.setTitle({ text: title });
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user