UNPKG

ng2-charts

Version:

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

6 lines (5 loc) 170 B
import { Color } from './color'; /** * Generate colors by chart type */ export declare function getColors(chartType: string, index: number, count: number): Color;