diff --git a/common/Charts/DrawingArea.js b/common/Charts/DrawingArea.js index f10bec86d8..5b1452ff23 100755 --- a/common/Charts/DrawingArea.js +++ b/common/Charts/DrawingArea.js @@ -792,6 +792,7 @@ DrawingArea.prototype.getOffsets = function(x, y, bEvents) { //--------------------------------------------------------export---------------------------------------------------- window['AscFormat'] = window['AscFormat'] || {}; + window['AscCommonExcel'] = window['AscCommonExcel'] || {}; window['AscFormat'].DrawingArea = DrawingArea; window["AscCommonExcel"].sFrozenImageUrl = sFrozenImageUrl;