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/11/18 12:56:55 UTC

[GitHub] [incubator-echarts] pissang commented on issue #13641: 请问graph模式可以显示每个小点的标题吗

pissang commented on issue #13641:
URL: https://github.com/apache/incubator-echarts/issues/13641#issuecomment-729659445


   这是官网示例设置的效果,你可以把 
   ```js
   node.label = {
               show: node.symbolSize > 30
           };
   ```
   这行改成
   ```js
   node.label = { show: true }
   ```


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