-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
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
Interval shape 增加 minHeight 最小高度的配置 #5686
Labels
Comments
【iamzone 认领】 |
|
【Runtus 认领】 |
4 tasks
@pearmini 我这是没问题,昨天我是看那位提的PR有问题,我才重新提的,您可以看下,那位的minHeight展示出来的柱形图是倒着的 |
第二点的逻辑是不是有点问题,应该是finalHeight = Math.max(minHeight, Math.min(maxHeight, height)) 吧,而不是为0的场景才使用minHeight |
@pearmini 好的🙏 |
@Runtus 感谢理解,后面马上还会有一些任务发布,期待你的贡献!👍 |
closed by: #5715 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AntV Open Source Contribution Plan(可选)
Issue 难度
中等难度
任务介绍
当柱形图的数据为 0 的时候,这个时候无法显示图形,也无法显示 tooltip。参考问题:ant-design/ant-design-charts#2148
实现之后的使用方式:
具体修改在文件
src/shape/interval/color.ts
中。详细介绍
No response
参考说明
No response
The text was updated successfully, but these errors were encountered: