Fix series settings

This commit is contained in:
Julia Radzhabova
2023-11-16 14:11:41 +03:00
parent efe3ba56e1
commit b4c1c0c803

View File

@ -300,7 +300,7 @@ define([
if (this.isStepChanged) {
var value = this.inputStep.getValue();
(typeof value === 'string') && (value = value.replace(',','.'));
this._changedProps.asc_setStepValue(value!=='' ? parseFloat(value) : 1);
this._changedProps.asc_setStepValue(value!=='' ? parseFloat(value) : null);
}
if (this.isStopChanged) {
var value = this.inputStop.getValue();