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
https://f2.antv.vision/zh/examples/component/guide#region-filter
chart.guide().regionFilter({ // 绘制区域过滤 start: [ 'min', 95 ], end: [ 'max', 'max' ], color: '#FF4D4F' }); 无法实现区域过滤,设置后整个区域样式都被覆盖了
The text was updated successfully, but these errors were encountered:
1348281
Merge pull request #1024 from antvis/fix-issues1013
b18483f
fix: region-filter显示错误. Fixed #1013
zengyue
No branches or pull requests
Reproduction link
https://f2.antv.vision/zh/examples/component/guide#region-filter
Steps to reproduce
chart.guide().regionFilter({ // 绘制区域过滤
start: [ 'min', 95 ],
end: [ 'max', 'max' ],
color: '#FF4D4F'
});
无法实现区域过滤,设置后整个区域样式都被覆盖了
The text was updated successfully, but these errors were encountered: