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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

RaphaëlJS — A JavaScript library for drawing, using SVG and VML

64 点作者 jeff18超过 15 年前

8 条评论

ddispaltro超过 15 年前
They are beginning to release some charting api built on top of raphael here <a href="http://g.raphaeljs.com/" rel="nofollow">http://g.raphaeljs.com/</a>. The project is at this url <a href="http://github.com/DmitryBaranovskiy/g.raphael" rel="nofollow">http://github.com/DmitryBaranovskiy/g.raphael</a>
评论 #836345 未加载
diN0bot超过 15 年前
i like raphaeljs. i'm right now hacking on some graphs and wondering if i should merge some of the demo's from raphaeljs's homepage into a graphing library or not...<p>i'm on iteration 2 after static google code api charts, so a little library building could be ok. normally i'd shoot to reuse a js library, eg flot, for an iteration 2 hack, but some of this work may be useful for my startup...<p>i found this jquery+raphael simple graphing library: <a href="http://github.com/benaskins/simplegraph" rel="nofollow">http://github.com/benaskins/simplegraph</a><p>it's definitely simple and...not pretty, though that might be easily tweakable. could be a good starting place.<p>Prototype+Raphaeljs <a href="http://github.com/alexyoung/ico" rel="nofollow">http://github.com/alexyoung/ico</a> has some nice screenshots<p>Prototype+raphaeljs library under "heavy pre-alpha" development, help desirable: <a href="http://github.com/savetheclocktower/krang" rel="nofollow">http://github.com/savetheclocktower/krang</a>
mahmud超过 15 年前
Raphael replaced flash for us. Nice little thing.
conesus超过 15 年前
Thanks jeff18 for submitting this. I am attending the SVG Open 2009 conference in a couple weeks to present a paper and a workshop on RaphaëlJS.<p>As a quick intro, Raphaël can be used to create rich interactive graphics, generating vector elements that are native to the browser and the DOM. Native DOM elements are exposed to Javascript, allowing for them to be used in the same manner as any other HTML element.<p>Raphaël can attach Javascript handlers, events, animations, and other features native to Javascript to SVG/VML elements created in Raphaël. Raphaël works in IE6+, FF3+, Safari 3+, and Opera 9.5+.<p>The presentation and paper will be available on the SVG Open website (as soon as I finish it): <a href="http://www.svgopen.org/2009/registration.php?section=abstracts_and_proceedings#paper_20" rel="nofollow">http://www.svgopen.org/2009/registration.php?section=abstrac...</a>
igrekel超过 15 年前
Very very nice, it seems to offer more capabilities than using the javascript canvas facilities (dashed or dotted lines for example) plus the fact that the graphic elements are in a DOM structure makes it easier to update existing graphics rather than having to redraw everything.<p>Its now on my todo list to experiment with it.
sh1mmer超过 15 年前
The developer, Dmitry, is a nice guy and pretty responsive on Twitter to questions about Raphaël.
sunkencity超过 15 年前
Looks really good! This could be really useful.<p>I've been looking for something to replace openflashchart, but I would ideally like something with stacked bar charts. Maybe there's a charting engine written on top of this somewhere (or that could be written).
Tichy超过 15 年前
It looks great, but is browser support sufficient? I don't care about IE5 that much, but has everybody upgraded to Firefox 3 yet?