export interface ChartSeriesDataOptions { seriesData: any[]; minDate: Date | undefined; maxDate: Date | undefined; }