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
echarts-gl/src/chart/bar3D/cartesian3DLayout.js
Line 73 in 5ad547a
能否加个功能可以改变每个柱子的宽度和高度?如
[{ name: '数据1', value: [12, 14, 10], size: [1, 10] }, { // 数据项名称 name: '数据2', value : [34, 50, 15], //自定义特殊itemStyle,仅对该item有效 itemStyle:{}, size: [2, 5] }]
The text was updated successfully, but these errors were encountered:
#435 不知道这样是否可以解决
Sorry, something went wrong.
No branches or pull requests
echarts-gl/src/chart/bar3D/cartesian3DLayout.js
Line 73 in 5ad547a
能否加个功能可以改变每个柱子的宽度和高度?如
The text was updated successfully, but these errors were encountered: