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 2019/12/16 02:38:56 UTC

[GitHub] [incubator-echarts] passioncsu removed a comment on issue #5037: echarts 的series的type为'lines'时,怎么让tooltip显示出该图表的数据?

passioncsu removed a comment on issue #5037: echarts 的series的type为'lines'时,怎么让tooltip显示出该图表的数据?
URL: https://github.com/apache/incubator-echarts/issues/5037#issuecomment-565880635
 
 
   > http://www.echartsjs.com/gallery/editor.html?c=geo-lines
   > 
   > 这个例子能实现 `tooltip (value)` 嘛
   > 
   > ------------分割线----------------
   > 
   > ```
   > tooltip: {
   >     trigger: 'item',
   >     formatter: (data) => {
   >         return data.data.value
   >     },
   >     textStyle: {
   >         fontSize: 24,
   >         color: 'red'
   >     }
   > }
   > ```
   我很好奇这些官方网站里面隐藏的这些例子你怎么找到的,
   
   https://www.echartsjs.com/examples/zh/index.html
   我常看的是这个,并没有你给的这个例子啊
   

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


With regards,
Apache Git Services

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