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/10/27 06:59:44 UTC

[GitHub] [incubator-echarts] plainheart commented on issue #13492: how to display additional information in the sankey chart tooltips

plainheart commented on issue #13492:
URL: https://github.com/apache/incubator-echarts/issues/13492#issuecomment-717031685


   I'd like to suggest using  formatter callback function to get the data of node and assemble and return your information.
   
   ```js
   (params: Object|Array, ticket: string, callback: (ticket: string, html: string)) => string
   ```


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