We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.运行option 2.查看tooltip,百分比显示为{d}
显示百分比值
已修改提交了pull request #4332
option = { "legend" : { "data" : ["进入", "提交"] }, "tooltip" : { "trigger" : "item", "formatter" : "{a} <br/>{b} : {c}{d}" }, "toolbox" : false, "series" : [{ "name" : "2016-08-01", "type" : "funnel", "left" : "10%", "width" : "80%", "maxSize" : "100%", "label" : { "normal" : { "formatter" : "{a}\n{b}\n{d}%", "show" : true, "position" : "inside" } }, "data" : [{ "name" : "进入", "value" : "6857" }, { "name" : "提交", "value" : "4758" } ] } ] }
The text was updated successfully, but these errors were encountered:
请问这个问题处理好了吗,我在3.4版本里面还是这样啊。
Sorry, something went wrong.
@iamziyue 可以参考我的pr解决, #4332
No branches or pull requests
问题简述 (One-line summary)
版本及环境 (Version & Environment)
重现步骤 (Steps to reproduce)
1.运行option
2.查看tooltip,百分比显示为{d}
期望结果 (Expected behaviour)
显示百分比值
可能哪里有问题 (What went wrong)
已修改提交了pull request #4332
ECharts配置项 (ECharts option)
其他信息 (Other comments)
The text was updated successfully, but these errors were encountered: