Commit cd4f1799 authored by Sergey Luzyanin's avatar Sergey Luzyanin

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

parent 01b3ed5d
......@@ -6000,7 +6000,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