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

https://github.com/angeeks/chart

Yet another chart.js wrapper for Angular
https://github.com/angeeks/chart

angular chart npm

Last synced: 20 days ago
JSON representation

Yet another chart.js wrapper for Angular

Awesome Lists containing this project

README

          

# @angeeks/chart

[![Build Status](https://travis-ci.org/angeeks/chart.svg?branch=master)](https://travis-ci.org/angeeks/chart)

Yet another chart.js wrapper for Angular

## Installation

```
npm i -P @angeeks/chart
```

## Module setup

```
# app.module.ts
{{"
import { ChartModule } from '@angeeks/chart';
@NgModule({
imports: [
...
ChartModule.forRoot()
],
...
}
export class AppModule {}
"}}
```

## Usage

```

```

[Demo](https://angeeks.github.io/chart/)