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.

Vis.js: A Visual Interaction System

197 pointsby BKCandaceabout 11 years ago

18 comments

murtzaabout 11 years ago
Does anybody know of a site that keep tracks of all these JavaScript visualization libraries, or JavaScript libraries in general?<p>There are lot of great JS libraries, but it is difficult to keep track. I would like a resource for JavaScript libraries like ruby-toolbox.com is for gems.<p>If somebody has the time, the data could be pulled with GitHub&#x27;s search API:<p><a href="https://developer.github.com/v3/search/" rel="nofollow">https:&#x2F;&#x2F;developer.github.com&#x2F;v3&#x2F;search&#x2F;</a>
评论 #7595768 未加载
评论 #7596658 未加载
Zardoz84about 11 years ago
Dammit... other visualization library that handles timelines.. this makes me to feel a bit useless. I keep working some months in a JS library to create and visualize TimeLines : (old version) <a href="http://elgreco.digibis.com/en/musobjects/timeline.html?busq_concept=53" rel="nofollow">http:&#x2F;&#x2F;elgreco.digibis.com&#x2F;en&#x2F;musobjects&#x2F;timeline.html?busq_...</a>
评论 #7596930 未加载
评论 #7596978 未加载
mkoryakabout 11 years ago
What are the supported browsers?<p>Would be good if I could easily find that info somewhere on the site
评论 #7596609 未加载
评论 #7596891 未加载
th3o6a1dabout 11 years ago
I love these network diagrams...but I&#x27;ve never seen anyone actually use them!
评论 #7596687 未加载
zo1about 11 years ago
Amazing... And very smooth! In one of the graph examples, I plugged in 500 nodes, thinking it would crash. But it failed very gracefully, and simply &quot;slowed&quot; things down instead of jittering into oblivion.
jebblueabout 11 years ago
Some of those examples might violate one or more Xerox patents, just as an FYI. I do think this is pretty cool though, shows some interesting JavaScript uses.
评论 #7595921 未加载
MrQuincleabout 11 years ago
I will direct my colleagues, who created this library, to this thread to answer your questions. You won&#x27;t get much help from me, my expertise is C++ and robotics. :-)<p>It&#x27;s nice to see that our policy of creating open-source software is starting to pay off. It&#x27;s sometimes quite hard to gather interest from the wider internet population!
评论 #7596898 未加载
评论 #7596840 未加载
nateabeleabout 11 years ago
Two sections that are required in every good readme: &quot;Prior Art&quot; and &quot;Why&quot;.
mopierottiabout 11 years ago
Does anyone know why most graph libraries that I see of this type have nodes that seem to bounce all over the place? Is there a practical motivation for this? I would think a less animated version would be more usable.
评论 #7595197 未加载
评论 #7598668 未加载
评论 #7597791 未加载
kalasooabout 11 years ago
I have been searching for such a library for quite a long time. It looks very neat. I really like the idea of DataView on top of a DataSet as it can be used to define different perspectives of the data.
tsenkovabout 11 years ago
Looks nice. Demos should be styled to support higher resolution displays, though (looks &quot;pixely&quot;, if this can be a word, on retina display).
评论 #7596618 未加载
edwinyzhabout 11 years ago
The animation (dragging, panning and zooming) is smooth, that&#x27;s really good! Can one put html formatting into the <i></i>graph<i></i> nodes?
评论 #7596888 未加载
mercnetabout 11 years ago
I was learning about directed graphs and recursive searches in PostgreSQL and this library helped me visualize my data.
Axsuulabout 11 years ago
Wow I needed this library about 3 weeks ago! Anyone know else know of any alternatives?
评论 #7594790 未加载
pauldunstoneabout 11 years ago
Nice, I like the simple layout, but maybe the formatting could be a little smaller?
tzuryabout 11 years ago
Nice, though when I test the examples (edit items [1]), I would expect better than confirm&#x2F;alert usage.<p>1. <a href="http://visjs.org/examples/timeline/08_edit_items.html" rel="nofollow">http:&#x2F;&#x2F;visjs.org&#x2F;examples&#x2F;timeline&#x2F;08_edit_items.html</a>
评论 #7596185 未加载
评论 #7595709 未加载
mrcactu5about 11 years ago
is this library independent of d3.js ?
评论 #7598649 未加载
kitdabout 11 years ago
Really good!