UNPKG

@coreui/angular

Version:

CoreUI for Angular UI components library

11 lines (10 loc) 209 B
export interface IStackedBar { value: number; color?: string; label?: string; animated?: boolean; striped?: boolean; precision?: number; min?: number; max?: number; }