TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What open source packages are available to display chart and graphs?

6 点作者 zubairshams大约 14 年前
Google provides an API to create charts. But it's hosted by Google. What alternative options are available to display charts on a web based application?

6 条评论

flacon大约 14 年前
Highcharts is my fav and default charting library.<p><a href="http://www.highcharts.com" rel="nofollow">http://www.highcharts.com</a><p>Highcharts is not open source but is free to use for non-commercial use. I have paid the $80 to use it on commercial websites and client/managers are always very impressed with its capabilities. I think its well-worth the $$<p><a href="http://www.highcharts.com/license" rel="nofollow">http://www.highcharts.com/license</a>
评论 #2408901 未加载
jsundram大约 14 年前
There's always Protovis: <a href="http://vis.stanford.edu/protovis/" rel="nofollow">http://vis.stanford.edu/protovis/</a>
评论 #2407118 未加载
madhouse大约 14 年前
There's flot: <a href="http://code.google.com/p/flot/" rel="nofollow">http://code.google.com/p/flot/</a> Raphael.js (along with gRaphael): <a href="http://raphaeljs.com/" rel="nofollow">http://raphaeljs.com/</a> jqPlot: <a href="http://www.jqplot.com/" rel="nofollow">http://www.jqplot.com/</a><p>I'd recommend flot out of these three, had the best experience with that one so far.
jschrf大约 14 年前
Check out Flot for jQuery: <a href="http://code.google.com/p/flot/" rel="nofollow">http://code.google.com/p/flot/</a><p>Some excellent examples here (scroll down):<p><a href="http://code.google.com/p/flot/wiki/FlotUsage" rel="nofollow">http://code.google.com/p/flot/wiki/FlotUsage</a>
_delirium大约 14 年前
For time-series, I like dygraphs: <a href="http://dygraphs.com/" rel="nofollow">http://dygraphs.com/</a><p>For server-side chart generation, I tend to use matplotlib (semi-recently changed from gnuplot).
JoshCole大约 14 年前
One option, depending on the type of chart your looking for, might be the Javascript InfoVis Toolkit: <a href="http://thejit.org/" rel="nofollow">http://thejit.org/</a>