0.0.1 • Published 6 years ago
@nameesh/ngx-chart-js v0.0.1
Installation
npm i @nameesh/ngx-chart-jsmay need to install chart.js manually , if Unmet peer dependency warning is shown.
npm i chart.js@^2.9.3Import 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>