Commit 9c85ef48 authored by Sergey.Luzyanin's avatar Sergey.Luzyanin Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@49665 954022d7-b5bf-4e40-9824-e11837661b57
parent 5be1d315
......@@ -1476,7 +1476,7 @@ function drawChart(chart, arrValues, width, height, options) {
colorMap = GenerateDefaultColorMap().color_map;
}
if(chart.reSeries && chart.reSeries.length != 0 && (chart.reSeries[0].TxCache.Tx || chart.reSeries[0].OutlineColor) && (theme && colorMap))
if(chart.reSeries && chart.reSeries.length != 0 && (chart.reSeries[0].TxCache.Tx || chart.reSeries[0].OutlineColor) && theme)
{
var uniColors;
bar._otherProps._colors = [];
......
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