chfw commented on issue #7977: K线图不显示提示的【open, close, lowest, highest】- echarts 
4.0.4
URL: 
https://github.com/apache/incubator-echarts/issues/7977#issuecomment-390033925
 
 
   放在高层 tooltip 能行:
   
       "tooltip": {
           "trigger": "axis",
           "formatter": function(params){return params[0].seriesName + '<br/>- 
open:'+ params[0].data[1] + '<br/>- close:'+ params[0].data[2] + '<br/>- 
lowest:'+ params[0].data[3] + '<br/>- highest:'+ params[0].data[4];}
       }, 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to