UNPKG

ngx-vis-zoom

Version:

Angular x components for using vis.js

57 lines (42 loc) 2.4 kB
# ngx-vis [![Greenkeeper badge](https://badges.greenkeeper.io/hypery2k/ngx-vis.svg)](https://greenkeeper.io/) [![Build Status](https://travis-ci.org/hypery2k/ngx-vis.svg?branch=develop)](https://travis-ci.org/hypery2k/ngx-vis) [![Donate with Bitcoin](https://martinreinhardt-online.de/assets/img/button-badge-bitcoin.svg)](bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D) [![npm version](https://badge.fury.io/js/ngx-vis.svg)](https://badge.fury.io/js/ngx-vis) [![codecov.io](https://codecov.io/github/hypery2k/ngx-vis/coverage.svg?branch=master)](https://codecov.io/gh/hypery2k/ngx-vis?branch=master) [![David](https://img.shields.io/david/hypery2k/ngx-vis.svg)]() [![David](https://img.shields.io/david/dev/hypery2k/ngx-vis.svg)]() [![David](https://img.shields.io/david/peer/hypery2k/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/) <a name="donation"></a> > Feel free to **donate** > > <a target="_blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H8TR8246RCDJG"> > <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif"/> > </img></a> > Or donate Bitcoins: bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D > > [![Bitcoin](https://martinreinhardt-online.de/bitcoin.png)](bitcoin:3NKtxw1SRYgess5ev4Ri54GekoAgkR213D) > > Also via [greenaddress](https://greenaddress.it/pay/GA3ZPfh7As3Gc2oP6pQ1njxMij88u/) # 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 [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.