Commit 46704334 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33676

parent e7cdaaac
......@@ -1195,7 +1195,7 @@ CChartSpace.prototype.parseChartFormula = function(sFormula)
if(this.worksheet && typeof sFormula === "string" && sFormula.length > 0){
return AscCommonExcel.getRangeByRef(sFormula, this.worksheet);
}
return null;
return [];
};
CChartSpace.prototype.checkBBoxIntersection = function(bbox1, bbox2)
{
......
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