export interface BasicChartSeries { readonly name: any; readonly data: number[] | { name: string; y: number; }[]; }