Commit b4e034d1 authored by Sergey.Konovalov's avatar Sergey.Konovalov Committed by Alexander.Trofimov

для бага Bug 20733 - Другой стиль диаграммы при открытии презентации.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52805 954022d7-b5bf-4e40-9824-e11837661b57
parent fb3e97df
......@@ -1907,6 +1907,8 @@ function Binary_ChartReader(stream, chart, chartAsGroup)
res = this.bcr.Read2Spreadsheet(length, function(t,l){
return oThis.ReadDataLabels(t,l, oOutput);
});
if(null != oOutput.ShowVal)
seria.bShowValue = oOutput.ShowVal;
if(null != oOutput.TxPrPptx && null != oOutput.TxPrPptx.font)
seria.LabelFont = oOutput.TxPrPptx.font;
}
......
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