UNPKG

arc-pie-chart

Version:

pie chart that can be divided into several steps

4 lines (3 loc) 159 B
import { DataType } from "./type"; declare function makePieChart(data: DataType[], depth: number, width?: number): SVGSVGElement; export default makePieChart;