Fix Bug 32938
This commit is contained in:
parent
f3c7fcb4ca
commit
5e2e94f789
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue