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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

JavaScript charting tools: an overview

58 点作者 ppolsinelli超过 15 年前

7 条评论

jluxenberg超过 15 年前
No mention of dygraphs either, although it is only for time-series data. <a href="http://danvk.org/dygraphs/" rel="nofollow">http://danvk.org/dygraphs/</a>
lyime超过 15 年前
Good post covering all the popular javascript plugins for different libraries. Definitely want to see or build a Raphael library. Who's in?
评论 #1008595 未加载
评论 #1010006 未加载
ionfish超过 15 年前
No Bluff? MIT license, and the only dependencies are JS.Class and ExCanvas (both are bundled with it).<p><a href="http://bluff.jcoglan.com/" rel="nofollow">http://bluff.jcoglan.com/</a>
nailer超过 15 年前
I quite like OpenFlashChart (which uses JSON as an input format, though that JSON is typically made with a server-side language).<p>I use the Python bindings (which use Chart objects) and the output generally works with my brain. Users like that mouse-overs give exact values in the line at that point.
trapper超过 15 年前
As soon as you need to embed an image of the chart in a pdf you may run into issues with these libraries.
评论 #1009351 未加载
robicch超过 15 年前
Thanks everyone for enriching this list. You may find useful my delicious list: <a href="http://delicious.com/robicch/chart" rel="nofollow">http://delicious.com/robicch/chart</a>
euroclydon超过 15 年前
Anyone know of a chart lib that will do three or more y-axis, or a way to hack in three or more axis?
评论 #1009262 未加载