UNPKG

ng2-charts

Version:

Reactive, responsive, beautiful charts for Angular2 based on Chart.js

6 lines (5 loc) 121 B
import { Color } from './color'; export interface Colors extends Color { data?: number[]; label?: string; }