UNPKG

@rfprodz/client-d3-charts

Version:

Angular chart components based on D3JS (https://d3js.org).

7 lines (6 loc) 196 B
import type { SimpleChange } from '@angular/core'; /** Chart component input changes. */ export interface IChartInputChanges { data?: SimpleChange | null; options?: SimpleChange | null; }