Commit 77ac2e49 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

Bug 26257 - У диаграммы background color сбрасывается после изменения data series

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@58992 954022d7-b5bf-4e40-9824-e11837661b57
parent e8766110
...@@ -1763,7 +1763,7 @@ DrawingObjectsController.prototype = ...@@ -1763,7 +1763,7 @@ DrawingObjectsController.prototype =
c1: chart_space.bbox.serBBox.c1, c2: chart_space.bbox.serBBox.c2}; c1: chart_space.bbox.serBBox.c1, c2: chart_space.bbox.serBBox.c2};
} }
var chartSeries = getChartSeries(ws_view.model, chartSettings, catHeadersBBox, serHeadersBBox); var chartSeries = getChartSeries(ws_view.model, chartSettings, catHeadersBBox, serHeadersBBox);
chart_space.clearFormatting(); chart_space.clearFormatting(true);
b_clear_formatting = true; b_clear_formatting = true;
chart_space.rebuildSeriesFromAsc(chartSeries); chart_space.rebuildSeriesFromAsc(chartSeries);
} }
......
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