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 library optimized for concise, principled data graphics and layouts

64 pointsby zeeshanmalmost 10 years ago

3 comments

codezeroalmost 10 years ago
If all you need are time-series graphs, I really like Dygraphs: <a href="http:&#x2F;&#x2F;dygraphs.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;dygraphs.com&#x2F;</a> It doesn&#x27;t seem to get much love, does anyone know why?
评论 #9722973 未加载
terrilldentalmost 10 years ago
I tried this out once. At the time the CSS wasn&#x27;t namespaced, and used fairly common class names, so it interfered with other parts of the project. Not sure if it has been fixed since.<p>Eventually went pure D3.
评论 #9724134 未加载
luxalmost 10 years ago
Love the combined simplicity and expressiveness!