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

How to change the size of bar3D in data? #434

Open
aov2005 opened this issue Dec 15, 2021 · 1 comment
Open

How to change the size of bar3D in data? #434

aov2005 opened this issue Dec 15, 2021 · 1 comment

Comments

@aov2005
Copy link

aov2005 commented Dec 15, 2021

var size = [barSize[0], height, barSize[1]];

能否加个功能可以改变每个柱子的宽度和高度?如

[{
    name: '数据1',
    value: [12, 14, 10],
    size: [1, 10]
}, {
    // 数据项名称
    name: '数据2',
    value : [34, 50, 15],
    //自定义特殊itemStyle,仅对该item有效
    itemStyle:{},
    size: [2, 5]
}]
@aov2005
Copy link
Author

aov2005 commented Dec 15, 2021

#435
不知道这样是否可以解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant