# vis-network **Repository Path**: lyy_001/vis-network ## Basic Information - **Project Name**: vis-network - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-27 - **Last Updated**: 2025-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vis-network  Network is a visualization to display networks and networks consisting of nodes and edges. The visualization is easy to use and supports custom shapes, styles, colors, sizes, images, and more. The network visualization works smooth on any modern browser for up to a few thousand nodes and edges. To handle a larger amount of nodes, Network has clustering support. Network uses HTML canvas for rendering. ## Badges [](https://github.com/semantic-release/semantic-release) [](https://app.renovatebot.com/) [](https://www.npmjs.com/package/vis-network) [](https://david-dm.org/visjs/vis-network) [](https://david-dm.org/visjs/vis-network?type=dev) [](https://david-dm.org/visjs/vis-network?type=peer) [](https://github.com/visjs/vis-network/graphs/contributors) [](#backers) [](#sponsors) ## Install Install via npm: $ npm install vis-network ## Example A basic example on loading a Network is shown below. More examples can be found in the [examples directory](https://github.com/visjs/vis-network/tree/master/examples/) of the project. ```html