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
需要显示两条Y轴
setStyles({ yAxis: [{ ..., index: 0 // 每条Y轴有序列号 }] })
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
#348
No branches or pull requests
需求描述
需要显示两条Y轴
具体实现
yAxis 支持数组形式,
setStyles({
yAxis: [{
...,
index: 0 // 每条Y轴有序列号
}]
})
期望场景:同时显示百分数轴和数值轴,如下图
The text was updated successfully, but these errors were encountered: