Commit d567edb9 authored by GoshaZotov's avatar GoshaZotov

fix bug 32594 - Смещение 3D Column Chart по вертикальной оси после удаления данных построения

parent 1fed6c5c
...@@ -2400,6 +2400,10 @@ CChartsDrawer.prototype = ...@@ -2400,6 +2400,10 @@ CChartsDrawer.prototype =
//TODO возможно нужно будет проверку добавить на isHidden //TODO возможно нужно будет проверку добавить на isHidden
counter++; counter++;
} }
else if(3 === this.nDimensionCount)
{
counter++;
}
} }
return counter; return counter;
......
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