ng2-charts
Advanced tools
Comparing version 2.0.0-beta.12 to 2.0.0-beta.13
{ | ||
"name": "ng2-charts", | ||
"version": "2.0.0-beta.12", | ||
"version": "2.0.0-beta.13", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^7.2.0", |
@@ -13,3 +13,3 @@ # 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) ![Travis CI](https://travis-ci.org/valor-software/ng2-charts.svg?branch=development) [slack](https://ngx-home.slack.com) | ||
Sample using ng2-charts@2.0.0-beta.12 | ||
Sample using ng2-charts@2.0.0-beta.13 | ||
@@ -26,3 +26,3 @@ https://valor-software.com/ng2-charts/ | ||
```bash | ||
npm install ng2-charts@2.0.0-beta.12 --save | ||
npm install ng2-charts@2.0.0-beta.13 --save | ||
``` | ||
@@ -60,3 +60,3 @@ 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)) | ||
- `data` (`SingleOrMultiDataSet`) - set of points of the chart, it should be `MultiDataSet` only for `line`, `bar` and `radar`, otherwise `SingleDataSet` | ||
- `data` (`SingleOrMultiDataSet`) - set of points of the chart, it should be `MultiDataSet` only for `line`, `bar`, `radar` and `doughnut`, otherwise `SingleDataSet` | ||
- `datasets` (`{ data: SingleDataSet, label: string }[]`) - `data` see about, the `label` for the dataset which appears in the legend and tooltips | ||
@@ -63,0 +63,0 @@ - `labels` (`string[]`) - x axis labels. It's necessary for charts: `line`, `bar` and `radar`. And just labels (on hover) for charts: `polarArea`, `pie` and `doughnut` |
318164