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
all points are filled with yellow with the following config.
point: { style: ({name}) => { if(name === 'a'){ return { fill: 'blue' } } return { fill: 'yellow' } } },
the points on line 'a' should be filled with blue
DemoDualAxes.txt
The text was updated successfully, but these errors were encountered:
Tomorrow next version.
Sorry, something went wrong.
V: 1.0.3
No branches or pull requests
🐛 bug 描述 [详细地描述 bug,让大家都能理解]
all points are filled with yellow with the following config.
point: {
style: ({name}) => {
if(name === 'a'){
return { fill: 'blue' }
}
return { fill: 'yellow' }
}
},
📷 复现步骤 [清晰描述复现步骤,让别人也能看到问题]
🏞 期望结果 [描述你原本期望看到的结果]
the points on line 'a' should be filled with blue
💻 复现代码 [提供可复现的代码,仓库,或线上示例]
© 版本信息
🚑 其他信息 [如截图等其他信息可以贴在这里]
DemoDualAxes.txt
The text was updated successfully, but these errors were encountered: