UNPKG

animated-charts

Version:

Animated chart web components for all frameworks (React, Angular, Vue, HTML)

16 lines (15 loc) 404 B
import './donut-chart.css'; export declare class DonutChart { el: HTMLElement; data: number[]; labels: string[]; colors: string[]; size: number; strokeWidth: number; chartTitle?: string; componentDidLoad(): void; disconnectedCallback(): void; handleResize: () => void; parseArrayProp(prop: any): any[]; render(): import("react/jsx-runtime").JSX.Element; }