带有空数据的饼图
当 PieSeries 中的所有数据都等于 0 时,有什么方法可以强制 Flex 绘制空 PieChart。我现在得到的结果只是我的图表应该在的位置的空白。
Is there any way to force Flex to draw empty PieChart when all data in the PieSeries equals 0. The result I'm getting now is just a blank space in the place where my chart is supposed to be.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可能不完全是您想要的,但下面的示例将为您提供一个空的橙色图表,其中有一个标记为空的图例条目(您可能希望保留完整的图例)。
禁用标签和数据提示,当所有值设置为零时,运行一个函数来更改 dataProvider(下面的代码可能会有所帮助)
Probably not exactly what you want, but the example below will give you an empty orange chart, with a single legend entry labeled Empty (you probably want to keep the full Legend).
Disable the labels and datatips, and when all values are set to zero, run a function to alter the dataProvider (the code below might be of some help)