This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch fix/remove-es6-syntax
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit 5cd61555c026dffc5314dce5e875dca8919924bf
Author: pissang <bm2736...@gmail.com>
AuthorDate: Mon Aug 26 19:07:13 2019 +0800

    fix: remove es6 syntax
---
 src/util/symbol.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/util/symbol.js b/src/util/symbol.js
index 135d893..602ebfb 100644
--- a/src/util/symbol.js
+++ b/src/util/symbol.js
@@ -270,7 +270,7 @@ var SymbolClz = graphic.extendShape({
         height: 0
     },
 
-    calculateTextPosition(out, style, rect) {
+    calculateTextPosition: function (out, style, rect) {
         var res = calculateTextPosition(out, style, rect);
         var shape = this.shape;
         if (shape && shape.symbolType === 'pin' && style.textPosition === 
'inside') {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to