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 2021/03/23 02:13:20 UTC

[GitHub] [echarts] kkuanhui commented on issue #10391: 使用dataset时,tooltip.formatter使用通配符有问题

kkuanhui commented on issue #10391:
URL: https://github.com/apache/echarts/issues/10391#issuecomment-804530001


   We can render data into tooltip by using function below instead of using a b c d format.
   ```JavaScript
   function(data){
       return `${data.seriesName} : ${data.name} <br/>${data.value.value}件 (${data.percent}%)`
        }
   ```


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