https://github.com/visjs/ngx-vis
An angular 5+ vis.js project
https://github.com/visjs/ngx-vis
hacktoberfest vis vis-js vis-network vis-timeline
Last synced: 4 days ago
JSON representation
An angular 5+ vis.js project
- Host: GitHub
- URL: https://github.com/visjs/ngx-vis
- Owner: visjs
- License: mit
- Created: 2017-11-01T09:01:59.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2025-04-01T19:18:47.000Z (15 days ago)
- Last Synced: 2025-04-11T16:23:43.703Z (5 days ago)
- Topics: hacktoberfest, vis, vis-js, vis-network, vis-timeline
- Language: TypeScript
- Homepage: https://visjs.github.io/ngx-vis
- Size: 17.5 MB
- Stars: 69
- Watchers: 4
- Forks: 33
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Audit: audit-resolv.json
Awesome Lists containing this project
- awesome-visjs - ngx-vis - An angular 5+ vis.js project. (Libraries / vis.js based libraries)
README
# ngx-vis
[](https://greenkeeper.io/)
[](https://github.com/visjs/ngx-vis/actions/workflows/build.yml)[](https://badge.fury.io/js/ngx-vis)
[](https://codecov.io/gh/visjs/ngx-vis?branch=master)
[]()
[]()
[]()An angular 2+ vis.js project
[](https://nodei.co/npm/ngx-vis/)
[](#backers) [](#sponsors)
- [ngx-vis](#ngx-vis)
- [Usage](#usage)
- [Installation](#installation)
- [About](#about)
- [Work in progress:](#work-in-progress)
- [Misc](#misc)
- [Credits](#credits)# Usage
## Installation
```
$ npm i ngx-vis
```# About
## Work in progress:
Timeline and Network components are implemented and using DataSets for two-way binding.
Currently they lack unit tests and the demo page is only showing basic examples but this will be fixed till the first minor release.
I am trying to add the other components as soon as possible in the following order:
* Graph2D
* Graph3DContributions of any kind are very welcome! Just check the issues and see what I am currently working on.
### Misc
* testing npm package
* writing more unit tests## Credits
* thanks to [seveves](https://github.com/seveves/angular-vis) for the initial version
* thanks to [almende](https://github.com/almende) for [vis.js](http://visjs.org/)
* thanks to [MichaelBitard](https://github.com/agileek/typings-vis) for initiating the vis.js type definitions.
* thanks to [valor-software](https://github.com/valor-software) for their nice examples on how to setup, build and publish a angular2 module.