Commit 5cf63753 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 25709 - Не изменяются настройки линий сетки после смены типа диаграммы.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58610 954022d7-b5bf-4e40-9824-e11837661b57
parent 7c2ee3dc
...@@ -1963,6 +1963,14 @@ DrawingObjectsController.prototype = ...@@ -1963,6 +1963,14 @@ DrawingObjectsController.prototype =
for(i = 0; i < axis_by_types.catAx.length; ++i) for(i = 0; i < axis_by_types.catAx.length; ++i)
axis_by_types.catAx[i].setAxPos(AX_POS_L); axis_by_types.catAx[i].setAxPos(AX_POS_L);
} }
else
{
for(i = 0; i < val_axis.length; ++i)
val_axis[i].setAxPos(AX_POS_L);
for(i = 0; i < axis_by_types.catAx.length; ++i)
axis_by_types.catAx[i].setAxPos(AX_POS_B);
}
chart_type.setBarDir(need_bar_dir); chart_type.setBarDir(need_bar_dir);
} }
......
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