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
🤔 [QUESTION] 求,桑基图label.callback返回带value相关数据
官方案例: https://antv-g2plot.gitee.io/zh/examples/relation-plots/sankey#alipay
// 求入参,包含value数据相关 label: { callback: (x, name) => { console.log(x); // Array(4) [ 0.992, 1, 1, 0.992 ] console.log(name); // 蚂蚁森林 return { content: name } } }
The text was updated successfully, but these errors were encountered:
新的使用方式,依赖: #2756
Sorry, something went wrong.
No branches or pull requests
🐛 Question description [Please make everyone to understand it]
🤔 [QUESTION] 求,桑基图label.callback返回带value相关数据
官方案例: https://antv-g2plot.gitee.io/zh/examples/relation-plots/sankey#alipay
The text was updated successfully, but these errors were encountered: