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 2020/06/18 03:46:03 UTC

[GitHub] [incubator-echarts] hugeorange edited a comment on issue #4403: 如何让getDataURL()获得的编码不含有有toolbox的图标

hugeorange edited a comment on issue #4403:
URL: https://github.com/apache/incubator-echarts/issues/4403#issuecomment-645753529


   > ```js
   > myChart.getDataURL({
   >   excludeComponents: ['toolbox']
   > });
   > ```
   
   如果想要包含 tooltip 里面的内容要怎么做?
   现在的情况很尴尬,如下图所示:tooltip的内容不展示但那个 点突出了,有时候那个标识线也会出现,但提示文字不会出现,如下图所示:
   ![image](https://user-images.githubusercontent.com/18440746/84975820-00180000-b159-11ea-9d0f-ab203c25ac5e.png)
   
   期望截出来的图是这个样子的:
   ![image](https://user-images.githubusercontent.com/18440746/84975878-1faf2880-b159-11ea-9b73-ff42a0abdf4c.png)
   
   


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