Commit 1a32220f authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Fix Bug 35296.

parent 0798ace4
...@@ -1288,7 +1288,6 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template' ...@@ -1288,7 +1288,6 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template'
if (this._changedProps) { if (this._changedProps) {
this._changedProps.asc_setType(rawData.type); this._changedProps.asc_setType(rawData.type);
} }
this.chartSettings.asc_setType(rawData.type);
this._state.SparkType = rawData.type; this._state.SparkType = rawData.type;
var changed = false, var changed = false,
...@@ -1305,7 +1304,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template' ...@@ -1305,7 +1304,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template'
this.cmbEmptyCells.setValue((rawData.type !== Asc.c_oAscSparklineType.Line && value==Asc.c_oAscEDispBlanksAs.Span) ? this.textEmptyLine : value); this.cmbEmptyCells.setValue((rawData.type !== Asc.c_oAscSparklineType.Line && value==Asc.c_oAscEDispBlanksAs.Span) ? this.textEmptyLine : value);
} }
this.updateSparkStyles(this.chartSettings.asc_getStyles()); this.updateSparkStyles(this.chartSettings.asc_getStyles(rawData.type));
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment