@angeeks/chart
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

@angeeks/chart

Build Status

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

  <ngk-chart type='bar' [data]='data'></ngk-chart>

Demo

Readme

Keywords

Package Sidebar

Install

npm i @angeeks/chart

Weekly Downloads

2

Version

0.0.5

License

MIT

Unpacked Size

82.7 kB

Total Files

29

Last publish

Collaborators

  • speed.of.light