You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/07/29 09:55:08 UTC

[GitHub] [incubator-echarts] anwfr opened a new issue #10931: Sankey - custom link tooltip

anwfr opened a new issue #10931: Sankey - custom link tooltip
URL: https://github.com/apache/incubator-echarts/issues/10931
 
 
   ### What problem does this feature solve?
   Hello, I would like to customize link tooltip in Sankey.
   Currently link hover produces the following tooltip: "{source} -- {target} : {value}"
   
   ### What does the proposed API look like?
   Custom link tooltip could be set as a link property:
   {
             source: "source",
             target: "target",
             tooltip: {
               formatter: "custom link tooltip"
             }
   }
   
   <!-- This issue is generated by echarts-issue-helper. DO NOT REMOVE -->
   <!-- This issue is in English. DO NOT REMOVE -->

----------------------------------------------------------------
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: dev-unsubscribe@echarts.apache.org
For additional commands, e-mail: dev-help@echarts.apache.org