UNPKG

gov-gui

Version:

Gov UI Component Library Typscript Build

93 lines (92 loc) 2.55 kB
import '../../global/animate.min.css'; /** A radar chart (also known as a spider chart) displays multivariate data on a two-dimensional plane, with each variable represented by a spoke. The value of each variable is plotted along its spoke, and the data points are connected to form a shape.*/ declare const _default: { title: string; component: string; tags: string[]; argTypes: { type: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; data: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; options: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; animation: { control: string; options: string[]; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; animationDelay: { control: string; options: string[]; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; animationSpeed: { control: string; options: string[]; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; }; }; export default _default; export declare const radar: any;