UNPKG

ngx-chart

Version:

Ngx-Chart provides chart solution for Angular.Currently supports Bar, Pie and Donut chart

6 lines (5 loc) 144 B
import { ChartView } from "./chartData"; export interface DonutChartView extends ChartView { radius: number; donutSize?: number; }