UNPKG

angular2-chartjs

Version:
12 lines (11 loc) 348 B
import { ElementRef, OnInit, OnChanges, SimpleChanges } from '@angular/core'; export declare class ChartComponent implements OnInit, OnChanges { private elementRef; chart: any; type: string; data: any; options: any; constructor(elementRef: ElementRef); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; }