使用缩放和导航选项从数据库 (Sqlite) 数据源绘制图表,针对所有可用的 Web 浏览器

发布于 2024-08-28 00:57:01 字数 66 浏览 4 评论 0原文

我想使用 Sqlite 数据库数据绘制图表,并将该图表放入 Html 页面中,并具有不同的编辑选项(选择、缩放和导航)

I want to plot a graph using Sqlite database data, and put this graph in a Html page, with different editing options (selection, Zooming. and navigation)

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

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

发布评论

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

评论(2

迷爱 2024-09-04 00:57:01

我的同事 Donal 在上面写道,当然是实话实说,“……可能涉及大量 Javascript……”

不过,还有其他可能性。我想知道“图表”对 CP_IS 意味着什么,特别是考虑到“……导航”的要求。无论如何,在低端,有诸如 http://www.ibm.com/developerworks/library/l-sc4/

如果 CP_IS 愿意考虑 HTML5(以及 http:// /www.itworld.com/development/103308/html5-tipping-point-developers-not-browsers 表明他应该这样做),canvas 和 SVG 可供他使用,并且它们无疑为快速绘图、缩放等提供了极好的机会。

最后,虽然 CP_IS 将这个问题标记为与 Tcl 相关(我读得正确吗?)让我困惑,但如果他已经在使用 Tcl,我怀疑 Æjaks http://wiki.tcl.tk/17422 他会感兴趣。

My colleague Donal of course tells the truth when he writes above, "... likely to involve plenty of Javascript ..."

There are other possibilities, though. I wonder what "a graph" means to CP_IS, particularly in light of the requirement for "... navigation." In any case, on the low end, there are such light-weight solutions as "Simple bar chart" in http://www.ibm.com/developerworks/library/l-sc4/.

If CP_IS is willing to consider HTML5 (and http://www.itworld.com/development/103308/html5-tipping-point-developers-not-browsers makes the case that he should), canvas and SVG are available to him, and they certainly open up superb opportunities for fast graphing, zooming, and so on.

Finally, while CP_IS's tagging of this question as related to Tcl (am I reading that correctly?) puzzles me, if he's already working with Tcl, I suspect Æjaks http://wiki.tcl.tk/17422 will interest him.

铃予 2024-09-04 00:57:01

在浏览器中绘图可能涉及大量 Javascript 和 jQuery; 看起来像是一个可能的帮助程序库。

Graphing in a browser is likely to involve plenty of Javascript and jQuery; this looks like a likely helper library.

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