免费的 Flex SDK 中是否提供 Flex 图表?

发布于 2024-07-25 20:21:08 字数 212 浏览 1 评论 0原文

嗯嗯... 图表似乎只能通过 Flex Builder 内置的 Flex SDK 获得。 这是一个问题,因为我想使用 Flex 3.3,而 Flex Builder 附带了 3.2。

Eclipse 也让我很恼火,我更喜欢使用不同的 IDE (FlashDevelop)。

有什么办法解决这个问题吗? 还有什么是我应该注意的免费 SDK 中未包含的内容吗?

Hmmmm...
It appears that charts are only available through the Flex SDK that comes built-in with Flex Builder. This is a problem, since I want to use Flex 3.3, and Flex Builder came with 3.2.

Eclipse is also ticking me off, and I prefer to use a different IDE (FlashDevelop).

Any way around this? And is there anything else that isn't included the the free SDK that I should be aware of?

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

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

发布评论

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

评论(6

四叶草在未来唯美盛开 2024-08-01 20:21:09

这些图表仅适用于专业的 Flex Builder 插件。 但是,如果您拥有 FB 许可证,则没有理由不能将这些库与 FlashDevelop 一起使用。

The charts are only available with the professional Flex Builder plugin. If you have a FB license, however, there is no reason you can't use the libraries with FlashDevelop.

咿呀咿呀哟 2024-08-01 20:21:09

您可以从 Adob​​e 网站下载数据可视化组件:http:// /www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk - 这是页面底部的下载,查找“Adobe Flex 3.3 数据可视化组件”。

但是,即使您可以下载这些组件,您仍然需要许可证才能在应用程序中使用它们。 除非在使用 MXMLC 编译时使用有效的数据可视化许可证,否则这些组件将在其上显示水印。

You can download the Data Visualization components from the Adobe website here: http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk - It's the download at the bottom of the page, look for "Adobe Flex 3.3 Data Visualization Components".

However, even though you can download the components, you will still need a license to use them in your applications. The components will display a watermark over them unless a valid data visualization license is used when compiling with MXMLC.

月亮邮递员 2024-08-01 20:21:09

正如 riaflexer 所提到的,如果您需要 Adob​​e 图表组件,您可以从 Adob​​e 下载这些组件,并将它们安装到您的 Flex Builder 副本中 - 前提是您已经拥有图表组件的许可证。

但是,如果您正在寻找可与免费 Flex SDK 一起使用的图表和数据可视化组件,则应该查看 Axis 数据可视化框架。 它是一个开源数据可视化框架,可用于创建您能想到的几乎任何类型的图表组件。 此外,由于它构建在 Degrafa 之上,因此自定义图表的外观相当容易。 它仍处于 alpha 阶段,但到目前为止似乎仍然运行良好。

As mentioned by riaflexer, if you need the Adobe charting components, you can download those from Adobe, and install them into your copy of Flex Builder - provided that you already have a license for the charting components.

However, if you're looking for charting and data visualization components that you can use with the free Flex SDK, you should take a look at the Axiis Data Visualization Framework. It's an open source data viz framework that can be used to create just about any type of charting component you could think of. Also, since it's built on top of Degrafa, it's fairly easy to customize the look of your charts. It's still in alpha, but it still seems to work pretty well so far.

三寸金莲 2024-08-01 20:21:09

Flex 图表库大约从 Flex 4 发布前后开始开源,正如您从 2010 年 2 月 19 日的公告中看到的那样 此处

The flex charting libraries have been made open source from roughly around the release of flex 4, as you can see from the announcement on February 19, 2010 here.

撩动你心 2024-08-01 20:21:09

内存分析器和自动测试工具仅适用于专业版。 测试工具仍处于起步阶段,但它们看起来越来越好,而且每天都在进步,而且它们是对 Flex 应用程序进行单元测试的唯一方法。

The memory profiler and automated testing tools are only available with the professional version. The test tools are still in their infancy, but they are looking better and better and every day, but are the only way to do unit testing of Flex apps.

献世佛 2024-08-01 20:21:09

根据 Flex 3 SDK 发行说明

Flex Charting 软件包增强功能 – Flex 3 通过多项增强功能改进了 Charting 软件包。 轴系统现在可以支持多个轴,并且 DateTimeAxis 允许工作周过滤。 新的面向数据的图形 API 允许您绘制数据坐标,让图表将所有内容呈现在适当的屏幕位置。 所有现有图表都有新的格式选项和添加的交互功能。 仅适用于 Flex Builder Professional。

我期待使用命令行或 FlashDevelop 来实现 Flex 3,但似乎并未涵盖所有功能。
您可能想要安装 Flex Builder 3,在安装时对其进行跟踪,以查看它向系统添加了哪些值(例如注册表项),然后在卸载时卸载并删除这些项...但这工作量太大了...

according to Flex 3 SDK Release notes,

Flex Charting package enhancements – Flex 3 improves the Charting package with a number of enhancements. The axis system can now support multiple axes, and the DateTimeAxis allows for work-week filtering. A new data-oriented graphics API allows you to draw data coordinates, leaving the chart to render everything in its proper screen position. There are new formatting options and added interaction capabilities for all of the existing charts. Available only with Flex Builder Professional.

I was looking forward to doing Flex 3 using command line or FlashDevelop, but it seems not all features are covered.
You might wanna install Flex Builder 3, track it while it is installing to see what values it is adding to the system like registry entries, and then uninstall and remove those entries when doing uninstall... but that's too much work...

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