Skip to content
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

没有显式指定 component size 的时候,component 充满 padding 区域 #4687

Closed
pearmini opened this issue Feb 23, 2023 · 0 comments
Closed
Assignees
Labels

Comments

@pearmini
Copy link
Member

pearmini commented Feb 23, 2023

如下配置 y axis 的 size 还是默认值,这是不符合预期的。

const options = {
  paddingLeft: 72,
  axis: {
    y: {},
  },
};

目前需要按照如下显式设置。

const options = {
  paddingLeft: 72,
  axis: {
    y: { size: 72 },
  },
};
@pearmini pearmini self-assigned this Feb 23, 2023
@pearmini pearmini added the V5 label Feb 23, 2023
@pearmini pearmini changed the title 没有显示指定 component size 的时候,component 的充满 padding 区域 没有显式指定 component size 的时候,component 的充满 padding 区域 Feb 23, 2023
@pearmini pearmini changed the title 没有显式指定 component size 的时候,component 的充满 padding 区域 没有显式指定 component size 的时候,component 充满 padding 区域 Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

No branches or pull requests

2 participants