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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Performance extensions for D3.js

48 点作者 m0hit超过 11 年前

7 条评论

steeve超过 11 年前
You know, D3 is the typical project I hate to love.<p>I _know_ I should use it, but every time I try to, I lose myself in it, and end up using Flot instead :(
评论 #6773387 未加载
评论 #6773252 未加载
评论 #6773491 未加载
tdicola超过 11 年前
Are these really performance extensions? They look more like extensions to simplify the creation of common charts like geo, stacked bar graphs, etc.<p>edit: The library looks pretty slick though--I like the fluent interface for describing a chart, and how it doesn&#x27;t try to hide the lower level D3 functions. Here&#x27;s a an example I found on their github: <a href="https://github.com/alexandersimoes/d3plus/blob/master/examples/dataviva/stacked.html" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;alexandersimoes&#x2F;d3plus&#x2F;blob&#x2F;master&#x2F;exampl...</a>
评论 #6772800 未加载
m0hit超过 11 年前
More details (and upcoming website) at <a href="http://d3plus.org" rel="nofollow">http:&#x2F;&#x2F;d3plus.org</a>
SEJeff超过 11 年前
Bits of this remind me of nvd3.js<p><a href="http://nvd3.org" rel="nofollow">http:&#x2F;&#x2F;nvd3.org</a>
j_s超过 11 年前
<i>An extension to the D3 library that allows fast and easy creation of popular visualizations.</i><p>Not so much <i>performance extensions</i> as <i>simplifications</i>... hopefully the title of the post can be adjusted.
binarycrusader超过 11 年前
What&#x27;s the license? For the love of pete people, please include a license in your repositories!
wiradikusuma超过 11 年前
<a href="https://github.com/alexandersimoes/d3plus/wiki/Visualization-Types" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;alexandersimoes&#x2F;d3plus&#x2F;wiki&#x2F;Visualization...</a> just displays list of headings and no graph?