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.

A Big List of D3 Examples

333 pointsby biovisualizeover 11 years ago

18 comments

sakaiover 11 years ago
Ugh, I clicked a few of the earthquake examples (did a similar viz in the past) and saw that none of them was working.<p>Then looking at the curl responses one gets, &quot;Due to the Federal government shutdown, usgs.gov and most associated web sites are unavailable. Only web sites necessary to protect lives and property will be maintained.&quot;<p>One can only wish they saw these and similar APIs as important infrastructure that needs to remain functional.<p>Otherwise -- this is very helpful! Thanks so much for assembling the collection.
jedbrownover 11 years ago
When I need to make graphics for research talks, I usually turn to TikZ [1] since I currently make talks using latex-beamer. But I&#x27;m always impressed when I look at D3.js and I think it would be great to have a more reliable way to add animations, as well as putting interactive content on my website.<p>Given that LaTeX math is important to me, should I make a serious effort to learn D3.js (and one of the HTML slide deck packages) or stick with LaTeX? Note that figures usually can&#x27;t be directly reused between talks and papers anyway, but a modest amount of tweaking is usually enough. Using HTML&#x2F;D3.js instead of latex-beamer for talks would probably make reuse in talks more difficult.<p>[1] <a href="http://texample.net/tikz/" rel="nofollow">http:&#x2F;&#x2F;texample.net&#x2F;tikz&#x2F;</a>
评论 #6512620 未加载
dansoover 11 years ago
It&#x27;s interesting that some of the NYT visualizations are static graphics that normally, back in the print-only days, been done in Illustrator. Here&#x27;s a map of Chicago killings done by Mike Bostock et al:<p><a href="http://www.nytimes.com/interactive/2013/01/02/us/chicago-killings.html" rel="nofollow">http:&#x2F;&#x2F;www.nytimes.com&#x2F;interactive&#x2F;2013&#x2F;01&#x2F;02&#x2F;us&#x2F;chicago-kil...</a><p>I wonder if making static charts via D3js has some time-savings&#x2F;production advantages when the dataset is large enough? Before you say &quot;maybe they just wanted vector graphics that worked for high-res&quot;...that&#x27;s obviously a benefit, but not enough on its own to give the web devs a graphic that could&#x27;ve been done via the traditional means (many of the Times stories include static graphics as PNGs in the sidebar)
评论 #6510796 未加载
评论 #6510805 未加载
评论 #6510696 未加载
评论 #6511409 未加载
javajoshover 11 years ago
1900 D3 examples.<p>1723 of them by Mike Bostock! [1]<p>[1] number is made up but almost certainly close.
评论 #6511367 未加载
评论 #6511912 未加载
评论 #6512167 未加载
elwellover 11 years ago
Oh my... <a href="http://www.jasondavies.com/animated-quasicrystals/" rel="nofollow">http:&#x2F;&#x2F;www.jasondavies.com&#x2F;animated-quasicrystals&#x2F;</a>
评论 #6511834 未加载
viggityover 11 years ago
very cool, christophe, thanks for taking the time to compile this list.<p>The one thing that always astounds me about people who generate dataviz with d3 is that they almost never do anything interactive with it (filter, zoom, etc) and if they do, they won&#x27;t use any of d3&#x27;s insanely cool&#x2F;easy transitions to make the visualization smoothly morph from one state to the next.<p>Really, if you&#x27;re going to start messing around with d3, read about Mike Bostock&#x27;s thoughts on change blindness and object constancy.<p><a href="http://bost.ocks.org/mike/constancy/" rel="nofollow">http:&#x2F;&#x2F;bost.ocks.org&#x2F;mike&#x2F;constancy&#x2F;</a><p>amazing example 1: <a href="http://bl.ocks.org/mbostock/1256572" rel="nofollow">http:&#x2F;&#x2F;bl.ocks.org&#x2F;mbostock&#x2F;1256572</a><p>cool example 2: <a href="http://bl.ocks.org/mbostock/3808234" rel="nofollow">http:&#x2F;&#x2F;bl.ocks.org&#x2F;mbostock&#x2F;3808234</a>
评论 #6510743 未加载
joeblauover 11 years ago
Does anyone know if there is a good D3 example of something like noflo [1]? Most of the graphs D3 has are great for data visualization but not as helpful if you&#x27;re trying to build a system for interaction between nodes that you don&#x27;t want bouncing all over the place.<p>[1] - <a href="http://noflojs.org/dataflow-noflo/demo/" rel="nofollow">http:&#x2F;&#x2F;noflojs.org&#x2F;dataflow-noflo&#x2F;demo&#x2F;</a>
评论 #6513291 未加载
jeybalachandranover 11 years ago
One more to the list <a href="https://github.com/jeyb/d3.punchcard" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jeyb&#x2F;d3.punchcard</a>
shmageggyover 11 years ago
1171: null was my favorite.<p><a href="http://bl.ocks.org/mbostock/582781" rel="nofollow">http:&#x2F;&#x2F;bl.ocks.org&#x2F;mbostock&#x2F;582781</a>
评论 #6512269 未加载
brucehubbardover 11 years ago
Had some traffic to my site from random places in the world (Brazil, Sweden, India) and had no clue where it was coming from until I saw this thread in my twitter feed. Mine is the Facebook Mutual Friends one.<p>You could also check out my slides from one of my d3 talks (with interactive examples):<p>notacog.com&#x2F;d3&#x2F;slideshow
dzinkover 11 years ago
They forgot mine! <a href="http://www.doerhub.com/of/dzink" rel="nofollow">http:&#x2F;&#x2F;www.doerhub.com&#x2F;of&#x2F;dzink</a><p>D3 based profile visualization of interests and stages of needs in each field.<p>More about what it means here: <a href="http://www.doerhub.com" rel="nofollow">http:&#x2F;&#x2F;www.doerhub.com</a>
评论 #6514692 未加载
tieTYTover 11 years ago
I wish this had thumbnails of the link I will be redirected to. Still a good list though.
评论 #6510816 未加载
kbar13over 11 years ago
The title is a bit more literal than I hoped.<p>Opened link, saw huge list of text links, closed.<p>You know, it would be cool if the list of d3 examples was itself a cool interface powered by d3.
评论 #6511016 未加载
bootheadover 11 years ago
Any thoughts on vega? <a href="http://trifacta.github.io/vega/" rel="nofollow">http:&#x2F;&#x2F;trifacta.github.io&#x2F;vega&#x2F;</a>
评论 #6511128 未加载
adamb_over 11 years ago
First link I tried was dead... #48
评论 #6510747 未加载
评论 #6510785 未加载
photorizedover 11 years ago
D3 is awesome. We use it a lot.
wildmXranatover 11 years ago
nice compilation
thrownaway2424over 11 years ago
Timely! I&#x27;ve been searching for &quot;Zoomable Sunburst&quot; but was unable to find it. If it&#x27;s &quot;a treemap, except it uses a radial layout&quot; why don&#x27;t they call it a radial treemap, instead of a sunburst?<p>Anyway, recall problems aside, this gallery is fantastic.