Commit c6695237 authored by GoshaZotov's avatar GoshaZotov Committed by Alexander.Trofimov

change && -> ||

parent 2139a92d
......@@ -209,7 +209,7 @@ CChartsDrawer.prototype =
if(this.nDimensionCount !== 3)
{
if(this.calcProp.type === "Line" && this.calcProp.type === "Scatter")
if(this.calcProp.type === "Line" || this.calcProp.type === "Scatter")
{
this.cShapeDrawer.bIsNoSmartAttack = true;
this.chart.draw(this);
......
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