You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2018/10/19 08:19:45 UTC

[GitHub] sxmpasch commented on issue #9257: echarts4.0 grid自定义多个tooltip无效的问题

sxmpasch commented on issue #9257: echarts4.0 grid自定义多个tooltip无效的问题
URL: https://github.com/apache/incubator-echarts/issues/9257#issuecomment-431284032
 
 
   使用“show:true”选项添加全局工具提示。然后,您可以自定义每个网格的工具提示。
   
   It works, just add tooltip show:true to global settings. Then you can have custom tooltip for each grid:
   
   ```
   option = {
     title: [
             {
               text: 'grid自定义多个tooltip无效的复现',
               subtext: '',
               left: 'center',
               top: '0',
               textStyle: {
                 color: '#fff'
               }
             }
           ],
       tooltip : {
           show: true,
       },
      ...
   
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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