ng2-charts
Advanced tools
Comparing version 2.0.0-beta.3 to 2.0.0-beta.4
{ | ||
"name": "ng2-charts", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-beta.4", | ||
"peerDependencies": { | ||
@@ -22,3 +22,3 @@ "@angular/common": "^7.2.0", | ||
"type": "git", | ||
"url": "git+https://github.com/paviad/ng2-charts.git" | ||
"url": "git+https://github.com/valor-software/ng2-charts.git" | ||
}, | ||
@@ -30,5 +30,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/paviad/ng2-charts/issues" | ||
"url": "https://github.com/valor-software/ng2-charts/issues" | ||
}, | ||
"homepage": "https://github.com/paviad/ng2-charts#readme", | ||
"homepage": "https://github.com/valor-software/ng2-charts#readme", | ||
"module": "fesm5/ng2-charts.js", | ||
@@ -35,0 +35,0 @@ "es2015": "fesm2015/ng2-charts.js", |
@@ -1,2 +0,2 @@ | ||
# ng2-charts [![npm version](https://badge.fury.io/js/ng2-charts.svg)](http://badge.fury.io/js/ng2-charts) [![npm downloads](https://img.shields.io/npm/dm/ng2-charts.svg)](https://npmjs.org/ng2-charts) [![slack](https://ngx-slack.herokuapp.com/badge.svg)](https://ngx-slack.herokuapp.com) | ||
# ng2-charts [![npm version](https://badge.fury.io/js/ng2-charts.svg)](http://badge.fury.io/js/ng2-charts) [![npm downloads](https://img.shields.io/npm/dm/ng2-charts.svg)](https://npmjs.org/ng2-charts) [slack](https://ngx-home.slack.com) | ||
Beautiful charts for Angular2 based on Chart.js | ||
@@ -13,3 +13,3 @@ | ||
Sample using ng2-charts@2.0.0-beta.3 | ||
Sample using ng2-charts@2.0.0-beta.4 | ||
@@ -34,3 +34,3 @@ https://stackblitz.com/edit/ng2-charts7-demo | ||
```bash | ||
npm install ng2-charts@2.0.0-beta.3 --save | ||
npm install ng2-charts@2.0.0-beta.4 --save | ||
``` | ||
@@ -37,0 +37,0 @@ 2. You need to install and include `Chart.js` library in your application (it is a peer dependency of this library) (more info can be found in the official `chart.js` [documentation](http://www.chartjs.org/docs/#getting-started)) |
239040