export interface ChartErrorEvent {
    id: string;
    message: string;
    detailedMessage: string;
    options: object;
}
