TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Performance extensions for D3.js

48 pointsby m0hitover 11 years ago

7 comments

steeveover 11 years ago
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 未加载
tdicolaover 11 years ago
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 未加载
m0hitover 11 years ago
More details (and upcoming website) at <a href="http://d3plus.org" rel="nofollow">http:&#x2F;&#x2F;d3plus.org</a>
SEJeffover 11 years ago
Bits of this remind me of nvd3.js<p><a href="http://nvd3.org" rel="nofollow">http:&#x2F;&#x2F;nvd3.org</a>
j_sover 11 years ago
<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.
binarycrusaderover 11 years ago
What&#x27;s the license? For the love of pete people, please include a license in your repositories!
wiradikusumaover 11 years ago
<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?