interface ChartEvent {
    color?: string;
    id?: string;
    label: string;
    time: number;
    type: string;
}

Properties

Properties

color?: string
id?: string
label: string
time: number
type: string