ASP.NET 中的数据可视化/分析/仪表板(不是 Google 分析集成)

发布于 2024-09-10 14:35:45 字数 404 浏览 6 评论 0原文

我需要创建一个 ASP.NET 站点,它可以显示从后端数据源提取数据的仪表板类型应用程序的图形、图表和统计信息。

我试图找到:

(a)我可以使用/构建的开源模块

(b)教授上述内容的教程

(c)运行良好的现有模块(最好是低成本的)。

我进行了基本的谷歌搜索,但只找到了非常昂贵的付费解决方案(例如:http://www.dundas.com/< /a> $700+,http://www.devexpress.com/ $300 * n)。

I need to create an ASP.NET site which can display graphs, charts, statistics for a dashboard type application pulling data from a backend data source.

I am trying to locate either:

(a) open-source modules that I can use / build up on

(b) tutorials which teach the above

(c) existing modules (preferably low-cost) that work well.

I did the basic googling, but found only VERY expensive paid solutions (eg: http://www.dundas.com/ $700+, http://www.devexpress.com/ $300 * n).

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

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

发布评论

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

评论(3

探春 2024-09-17 14:35:45

对于简单的可视化,您应该查看 EXTJS 库。这是一个免费的 JavaScript 框架。
http://www.sencha.com/products/js/

有几个很好的例子那里有很多动态图表,我发现 API 非常容易使用。

Adobe 的 Flex 平台是一个您可以随时访问的非免费库。这会给你一个更性感的前端。 Flash Builder(随 Flex 库附带)的基本许可证仅需 249 美元,因此可能在您的预算之内。

For simple visualizations, you should take a look at the EXTJS library. It's a free javascript framework.
http://www.sencha.com/products/js/

There are several good examples of dynamic charts there and I've found the API is pretty easy to use.

A non-free library that you can always go to is Adobe's Flex platform. That will give you more of a sexy front end. A basic license for Flash Builder (which comes with the Flex library) is only $249, so that may be within your budget.

皓月长歌 2024-09-17 14:35:45

如果您可以将数据发布为 JSON 对象并将结果显示在浏览器中,Protovis 是一个非常适合使用的免费 JS 库:

https://mbostock.github.io/protovis/

If you can publish your data as JSON objects and have the results displayed in a browser, Protovis is a free JS library that's pretty nice to work with:

https://mbostock.github.io/protovis/

ゃ人海孤独症 2024-09-17 14:35:45

ASP.NET 附带了构建应用程序所需的一切,而无需购买额外的组件。

(a) 有很多围绕图表的开源项目。 http://www.codeproject.com/KB/graphics/zedgraph.aspx

(b) 接下来有很多 ASP.NET 教程,包括与图表相关的教程。谷歌是你的朋友!

参见a点(如果我很好地理解你的要求的话)。

ASP.NET is shipped with everything you need to build the application without having to purchase additional components.

(a) there are plenty of open source projects around charting. http://www.codeproject.com/KB/graphics/zedgraph.aspx

(b) there are plenty ASP.NET tutorials on the next including ones related to charting. Google is your friend here!

See point a (if I understand well what you are asking for).

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