UNPKG

@rinminase/ng-charts

Version:

Reactive, responsive, beautiful charts for Angular based on ng2-charts

24 lines (23 loc) 791 B
import { ChartColor } from "chart.js"; export interface DatasetColor { backgroundColor?: ChartColor; borderWidth?: number | number[]; borderColor?: ChartColor; borderCapStyle?: string; borderDash?: number[]; borderDashOffset?: number; borderJoinStyle?: string; pointBorderColor?: ChartColor; pointBackgroundColor?: ChartColor; pointBorderWidth?: number | number[]; pointRadius?: number | number[]; pointHoverRadius?: number | number[]; pointHitRadius?: number | number[]; pointHoverBackgroundColor?: ChartColor; pointHoverBorderColor?: ChartColor; pointHoverBorderWidth?: number | number[]; pointStyle?: ChartColor; hoverBackgroundColor?: ChartColor; hoverBorderColor?: ChartColor; hoverBorderWidth?: number; }