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/20 12:08:48 UTC

[GitHub] [echarts] xx-yyzz opened a new issue #15004: tooltip

xx-yyzz opened a new issue #15004:
URL: https://github.com/apache/echarts/issues/15004


   ### What problem does this feature solve?
   新的需求
   
   ### What does the proposed API look like?
   tooltip是一个页面容器,可以显示图片等自定义信息,在散点图中,每一个数据点设置为一张图片,鼠标悬停的时候,tooltip悬浮框显示数据点的图片,可以通过代码控制图片宽高。类似symbolSize。
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   


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


[GitHub] [echarts] pissang commented on issue #15004: tooltip

Posted by GitBox <gi...@apache.org>.
pissang commented on issue #15004:
URL: https://github.com/apache/echarts/issues/15004#issuecomment-846729517


   I think it is a how-to question rather than a new feature request. It can be done by current API


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


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

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #15004:
URL: https://github.com/apache/echarts/issues/15004#issuecomment-846729560


   Sorry, but please ask *how-to* questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/echarts) or [segmentfault(中文)](https://segmentfault.com/t/echarts). You may also send an email about your question to dev@echarts.apache.org if you like.
   
   Here's why:
   
   Maintaining open source projects, especially popular ones, is [hard work](https://nolanlawson.com/2017/03/05/what-it-feels-like-to-be-an-open-source-maintainer/). As ECharts's user base has grown, we are getting more and more usage questions, bug reports, feature requests and pull requests every single day.
   
   As a free and open source project, ECharts also has limited maintainer bandwidth. That means the only way to ensure the project's sustainability is to:
   
   1. Prioritize more concrete work (bug fixes and new features);
   2. Improve issue triaging efficiency.
   
   For (1), we have decided to use the GitHub issue lists exclusively for work that has well-defined, actionable goals. Questions and open ended discussions should be posted to mediums that are better suited for them.
   
   For (2), we have found that issues that do not provide proper information upfront usually results in terribly inefficient back-and-forth communication just to extract the basic information needed for actual triaging. This is exactly why we have created this app: to ensure that every issue is created with the necessary information, and to save time on both sides.


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


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

Posted by GitBox <gi...@apache.org>.
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


[GitHub] [echarts] echarts-bot[bot] closed issue #15004: tooltip

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] closed issue #15004:
URL: https://github.com/apache/echarts/issues/15004


   


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


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

Posted by GitBox <gi...@apache.org>.
echarts-bot[bot] commented on issue #15004:
URL: https://github.com/apache/echarts/issues/15004#issuecomment-845039923






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