Fix chart name getting constantly forgotten as it's not saved for chart redraws
This commit is contained in:
parent
8747608736
commit
8ae5c3423e
@ -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