Commit fb88a10c authored by Dmitry.Vikulov's avatar Dmitry.Vikulov Committed by Alexander.Trofimov

Проверка NumCache серий

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49228 954022d7-b5bf-4e40-9824-e11837661b57
parent 9eb5e6e7
......@@ -3013,7 +3013,13 @@ function DrawingObjects() {
drawingObject.graphicObject.chartTitle.drawingObjects = _this;
drawingObject.graphicObject.chart.worksheet = worksheet;
drawingObject.graphicObject.init();
if ( drawingObject.graphicObject.chart.series.length && !drawingObject.graphicObject.chart.series[0].Val.NumCache.length ) {
drawingObject.graphicObject.chart.rebuildSeries();
}
drawingObject.graphicObject.init();
aObjects.push( drawingObject );
}
if (drawingObject.graphicObject instanceof CShape) {
......
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