export interface ChartReadyEvent {
    message: string;
}
