Flex 中的交互式热图

发布于 2024-08-11 02:49:20 字数 450 浏览 4 评论 0原文

我对 Flex 和一般编程还处于非常基础的水平。我正在开发一个项目,其中有 Excel (.csv) 格式的数据,它是一个大型 Excel 绘图/矩阵,其中每个单元格都有一个温度数字。我想以某种方式将该矩阵导入到Flex中,或者解析Flex中的数据,以便该矩阵变成交互式热,其颜色对应于从蓝色(冷)到红色(热)的不同温度,并且滚动时的每个点都显示温度数。

如果您有任何建议或指出我可以从哪里开始的正确方向,我将非常感激。

  • 我应该使用绘图图还是其他控件?
  • 我应该将数据转换为 XML 或导入 MySQL 数据库,这对 Flex 来说会更容易吗?但话又说回来,数据基本上只是一个大矩阵,没有传统数据库意义上的标题/字段,只有许多单元格,每个单元格都有一个温度数字。
  • 另外,您对如何将数据导入 Flex 并将其用作数据提供程序来绘制热图有什么建议吗?

我将非常感谢你的帮助。 谢谢!

I’m at a very basic level with Flex and with programming in general. I am working on a project where I have data in an Excel (.csv) format, it’s a large Excel plot/matrix where each cell has a temperature number. I want to import this matrix into Flex somehow, or parse the data in Flex, so that this matrix turns into an interactive heat with colors corresponding to varying temperatures from blue (cold) to red (hot), and each spot on roll over shows the temperature number.

If you have any suggestions or point me in the right direction as to where I can start I’ll really appreciate it.

  • Should I use plot charts, or some other control?
  • should I convert data into XML or import into a MySQL database, would that be easier for Flex? But then, again, the data is basically just a large matrix, there's no headers/ fields in a traditional database sense, just many cells each having a temperature number.
  • Also, would you have any suggestions how I can import the data into Flex and use it as data provider to plot the heat map?

I’ll really appreciate your help.
Thanks!

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

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

发布评论

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

评论(1

铁憨憨 2024-08-18 02:49:20

Tour de Flex 中提供了一些涵盖这些要求的示例。您可以在 DataGrid 中使用自定义项目渲染器来实现不同的颜色。工具提示将提供滚动。

There are some examples that cover these requirements in Tour de Flex. You can use custom item renderers in a DataGrid to achieve the different colors. Tooltips will provide the roll-overs.

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