|
3 | 3 | > Vue2 wrapper for the <a href="https://github.com/visjs/vis-timeline">Visjs Timeline</a> library.
|
4 | 4 |
|
5 | 5 | <p align="center">
|
6 |
| - <a href="https://travis-ci.org/alexcode/vue2vis"> |
7 |
| - <img src="https://travis-ci.org/alexcode/vue2vis.svg?branch=master" alt="Build Status" /> |
8 |
| - </a> |
9 |
| - <a href="https://coveralls.io/github/alexcode/vue2vis?branch=master"> |
10 |
| - <img src="https://coveralls.io/repos/github/alexcode/vue2vis/badge.svg?branch=master" alt="Coverage Status" /> |
| 6 | + <a href="https://travis-ci.com/alexcode/vue2vis"> |
| 7 | + <img src="https://travis-ci.com/alexcode/vue2vis.svg?branch=master" alt="Build Status" /> |
11 | 8 | </a>
|
12 | 9 | <a href="LICENSE">
|
13 | 10 | <img src="https://img.shields.io/badge/license-MIT-brightgreen.svg?" alt="Software License" />
|
14 | 11 | </a>
|
15 |
| - <a href="https://npmjs.org/package/vue2vis"> |
16 |
| - <img src="https://img.shields.io/npm/v/vue2vis.svg?" alt="Packagist" /> |
| 12 | + <a href="https://badge.fury.io/js/%40vue2vis%2Ftimeline"> |
| 13 | + <img src="https://badge.fury.io/js/%40vue2vis%2Ftimeline.svg" alt="npm version" height="18"> |
17 | 14 | </a>
|
18 | 15 | <a href="https://github.com/alexcode/vue2vis/issues">
|
19 | 16 | <img src="https://img.shields.io/github/issues/alexcode/vue2vis.svg?" alt="Issues" />
|
@@ -116,7 +113,7 @@ By default all Vis events are emitted by your component. You can subscribe to a
|
116 | 113 | When you pass an Array of data object, it is converted internally as a DataSet.
|
117 | 114 | An event with the DataSet object will be fired at mounted. It's name will be prepend with the prop name (Ex: `items-mounted`, `groups-mounted`). You could use it to interact with the DataSet.
|
118 | 115 |
|
119 |
| -All the [Visjs DataSet event](http://visjs.org/docs/data/dataset.html#Events) will be prepened the same fashion (`items-add`, `items-remove`, `items-update`). For example, pushing a new object to the `items` prop will fire a `items-add` event with the following payload: |
| 116 | +All the [Visjs DataSet event](https://visjs.github.io/vis-data/data/dataset.html#Events) will be prepened the same fashion (`items-add`, `items-remove`, `items-update`). For example, pushing a new object to the `items` prop will fire a `items-add` event with the following payload: |
120 | 117 |
|
121 | 118 | ```javascript
|
122 | 119 | {
|
@@ -166,8 +163,8 @@ new Vue({
|
166 | 163 | Full reference of Item and Group formats, options properties and events:
|
167 | 164 |
|
168 | 165 | - [Timeline](http://visjs.org/docs/timeline)
|
169 |
| -- [DataSet](http://visjs.org/docs/dataset), |
170 |
| -- [DataView](http://visjs.org/docs/dataview) |
| 166 | +- [DataSet](https://visjs.github.io/vis-data/data/dataset), |
| 167 | +- [DataView](https://visjs.github.io/vis-data/data/dataview) |
171 | 168 |
|
172 | 169 | ## Change log
|
173 | 170 |
|
@@ -206,4 +203,4 @@ If you discover any security related issues, please email infocontact.alex@gmail
|
206 | 203 | The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
|
207 | 204 |
|
208 | 205 | [link-author]: https://github.com/alexcode
|
209 |
| -[link-contributors]: ../../contributors |
| 206 | +[link-contributors]: https://github.com/alexcode/vue2vis/graphs/contributors |
0 commit comments