UNPKG

angular2-nvd3

Version:
16 lines (15 loc) 484 B
export declare namespace Angular2NvD3 { class NgNvD3 { private el; private chart; private svg; private viewInitialize; constructor(el: any); isViewInitialize(value: boolean): void; updateWithOptions(options: any, data: any): void; private updateWithData(data, options); private configure(chart, options, chartType); private configureEvents(dispatch, options); private clearElement(); } }