UNPKG

animated-charts

Version:

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

11 lines (10 loc) 262 B
import './bar-chart.css'; export declare class BarChart { data: number[]; labels: string[]; colors: string[]; height: number; chartTitle?: string; parseArrayProp(prop: any): any[]; render(): import("react/jsx-runtime").JSX.Element; }