From 5b723b7e6a81d67ecfbb55503f9c1a921b8e55fe Mon Sep 17 00:00:00 2001
From: "Igor.Zotov" <Igor.Zotov@OnlyOffice.com>
Date: Fri, 11 Mar 2016 11:43:03 +0000
Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20=D0=B4?=
 =?UTF-8?q?=D0=BB=D1=8F=20Bug=2030377=20(=20=D0=9E=D0=B1=D1=80=D0=B5=D0=B7?=
 =?UTF-8?q?=D0=B0=D1=8E=D1=82=D1=81=D1=8F=20=D0=BB=D0=B8=D0=BD=D0=B8=D0=B8?=
 =?UTF-8?q?=20=D0=B3=D1=80=D0=B0=D1=84=D0=B8=D0=BA=D0=B0=20=D0=B8=20=D1=83?=
 =?UTF-8?q?=D0=B7=D0=BB=D1=8B=20=D0=B2=20=D0=BD=D1=83=D0=BB=D0=B5=D0=B2?=
 =?UTF-8?q?=D1=8B=D1=85=20=D0=B7=D0=BD=D0=B0=D1=87=D0=B5=D0=BD=D0=B8=D1=8F?=
 =?UTF-8?q?=D1=85=20=D0=B3=D0=BE=D1=80=D0=B8=D0=B7=D0=BE=D0=BD=D1=82=D0=B0?=
 =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D0=BE=D0=B9=20=D0=BE=D1=81=D0=B8)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68820 954022d7-b5bf-4e40-9824-e11837661b57
---
 Common/Charts/ChartsDrawer.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Common/Charts/ChartsDrawer.js b/Common/Charts/ChartsDrawer.js
index ee66f7557..5e49438cf 100644
--- a/Common/Charts/ChartsDrawer.js
+++ b/Common/Charts/ChartsDrawer.js
@@ -192,10 +192,6 @@ CChartsDrawer.prototype =
 				}
                 this.gridChart.draw(this);
 			}
-
-			this.cShapeDrawer.bIsNoSmartAttack = true;
-			this.chart.draw(this);
-			this.cShapeDrawer.bIsNoSmartAttack = false;
 			
 			if(this.calcProp.type != "Pie" && this.calcProp.type != "DoughnutChart")
 			{
@@ -203,6 +199,10 @@ CChartsDrawer.prototype =
 				this.valAxisChart.draw(this);
 				this.serAxisChart.draw(this);
 			}
+			
+			this.cShapeDrawer.bIsNoSmartAttack = true;
+			this.chart.draw(this);
+			this.cShapeDrawer.bIsNoSmartAttack = false;
 		}
 	},
 	
-- 
2.30.9