Software Alternatives & Reviews

Vis.js Reviews

A dynamic, browser based visualization library.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on Reddit and HackerNews. They can help you see what people think about Vis.js and what they use it for.
  • How to Build a Graph Visualization Engine and Why You Shouldn’t
    One of the key created HTML elements is the element. Renderer class creates CanvasRenderingContext2D which is used for drawing shapes, text, images, and other objects. As we used vis.js before creating Orb, credit for some of the drawing logic in Orb (shapes, arrows, curved lines) goes to the developers who created it. They did a great job, and we didn’t want to reinvent the wheel. Canvas API with... - Source: dev.to / about 2 months ago
  • Graph of keywords identified in international news articles
    The graph was created with this JavaScript library: https://visjs.org/. - Source: Reddit / 2 months ago
  • A graph of keywords that visualizes what happened last week worldwide
    Data source: https://rapidapi.com/mrdimosthenis/api/papercliff/ Visualization library: https://visjs.org/. - Source: Reddit / 5 months ago
  • Visualize your commits in realtime with Ably and GitHub webhooks
    In order to display the GitHub data in a graph, I used VisJS, a library specially designed to handle large amounts of dynamic data. The graph is rendered in the browser in an HTML canvas, making it possible to show complex animations efficiently. The VisJS network component was exactly what I needed to display a complex diagram of “nodes” and their connecting lines, called “edges”. Nodes and edges are represented... - Source: dev.to / 8 months ago
  • 7 Promising JavaScript Timeline Components to Improve Your Project Management App
    Vis.js is an open-source JavaScript library offering different types of basic charts and network diagrams. One of them is Vis Timeline which allows mapping events on a linear timeline. - Source: dev.to / 9 months ago
  • Visualization for finding new connections
    I do something similar, but I just generate a dot file representing the notes and run dot directly. I keep my ZK in git, so the graphic is automatically regenerated when I push to master. I also played around a bit with [vis.js)[https://visjs.org/] but never really dug into it enough to figure how to make the graph anything but a messy pile of nodes. - Source: Reddit / 9 months ago
  • Is there a good way to organize crafting tech trees and dependencies?
    You could build tool for this with Javascript using for example one of these libraries: https://visjs.org/ or https://js.cytoscape.org/ We used Vis.js at previous job for its timeline graph features. - Source: Reddit / about 1 year ago
  • NodeSecure - What's new in 2022 ?
    The CLI allow to load the JSON into a Webpage with the open command. The page will draw a Network of all dependencies with vis.js (example in the screenshot above). We also wrote a little Google drive document a while ago that summarizes some of these points:. - Source: dev.to / about 1 year ago
  • Drawing libraries you recommend
    An example I found was https://visjs.org/ which is something I will evaluate. - Source: Reddit / over 1 year ago
  • Ask HN: What are low level visualization libraries other than D3.js?
    Here are two points of entry for libraries (mostly JS, R) - http://selection.datavisualization.ch/ - https://datavizcatalogue.com/ Libraries off the top of my head: - https://visjs.org/. - Source: Hacker News / over 1 year ago

External sources with reviews and comparisons of Vis.js

20+ JavaScript libraries to draw your own diagrams (2022 edition)
Vis.js is a dynamic, browser-based visualization library. The library is designed to be easy to use, handle large amounts of dynamic data, and enable manipulation of the data. This project is also abandoned.

Do you know an article comparing Vis.js to other products?
Suggest a link to a post with product alternatives.