使用 Flot 在 ASP.NET 中制作图表并从代码隐藏文件中获取值

发布于 2024-12-10 17:57:39 字数 221 浏览 0 评论 0原文

我正在开发一个项目,我从 ASP.NET 页面获取用户的输入。然后,该输入将被处理为数据,并使用该数据我可以创建图表,这适用于 Microsoft 标准图表库。

但现在我想用 Flot 制作相同的图表。我可以制作 Flot 图表,但该数据是硬编码在 .ASPX 页面中的。这是用 jQuery 实现的。

我想做的是让代码隐藏文件填充图表。我知道我需要使用 JSON (我不熟悉),但我不知道如何使用。

I'm working on a project were I have input from the user from the ASP.NET page. This input is then being processed into data and with this data I can create charts, this works with the Microsoft standard Charting library's.

But now I want to make the same chart but with Flot. I can make a Flot chart but this data is hard-coded in the .ASPX page. This is with jQuery.

What I'm trying to do is let the code-behind file fill in the chart. I know I need to use JSON (which I'm not acquainted with), but I don't know how.

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

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

发布评论

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

评论(1

厌倦 2024-12-17 17:57:39

我认为您想要做的是使用 AJAX 从服务器动态加载数据。

这是一个可以做同样多事情的例子。

http://people.iola.dk/olau/flot/examples/ajax.html

如果这不是您要找的,请告诉我。

I think what you want to do is to use AJAX do load data dynamically from a server.

Here is an example to do as much.

http://people.iola.dk/olau/flot/examples/ajax.html

Let me know if this is not that for which you are looking.

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