You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2021/03/16 03:09:54 UTC

[GitHub] [echarts] pissang commented on a change in pull request #14473: feature: [tooltip] correct component tooltip cascade and support manually trigger component tooltip.

pissang commented on a change in pull request #14473:
URL: https://github.com/apache/echarts/pull/14473#discussion_r594830532



##########
File path: src/component/graphic/install.ts
##########
@@ -514,6 +519,25 @@ class GraphicComponentView extends ComponentView {
                 elInner.__ecGraphicWidthOption = (elOption as GraphicComponentGroupOption).width;
                 elInner.__ecGraphicHeightOption = (elOption as GraphicComponentGroupOption).height;
                 setEventData(el, graphicModel, elOption);
+
+                const tooltipOption = elOption.tooltip;

Review comment:
       I remember tooltip property can be a string previously




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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