export interface LineData {
  label: string;
  data: number[];
  unit?: string;
}
