Commit 11e9eeb1 authored by Dmitry.Vikulov's avatar Dmitry.Vikulov

minor

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@51109 954022d7-b5bf-4e40-9824-e11837661b57
parent 6e3ab1f5
......@@ -3663,7 +3663,6 @@ function DrawingObjects() {
chart.rebuildSeries();
chart.worksheet = worksheet; // Для формул серий
History.Create_NewPoint();
return this.controller.addChartDrawingObject(chart, options);
}
else if ( isObject(chart) && chart["binary"] ) {
......@@ -4695,6 +4694,7 @@ function DrawingObjects() {
var chart = this.controller.getAscChartObject();
if ( !chart ) {
History.Create_NewPoint();
chart = new asc_CChart();
chart.header.title = api.chartTranslate.title;
chart.xAxis.title = api.chartTranslate.xAxis;
......
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