如何消除条形图中条形之间的间隙

发布于 2024-08-16 10:04:29 字数 75 浏览 4 评论 0原文

我创建了一个条形图(共有 4 个条形图),其中这些条形图之间有间隙。 请告诉我,如何消除栏之间的间隙,因为没有可用的内置属性......

I have created a Bar chart(having total 4 bars), wherein there is a gap between these bars.
Kindly let me know , how to remove this gap between the bars as there is no inbuild property available...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

枕花眠 2024-08-23 10:04:29

我知道这是一个旧线程,但这是任何其他正在寻找它的人的解决方案。

组件上的属性:columnWidthRatio="1"

将列设置为单选的 100%,这意味着它填充列之间的所有空间。

希望它有帮助,

BP

I know this is an old thread but here is the solution for any one else that is looking for it.

The property: columnWidthRatio="1"

On component sets the column with to be 100 % of the radio, meaning that it fills all space between columns.

Hope it helps,

B.P.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文