Commit 15445d6c authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35303

parent 78002a48
......@@ -4265,7 +4265,7 @@ DrawingObjectsController.prototype =
}
for(var j = 0; j < chart_type.series.length; ++j)
{
if(chart_type.series[j].marker)
if(chart_type.series[j].marker && chart_type.series[j].marker.symbol === AscFormat.SYMBOL_NONE)
{
chart_type.series[j].setMarker(null);
}
......
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