Fix chart name getting constantly forgotten as it's not saved for chart redraws

This commit is contained in:
mratajsky 2012-04-07 19:11:06 +03:00
parent 8747608736
commit 8ae5c3423e

View File

@ -73,6 +73,7 @@ $(document).ready(function() {
if (title.length == 0) {
title = ' ';
}
currentSettings.title.text = title;
currentChart.setTitle({ text: title });
});