0.0.3 • Published 4 years ago

@nameesh/ngx-chart-js v0.0.3

Weekly downloads
1
License
-
Repository
-
Last release
4 years ago

Installation

npm i @nameesh/ngx-chart-js

may need to install chart.js manually , if Unmet peer dependency warning is shown.

npm i chart.js@^2.9.3

Import module in app modules as and add it in imports array

import  {  NgxChartJsModule  }  from  '@nameesh/ngx-chart-js';

Use it in html templates as

<NgxChart-NgxChartJs [chart]='chart' [config]='config' [style]='style'></NgxChart-NgxChartJs>

stackblitz sample

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago