export interface ChartReadyEvent {
    message: string;
    chart: any;
}
