如何:创建市场热图
我有兴趣使用内部数据创建股票市场的热图,与以下网站的方式大致相同:http://www.smartmoney.com/map-of-the-market/
我们拥有这样做所需的所有数据,以及 C#/ASP.NET 前端和 C#/SQL Server 2005 后端。
谁能推荐一些用于创建此类 Web 应用程序的资源? PS免费更好!
I am interested in creating a heat map of the stock market using internal data, in much the same way as the following site: http://www.smartmoney.com/map-of-the-market/
We have all the data necessary to do so, as well as a C#/ASP.NET front end and a C#/SQL Server 2005 back end.
Can anyone recommend any resources for creating this type of web application? P.S. Free is better!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是一种称为树形映射的技术。这是关于如何在线生成此类图表的大量信息。
This is a technique called Treemapping. This is tons of information on how to generate these kinds of graphs online.
http://www.anychart.com/ 提供的图表工具非常适合此目的。
这是他们的热图的一些示例< /a>.我之前曾在 ASP.NET 和 C# 中使用过这些图表。非常容易使用。
The charting tools provided by http://www.anychart.com/ are really good for this.
Heres some examples of their heat maps. I've used these charts before with ASP.NET and C#. Very easy to use.