JavaScript 图形库

发布于 2024-11-25 21:19:50 字数 1536 浏览 0 评论 0原文

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

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

发布评论

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

评论(3

枕花眠 2024-12-02 21:19:50

我很惊讶还没有人提到 JQPlot。我不完全确定它能完成您需要的一切,但它是一个非常非常强大的库。需要注意的是,它是用 jQuery 编写的。

JQPlot 演示在这里

JQPlot 似乎可以满足您的所有需求:

  • 折线图 JQPlot 很好地支持这些,正如您所期望的
  • 直方图 直方图只是条形图,所以应该没问题。颜色直方图仅由 1px 宽条组成
  • 散点图 散点图也很好
  • Motion图表 我认为你指的是气泡图,JQPlot 也可以

I'm surprised no one has mentioned JQPlot yet. I'm not entirely sure it will do everything you need, but it's a very, very capable library. It's in jQuery, just to note.

Demos of JQPlot here

JQPlot can fit all your needs, it seems:

  • Line Graphs JQPlot supports these just fine, as you'd expect
  • Histograms Histograms are just bar charts, so that should be ok. A colour histogram would just consist of 1px wide bars
  • Scatterplots Scatter plots are also fine
  • Motion Charts I think you mean bubble plots, which JQPlot also does
风蛊 2024-12-02 21:19:50

graphael 支持多种图表类型。

https://stackoverflow.com/questions/1571016/raphael-js-tutorial 有一些有用的提示。

graphael supports a number of graph types.

https://stackoverflow.com/questions/1571016/raphael-js-tutorial has some helpful tips.

那小子欠揍 2024-12-02 21:19:50

我在研究同一主题时遇到了这个问题。由于我对任何选项都不完全满意,因此我创建了 i3d3,一个相当简单的库基于 D3.js 可能会满足您的需求。到目前为止,它对于我们的项目(高能粒子天体物理项目的监测系统)以及至少一个其他项目运行良好。

I ran across this question while researching the same topic. Since I wasn't entirely happy with any of the options out there, I created i3d3, a fairly simple library based on D3.js which may meet your needs. So far it is working well for our project (monitoring system for a high-energy particle astrophysics project), and at least one other project in the wild.

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