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

fix Bug 32230 - Ошибка Uncaught TypeError: Cannot read property 'K' of null при открытии таблицы

parent 99e27c3c
......@@ -6325,7 +6325,7 @@ CChartSpace.prototype =
union_marker.lineMarker = CreateMarkerGeometryByType(SYMBOL_DASH, null);
union_marker.lineMarker.pen = pt.pen;
}
if(!b_scatter_no_line && this.chart.view3D)
if(!b_scatter_no_line && !this.chart.view3D)
b_line_series = true;
}
else
......
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