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 2020/05/19 09:41:58 UTC

[incubator-echarts] branch fix/12232 updated: style(tooltip): remove comments

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

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


The following commit(s) were added to refs/heads/fix/12232 by this push:
     new 0cf0b50  style(tooltip): remove comments
0cf0b50 is described below

commit 0cf0b505c568aa5c413aad2f8fe7efb910dbb24f
Author: Ovilia <zw...@gmail.com>
AuthorDate: Tue May 19 17:41:23 2020 +0800

    style(tooltip): remove comments
---
 src/component/tooltip/TooltipRichContent.js | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/src/component/tooltip/TooltipRichContent.js b/src/component/tooltip/TooltipRichContent.js
index 6721d98..6337789 100644
--- a/src/component/tooltip/TooltipRichContent.js
+++ b/src/component/tooltip/TooltipRichContent.js
@@ -115,27 +115,6 @@ TooltipRichContent.prototype = {
         }
 
         this.el = new Text({
-            // style: {
-            //     rich: markers,
-            //     text: content,
-            //     textLineHeight: 20,
-            //     textBackgroundColor: tooltipModel.get('backgroundColor'),
-            //     textBorderRadius: tooltipModel.get('borderRadius'),
-            //     textFill: tooltipModel.get('textStyle.color'),
-            //     textPadding: tooltipModel.get('padding'),
-            //     fontStyle: tooltipModel.get('fontStyle'),
-            //     fontWeight: tooltipModel.get('fontWeight'),
-            //     fontFamily: tooltipModel.get('fontFamily'),
-            //     fontSize: tooltipModel.get('fontSize'),
-            //     lineHeight: tooltipModel.get('lineHeight'),
-            //     width: tooltipModel.get('width'),
-            //     height: tooltipModel.get('height'),
-            //     textBorderColor: tooltipModel.get('textBorderColor'),
-            //     textBorderWidth: tooltipModel.get('textBorderWidth'),
-            //     textShadowBlur: tooltipModel.get('textShadowBlur'),
-            //     textShadowOffsetX: tooltipModel.get('textShadowOffsetX'),
-            //     textShadowOffsetY: tooltipModel.get('textShadowOffsetY')
-            // },
             style: graphicUtil.setTextStyle({}, textStyleModel, {
                 rich: markers,
                 text: content,


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