export interface ChartPoint {
  readonly x: number | Date;
  readonly y: number;
}
