Commit 08ec5192 authored by GoshaZotov's avatar GoshaZotov

switch off perspective hbar

parent e874f403
...@@ -2680,7 +2680,7 @@ CChartsDrawer.prototype = ...@@ -2680,7 +2680,7 @@ CChartsDrawer.prototype =
{ {
res = true; res = true;
} }
else if(isPerspective && (isBar || isLine || isHBar)) else if(isPerspective && (isBar || isLine))
{ {
res = true; res = true;
} }
......
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