You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2019/02/28 06:09:43 UTC

[incubator-echarts] branch master updated: fix bug #9563 (#9993)

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

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c19eb3  fix bug #9563 (#9993)
3c19eb3 is described below

commit 3c19eb3e8a6ad2c74d7b0e1e2b4c9db5ccc1fc8d
Author: Day Day Up <74...@qq.com>
AuthorDate: Thu Feb 28 14:09:25 2019 +0800

    fix bug #9563 (#9993)
    
    * fix bug #9563
    
    * Modify clerical error
---
 src/chart/sunburst/SunburstPiece.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chart/sunburst/SunburstPiece.js b/src/chart/sunburst/SunburstPiece.js
index c7b73b5..4c920c1 100644
--- a/src/chart/sunburst/SunburstPiece.js
+++ b/src/chart/sunburst/SunburstPiece.js
@@ -203,7 +203,7 @@ SunburstPieceProto._updateLabel = function (seriesModel, visualColor, state) {
 
     var text = zrUtil.retrieve(
         seriesModel.getFormattedLabel(
-            this.node.dataIndex, 'normal', null, null, 'label'
+            this.node.dataIndex, state, null, null, 'label'
         ),
         this.node.name
     );


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