Flex柱系列不显示柱

发布于 2024-09-10 06:59:53 字数 396 浏览 5 评论 0原文

我有一个列系列,有两列并排。

<mx:ColumnSeries xField="period" yField="FirstCalls" displayName="1st calls" />
<mx:ColumnSeries xField="period" yField="SecondCalls" displayName="2nd calls"/>

我在这里面临一个问题。如果第一个系列中使用的“FirstCalls”字段超过 4000 个,则不会显示列。我认为我的图表使用固定的高度比例,我不知道为什么。柱形图的高度很小,因此我应该按比例显示 27000 和 400 的第一个调用。请帮助,是否有任何属性可以设置高度比,例如columnWidthRatio。

提前致谢

I am having a column series with two columns side by side.

<mx:ColumnSeries xField="period" yField="FirstCalls" displayName="1st calls" />
<mx:ColumnSeries xField="period" yField="SecondCalls" displayName="2nd calls"/>

I am facing a problem here. If the 'FirstCalls' field used in the first series is more than some 4000 then it is not displaying column. I think my chart is using a fixed ratio for the height, i donno why. the height of the column chart is small, hence I should display the first calls for 27000 as well as 400 also in a ratio. Please help, is there any property which will set the height ratio, like the columnWidthRatio.

Thanks in Advance

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

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

发布评论

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

评论(1

对你再特殊 2024-09-17 06:59:53

对不起各位。这只是我这边的错误。我将值“4000”作为垂直轴的最大值。

Sorry guys. It was a mistake from my side only. I had put the value '4000' as maximum in the vertical axis.

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