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.

Declarative Data Visualization library

91 pointsby pajjuabout 12 years ago

6 comments

csmattabout 12 years ago
I've been creating a bunch of angularjs directives for d3 for a project at work and was thinking about seeing if they would let me put them up on github. I've seen FullScale's danglejs, but it's not as configurable as we'd like and only has a handful of visualizations.<p>If you're interested in us open-sourcing them, please let me know and I'll convince them to let me put the code up.<p>ex: to produce this <a href="http://mbostock.github.io/d3/talk/20111018/tree.html" rel="nofollow">http://mbostock.github.io/d3/talk/20111018/tree.html</a><p>&#60;collapsible-tree orient="horizontal" bind="treeData" click-node="handleNodeClick" dbl-click-node="handleNodeDblClick"&#62;&#60;/collapsible-tree&#62;
评论 #5695986 未加载
ansgriabout 12 years ago
Exactly the thing I'd like to use in our company's dashboard, missing the webdev fluency to apply things like d3.js.<p>Moreover, generating JS from templates feels like a hack, and delivering separate JS docs via Ajax is somewhat more complex.<p>Thanks a lot!
tekacsabout 12 years ago
Inline transformation of data would seem like the natural fit for SGML derivatives - it seems a shame that we've so often found the need to go with explicit graphs, decorations and indeed the just-gone situation of seemingly redundant HTML to help fight the CSS box model. :/<p>(cue responding comment(s) about XSLT, WPF, etc.)<p>Also nice call on the simple-as-possible colouring, there. :)
zacharyvoaseabout 12 years ago
Very nice, but I'd appreciate it if graph types/options were declared through HTML attributes rather than in text or in adjacent elements.
kanakiyajayabout 12 years ago
I have featured this awesome jQuery plugin by @alanking in <a href="http://jquer.in" rel="nofollow">http://jquer.in</a>
AndreasFromabout 12 years ago
How do you label the axes?