Fix Bug 32938

This commit is contained in:
Julia Radzhabova 2018-08-07 12:44:02 +03:00
parent f3c7fcb4ca
commit 5e2e94f789

View file

@ -452,7 +452,7 @@ define([
},
onSelectionChanged: function(info){
if (!this._isChartDataReady){
if (!this._isChartDataReady && info.asc_getFlags().asc_getSelectionType() == Asc.c_oAscSelectionType.RangeChart) {
this._isChartDataReady = true;
Common.Gateway.internalMessage('chartDataReady');
}