Commit a27a56a6 authored by Sergey Luzyanin's avatar Sergey Luzyanin

fix Bug 33401

parent 40039102
......@@ -3799,8 +3799,6 @@ DrawingObjectsController.prototype =
else
{
for(var j = 0; j < chart_type.series.length; ++j)
{
if(!chart_type.series[j].marker)
{
if(!chart_type.series[j].marker)
{
......@@ -3812,7 +3810,6 @@ DrawingObjectsController.prototype =
}
}
}
}
if(!chartSettings.bLine)
{
......
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