Flex DataVisualization 图表组件在构建服务器上呈现标签的问题
我遇到了标签在 Flex 的 datavisualization.swc 图表上消失的问题,这些图表是通过 ANT 和 Flex 3.3 SDK 在我们的构建服务器上构建的。我已确保我们的许可证在构建服务器上正确应用(因此没有水印),并且我已确保将完全相同的 datavisualization.swc 从我的开发计算机复制到 Flex3.3SDK/frameworks/libs 目录中。
有什么想法吗?会不会是字体问题? (尽管我们实际上只使用默认字体。)
这就是问题所在,构建服务器上缺少轴标签 替代文本 http://img687.imageshack.us/img687/5038/chartwithmissingaxislab.png< /a>
这是带有标签的样子(在我的本地开发机器上拍摄) 替代文本 http://img683.imageshack.us/img683/1504/chartwithaxislabels.png< /a>
I'm having a problem with labels disappearing on Flex's datavisualization.swc charts that are built on our build server via ANT and the Flex 3.3 SDK. I've made sure that our license is applied properly on the build server (hence no water marks), and I've made sure the exact same datavisualization.swc was copied from my dev machine into the Flex3.3SDK/frameworks/libs directory.
Any ideas? Could it be a font problem? (Though we're really only using default fonts.)
Here's the problem, missing axis labels on the build server
alt text http://img687.imageshack.us/img687/5038/chartwithmissingaxislab.png
Here's how it's supposed to look with labels (taken on my local development machine)
alt text http://img683.imageshack.us/img683/1504/chartwithaxislabels.png
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用在 Flex Coders archive< 中找到的有用信息使其正常工作/a>.
基本上,在 initalize 事件处理程序中,我添加了以下代码:
另外,我必须创建该类:
I got it working using the helpful information I found at the Flex Coders archive.
Basically, in an initalize event handler, I added the following code:
Also, I had to create the class: