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/05/24 07:00:28 UTC

[GitHub] [echarts] xx-yyzz commented on issue #15004: tooltip

xx-yyzz commented on issue #15004:
URL: https://github.com/apache/echarts/issues/15004#issuecomment-846810400


   > ### What problem does this feature solve?
   > 新的需求
   > 
   > ### What does the proposed API look like?
   > tooltip是一个页面容器,可以显示图片等自定义信息,在散点图中,每一个数据点设置为一张图片,鼠标悬停的时候,tooltip悬浮框显示数据点的图片,可以通过代码控制图片宽高。类似symbolSize。
   >`tooltip{
   formatter:function() {
   return '<div><img src=""/></div>'
   }}`
   the 'src' is dynamic. How to achieve it?


-- 
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