Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

An angular 5+ vis.js project

Awesome Lists containing this project

README

        

# ngx-vis

[![Greenkeeper badge](https://badges.greenkeeper.io/visjs/ngx-vis.svg)](https://greenkeeper.io/)
[![CI](https://github.com/visjs/ngx-vis/actions/workflows/build.yml/badge.svg)](https://github.com/visjs/ngx-vis/actions/workflows/build.yml)

[![npm version](https://badge.fury.io/js/ngx-vis.svg)](https://badge.fury.io/js/ngx-vis)
[![codecov.io](https://codecov.io/github/visjs/ngx-vis/coverage.svg?branch=master)](https://codecov.io/gh/visjs/ngx-vis?branch=master)
[![David](https://img.shields.io/david/visjs/ngx-vis.svg)]()
[![David](https://img.shields.io/david/dev/visjs/ngx-vis.svg)]()
[![David](https://img.shields.io/david/peer/visjs/ngx-vis.svg)]()

An angular 2+ vis.js project

[![NPM](https://nodei.co/npm/ngx-vis.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/ngx-vis/)

[![Backers on Open Collective](https://opencollective.com/visjs/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/visjs/sponsors/badge.svg)](#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
* Graph3D

Contributions 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.